added sysklogd script note regarding default -m option

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1689 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Gerard Beekmans 2002-03-09 22:11:31 +00:00
parent 056fcc85a3
commit 66450f7bd4
3 changed files with 16 additions and 0 deletions

View File

@ -6,6 +6,7 @@
&c7-usage;
&c7-loadkeys;
&c7-setclock;
&c7-sysklogd;
&c7-hostname;
&c7-hosts;
&c7-network;

14
chapter07/sysklogd.xml Normal file
View File

@ -0,0 +1,14 @@
<sect1 id="ch07-sysklogd">
<title>Configuring the sysklogd script</title>
<?dbhtml filename="sysklogd.html" dir="chapter07"?>
<para>The <filename>sysklogd</filename> script invokes the
<userinput>syslogd</userinput> program with the <emphasis>-m 0</emphasis>
option. This option turns off the periodic timestamp mark that syslogd
writes to the log files every 20 minutes by default. If you want to turn
on this periodic timestamp mark, edit the <filename>sysklogd</filename>
script and make the changes accordingly. See <userinput>man
syslogd</userinput>> for more information.</para>
</sect1>

View File

@ -339,6 +339,7 @@
<!ENTITY c7-usage SYSTEM "chapter07/usage.xml">
<!ENTITY c7-loadkeys SYSTEM "chapter07/loadkeys.xml">
<!ENTITY c7-setclock SYSTEM "chapter07/setclock.xml">
<!ENTITY c7-sysklogd SYSTEM "chapter07/sysklogd.xml">
<!ENTITY c7-hostname SYSTEM "chapter07/hostname.xml">
<!ENTITY c7-hosts SYSTEM "chapter07/hosts.xml">
<!ENTITY c7-network SYSTEM "chapter07/network.xml">