From: Fred L. D. <fd...@us...> - 2003-07-10 14:08:27
|
Update of /cvsroot/cvs-syncmail/syncmail/doc In directory sc8-pr-cvs1:/tmp/cvs-serv20031 Modified Files: Tag: new-config-branch syncmail.sgml Log Message: Added documentation for the new command line options used to select the configuration file. The file format remains undocumented. Index: syncmail.sgml =================================================================== RCS file: /cvsroot/cvs-syncmail/syncmail/doc/syncmail.sgml,v retrieving revision 1.3 retrieving revision 1.3.2.1 diff -u -d -r1.3 -r1.3.2.1 --- syncmail.sgml 8 Jul 2003 21:20:23 -0000 1.3 +++ syncmail.sgml 10 Jul 2003 14:08:24 -0000 1.3.2.1 @@ -57,6 +57,8 @@ <replaceable>lines</replaceable></arg> <arg>-c</arg> <arg>-u</arg> + <arg>--config <replaceable>file</replaceable></arg> + <arg>--no-config</arg> <arg><option>--quiet</option> | <option>-q</option></arg> <arg>--fromhost <replaceable>hostname</replaceable></arg> <arg>-f <replaceable>hostname</replaceable></arg> @@ -277,6 +279,34 @@ </para> <variablelist> + <varlistentry> + <term><option>--config <replaceable>file</replaceable></option></term> + <listitem> + <para> + Use <replaceable>file</replaceable> as the configuration + file for &dhpackage;. By default, a file named + <filename>syncmail.conf</filename> is used if it exists. + If the name of the configuration file is relative, it is + interpreted as relative to the <filename + class="directory">CVSROOT</filename> administrative + directory of the repository. <option>--config</option> is + incompatible with <option>--no-config</option>. + </para> + </listitem> + </varlistentry> + + <varlistentry> + <term><option>--no-config</option></term> + <listitem> + <para> + Do not use a configuration file for &dhpackage;. This can + be used to disable the use of the default configuration + file. <option>--no-config</option> is incompatible with + <option>--config</option>. + </para> + </listitem> + </varlistentry> + <varlistentry> <term><option>--cvsroot <replaceable>path</replaceable></option></term> <listitem> |