glfs/general/sysutils/fcron/fcron-exp.xml
Igor Živković af68f9848e fixed fcron instructions
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1195 af4574ff-66df-0310-9fd7-8a98e5e911e0
2003-09-25 23:12:36 +00:00

24 lines
1.1 KiB
XML

<sect2>
<title>Command explanations</title>
<para><command>--without-sendmail</command> : Fcron does not require
a <acronym>MTA</acronym> to run but will use one, if it is installed, to email you the
results of the fcron script. If you wish to utilize this feature change
the switch to <command>--with-sendmail=[path to your MTA]</command>.</para>
<para><command>--with-answer-all=no</command> : After the files are
installed, the make install script enters into a configuration routine.
The first test will be whether to install a boot script in the <filename
class="directory">/etc/rc.d/init.d</filename> directory with the
appropriate symbolic links in runlevels 2, 3, 4, and 5. The second is to
stop any current fcron processes and start a new one. Since this is
probably your first install and we want a boot script based upon the
<acronym>BLFS</acronym> template we answer 'n' to both tests.</para>
<para><command>--with-dsssl-dir=/usr/share/sgml/docbook/dsssl-stylesheets-&docbook-dsssl-version;
</command> : Can be added if you have installed openjade and
dsssl-stylesheets to generate the documentation from the DocBook source
files.</para>
</sect2>