| Age | Commit message (Collapse) | Author |
|
This avoids a FTBFS when doing arch:all builds.
Rename the script to 01-ifupdown while at it for consistencies sake.
Closes: #864980
|
|
|
|
depending on whether the connection has a valid IPv4 or IPv6 address.
Using "NetworkManager" as ADDRFAM type did confuse most ifupdown hook
scripts and e.g. broke async NFS mounts. (Closes: #475188, #656584)
Make sure to also remove "exec" when running run-parts, otherwise the
for loop would exit after the first iteration.
|
|
* debian/network-manager-dispatcher.script
- Handle dhcp4-change and dhcp6-change events (by doing nothing). This
prevents the 01ifupdown dispatcher script from logging an error on DHCP
lease changes. (Closes: #628154)
|
|
- Map NetworkManager down event to ifupdown post-down phase.
(Closes: #562811)
- Map vpn-up/vpn-down event to ifupdown post-up/post-down phase.
(Closes: #518530)
- Comment out pre-up/pre-down events as they are not supported upstream.
- Add hostname event but don't hook it up with a particular action.
git-svn-id: svn+ssh://svn.debian.org/svn/pkg-utopia/packages/unstable/networkmanager@3532 ceb527fc-18e6-0310-9fe2-813c157c29e7
|
|
- Set PHASE="post-up" for scripts in if-up.d and PHASE="pre-down" for
scripts in if-down.d to be compliant with ifupdown. (Closes: #452371)
git-svn-id: svn+ssh://svn.debian.org/svn/pkg-utopia/packages/unstable/networkmanager@2000 ceb527fc-18e6-0310-9fe2-813c157c29e7
|
|
NetworkManagerDispatcher. Thanks to the Ubuntu guys for this works. It's mostly copied from their package.
git-svn-id: svn+ssh://svn.debian.org/svn/pkg-utopia/packages/unstable/networkmanager@790 ceb527fc-18e6-0310-9fe2-813c157c29e7
|