diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2011-08-02 02:15:42 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2011-08-02 02:15:42 +0000 |
commit | 0cda8984a835f37a573c0e2eb31676ff52773d16 (patch) | |
tree | 15144b985754fc6ac96540d091ef7682694c5781 /chapter07/sysklogd.xml | |
parent | 75fe59983cbfe4a5e5cec2a161cda0491162908c (diff) |
Rewrite bootscripts and Chaper 7
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9574 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter07/sysklogd.xml')
-rw-r--r-- | chapter07/sysklogd.xml | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/chapter07/sysklogd.xml b/chapter07/sysklogd.xml index 3b34889a9..fe5de2503 100644 --- a/chapter07/sysklogd.xml +++ b/chapter07/sysklogd.xml @@ -16,11 +16,16 @@ </indexterm> <para>The <filename>sysklogd</filename> script invokes the - <command>syslogd</command> program with the <parameter>-m 0</parameter> option. - This option turns off the periodic timestamp mark that - <command>syslogd</command> 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> + <command>syslogd</command> program with the <parameter>-m 0</parameter> + option. This option turns off the periodic timestamp mark that + <command>syslogd</command> writes to the log files every 20 minutes by + default. If you want to turn on this periodic timestamp mark, create or edit + <filename>/etc/sysconfig/init_params</filename> and define the variable + SYSKLOGD_PARMS to the desired value. For instance, to remove all parameters, + set the variable to a null value:</para> + +<screen role="nodump">SYSKLOGD_PARMS=</screen> + + <para>See <userinput>man syslogd</userinput> for more options.</para> </sect1> |