glfs/general/sysutils/fcron/fcron-config.xml
Tushar Teredesai 40d91bde23 First batch of lfs-bootscripts
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1908 af4574ff-66df-0310-9fd7-8a98e5e911e0
2004-03-22 07:42:22 +00:00

30 lines
980 B
XML

<sect2>
<title>Configuring <application>Fcron</application></title>
<sect3><title>Config files</title>
<para><filename>/etc/fcron.conf</filename>,
<filename>/etc/fcron.allow</filename>,
<filename>/etc/fcron.deny</filename></para>
</sect3>
<sect3><title>Configuration Information</title>
<para>There are no required changes in any of the config files.
Configuration information can be found in the man page for
<filename>fcron.conf</filename>.</para>
<para><command>fcron</command> scripts are written using <command>fcrontab</command>.
Refer to the man page for fcrontab for proper parameters for your
situation.</para>
<para>Install <filename>/etc/rc.d/init.d/fcron</filename>
init script from the <xref linkend="intro-important-bootscripts"/> package.</para>
<screen><userinput><command>make install-fcron</command></userinput></screen>
</sect3>
</sect2>