From c471ab6794ad48a571f8658fa1fab6d4ab8cc358 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 11 Aug 2003 16:19:52 +0000 Subject: distcheck works now build fixes git-svn-id: file:///home/lennart/svn/public/ifplugd/trunk@31 2bf48fe7-cfc1-0310-909f-d9042e1e0fef --- conf/ifplugd.conf | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) (limited to 'conf/ifplugd.conf') 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" -- cgit