source: trunk/third/ifplugd/man/ifplugd.conf.5.xml.in @ 20388

Revision 20388, 2.7 KB checked in by amb, 20 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r20387, which included commits to RCS files with non-trunk default branches.
Line 
1<?xml version="1.0" standalone='no'?>
2<!DOCTYPE manpage SYSTEM "xmltoman.dtd">
3<?xml-stylesheet type="text/xsl" href="xmltoman.xsl" ?>
4
5<!-- $Id: ifplugd.conf.5.xml.in,v 1.1.1.1 2004-04-09 20:09:00 amb Exp $ -->
6
7<!--
8  This file is part of ifplugd.
9
10  ifplugd is free software; you can redistribute it and/or modify it under
11  the terms of the GNU General Public License as published by the Free
12  Software Foundation; either version 2 of the License, or (at your
13  option) any later version.
14
15  ifplugd is distributed in the hope that it will be useful, but WITHOUT
16  ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
17  FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
18  for more details.
19
20  You should have received a copy of the GNU General Public License
21  along with ifplugd; if not, write to the Free Software Foundation,
22  Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
23-->
24
25  <manpage name="ifplugd.conf" section="5" desc="ifplugd configuration file">
26
27        <synopsis>
28          <cmd>@sysconfdir@/ifplugd/ifplugd.conf</cmd>
29        </synopsis>
30       
31        <description>
32          <p>ifplugd.conf is the configuration file for ifplugd. It is a
33          shell script that is sourced by the init script starting
34          the daemon. It shall be used to set environment variables which
35          are interpreted by the init script:</p>
36        </description>
37       
38        <options>
39
40          <option>
41                <p><opt>INTERFACES</opt></p> <optdesc><p>Specifies the
42                ethernet interfaces to monitor. It has to contain a space
43                seperated list of network interfaces names. Most users will
44                probably use "eth0" here, however you may add additional
45                interfaces for monitoring more than one device. A special
46                value is supported as well: "auto" will enable a more or less
47                working auto detection of available network devices. This
48                won't make you happy when using network module auto loading,
49                since it cannot detect currently unloaded network
50                devices.</p></optdesc>
51          </option>
52
53          <option>
54                <p><opt>ARGS</opt></p> <optdesc><p>Additional command line
55                arguments for ifplugd invocation. See <manref name="ifplugd"
56                section="8"/> for further information.</p></optdesc>
57          </option>
58
59
60          <option>
61               <p><opt>ARGS_</opt><arg>iface</arg></p>
62                 
63               <optdesc><p>If specified for an interface this variable takes precedence over ARGS. This may be useful if more than one network device is present.</p></optdesc>
64          </option>
65        </options>
66       
67        <section name="See also">
68          <p>
69                <manref name="ifplugd" section="8"/>
70          </p>
71        </section>
72       
73        <section name="Comments">
74          <p>This man page was written using <manref name="xmltoman" section="1"
75                  href="http://masqmail.cx/xml2man/"/> by Oliver Kurth.</p>
76        </section>
77       
78  </manpage>
Note: See TracBrowser for help on using the repository browser.