aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chapter07/chapter07.xml1
-rw-r--r--chapter07/sysklogd.xml14
-rw-r--r--index.xml1
3 files changed, 16 insertions, 0 deletions
diff --git a/chapter07/chapter07.xml b/chapter07/chapter07.xml
index 797adb96f..7d2b92367 100644
--- a/chapter07/chapter07.xml
+++ b/chapter07/chapter07.xml
@@ -6,6 +6,7 @@
&c7-usage;
&c7-loadkeys;
&c7-setclock;
+&c7-sysklogd;
&c7-hostname;
&c7-hosts;
&c7-network;
diff --git a/chapter07/sysklogd.xml b/chapter07/sysklogd.xml
new file mode 100644
index 000000000..7956f169f
--- /dev/null
+++ b/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>
+
diff --git a/index.xml b/index.xml
index 9d147d858..2c4e63524 100644
--- a/index.xml
+++ b/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">