diff options
Diffstat (limited to 'chapter07')
-rw-r--r-- | chapter07/chapter07.xml | 1 | ||||
-rw-r--r-- | chapter07/sysklogd.xml | 14 |
2 files changed, 15 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> + |