glfs/general/sysutils/fcron/fcron-exp.xml
Igor Živković 292bc8bf71 updated instructions for fcron
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1108 af4574ff-66df-0310-9fd7-8a98e5e911e0
2003-09-18 21:21:15 +00:00

24 lines
1.1 KiB
XML

<sect2>
<title>Command explanations</title>
<para><command>--without-sendmail</command> : Fcron does not require
sendmail to run, but will use it 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=/usr/sbin</command>.</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>
<para><command>yes 'n' | make install</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>
</sect2>