summaryrefslogtreecommitdiff
path: root/man/ifplugd.conf.5
diff options
context:
space:
mode:
authorAndrew Shadura <andrew@shadura.me>2016-06-21 12:58:16 +0200
committerAndrew Shadura <andrew@shadura.me>2016-06-21 12:58:16 +0200
commitd7004250c6315849f46a9546c7f7da600ba916f6 (patch)
tree4375e4d4497abe067951c167868f692ec8e1a07d /man/ifplugd.conf.5
parent9113f492926c8ad32b5e481d2071eac8bbb843d8 (diff)
Apply patches for dgit.debian/0.28-19.2
Diffstat (limited to 'man/ifplugd.conf.5')
-rw-r--r--man/ifplugd.conf.55
1 files changed, 4 insertions, 1 deletions
diff --git a/man/ifplugd.conf.5 b/man/ifplugd.conf.5
index 6e96378..c7721db 100644
--- a/man/ifplugd.conf.5
+++ b/man/ifplugd.conf.5
@@ -2,7 +2,7 @@
.SH NAME
ifplugd.conf \- ifplugd configuration file
.SH SYNOPSIS
-\fB/etc/ifplugd/ifplugd.conf
+\fB/etc/default/ifplugd
\f1
.SH DESCRIPTION
ifplugd.conf is the configuration file for ifplugd. It is a shell script that is sourced by the init script starting the daemon. It shall be used to set environment variables which are interpreted by the init script:
@@ -11,6 +11,9 @@ ifplugd.conf is the configuration file for ifplugd. It is a shell script that is
\fBINTERFACES\f1
Specifies the ethernet interfaces to monitor. It has to contain a space seperated list of network interfaces names. Most users will probably use "eth0" here, however you may add additional interfaces for monitoring more than one device. A special value is supported as well: "auto" will enable a more or less working auto detection of available network devices. This won't make you happy when using network module auto loading, since it cannot detect currently unloaded network devices.
.TP
+\fBHOTPLUG_INTERFACES\f1
+Specifies the interfaces that can be hotplugged (like interfaces on PCMCIA, USB or WLAN adapters). "all" can be used to make the udev script start an ifplugd process for any hotplugged interfaces (except those already listed in INTERFACES).
+.TP
\fBARGS\f1
Additional command line arguments for ifplugd invocation. See \fBifplugd(8)\f1 for further information.
.TP