Browse Source

added sysklogd script note regarding default -m option

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1689 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Gerard Beekmans 23 years ago
parent
commit
66450f7bd4
3 changed files with 16 additions and 0 deletions
  1. 1 0
      chapter07/chapter07.xml
  2. 14 0
      chapter07/sysklogd.xml
  3. 1 0
      index.xml

+ 1 - 0
chapter07/chapter07.xml

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

+ 14 - 0
chapter07/sysklogd.xml

@@ -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>
+

+ 1 - 0
index.xml

@@ -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">