summaryrefslogtreecommitdiffstats
path: root/conf/ifplugd.conf
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2003-08-11 16:19:52 +0000
committerLennart Poettering <lennart@poettering.net>2003-08-11 16:19:52 +0000
commitc471ab6794ad48a571f8658fa1fab6d4ab8cc358 (patch)
treee4cf58dc4b2689460d0c83e7b9d96d5c8a2cf7d1 /conf/ifplugd.conf
parent9a5162c33017bab6677c528189cff5a501f3822a (diff)
distcheck works now
build fixes git-svn-id: file:///home/lennart/svn/public/ifplugd/trunk@31 2bf48fe7-cfc1-0310-909f-d9042e1e0fef
Diffstat (limited to 'conf/ifplugd.conf')
-rw-r--r--conf/ifplugd.conf22
1 files changed, 14 insertions, 8 deletions
diff --git a/conf/ifplugd.conf b/conf/ifplugd.conf
index 7e53334..1787dd1 100644
--- a/conf/ifplugd.conf
+++ b/conf/ifplugd.conf
@@ -19,18 +19,24 @@
# ifplugd configuration file
+# Please note that this is a bourne shell fragment sourced by the
+# init script of ifplugd.
+
# Specify the interfaces to control here, separated by spaces.
-# Ifplugd processes will be started for each of these interfaces
-# when the ifplugd init script is called with the "start" argument.
-# You may use the magic string "auto" to make the init script
-# start or stop ifplugd processes for ALL eth and wlan interfaces
-# that are available according to /proc/net/dev. Note that the
-# list of interfaces appearing in /proc/net/dev may depend on
-# which kernel modules you have loaded.
+# Ifplugd processes will be started for each of these interfaces when
+# the ifplugd init script is called with the "start" argument. You may
+# use the magic string "auto" to make the init script start or stop
+# ifplugd processes for ALL eth and wlan interfaces that are available
+# according to /proc/net/dev. Note that the list of interfaces
+# appearing in /proc/net/dev may depend on which kernel modules you
+# have loaded.
INTERFACES="eth0"
# Additional parameters for ifplugd.
# (Run "ifplugd -h" for further information.)
ARGS="-fwI -u0 -d10"
-ARGS_wlan0="-MwI -u5 -d5"
+# Additional parameters for ifplugd for the specified interface. Note
+# that $ARGS is ignored, when a variable like this is set for an
+# interface
+#ARGS_wlan0="-MwI -u5 -d5"