diff options
author | Roy Marples <roy@marples.name> | 2007-12-28 15:23:43 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2007-12-28 15:23:43 +0000 |
commit | 634a64129eb036f883e2a51448e77eeb3633200b (patch) | |
tree | 3b13cb2896bd9655b0e3ea2ba8667aded3a302bb /net.Linux/netplugd.sh | |
parent | b768255ee42530e489e9aaddf9d699f230b28feb (diff) |
Prefer ifplugd over netplugd
Diffstat (limited to 'net.Linux/netplugd.sh')
-rw-r--r-- | net.Linux/netplugd.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net.Linux/netplugd.sh b/net.Linux/netplugd.sh index 24539b14..8b77cd78 100644 --- a/net.Linux/netplugd.sh +++ b/net.Linux/netplugd.sh @@ -30,8 +30,8 @@ netplugd_depend() { before interface provide plug - # Prefer us to ifplugd - after ifplugd + # Prefer ifplugd + before ifplugd } netplugd_pre_start() { |