From 4443e908bde4f284657d3a5cd49d21320808fb79 Mon Sep 17 00:00:00 2001 From: Manuel Canales Esparcia Date: Mon, 11 Apr 2005 19:26:40 +0000 Subject: Tags and text corrections. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4911 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/sysklogd.xml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'chapter06/sysklogd.xml') diff --git a/chapter06/sysklogd.xml b/chapter06/sysklogd.xml index 3bddef1f1..21bfef527 100644 --- a/chapter06/sysklogd.xml +++ b/chapter06/sysklogd.xml @@ -21,7 +21,6 @@ as those given by the kernel when unusual things happen. &dependencies; - Binutils, Coreutils, GCC, Glibc, Make @@ -56,7 +55,7 @@ Sysklogd with Linux 2.6 series kernels following: cat > /etc/syslog.conf << "EOF" -# Begin /etc/syslog.conf +# Begin /etc/syslog.conf auth,authpriv.* -/var/log/auth.log *.*;auth,authpriv.none -/var/log/sys.log @@ -69,7 +68,7 @@ user.* -/var/log/user.log # log the bootscript output: local2.* -/var/log/boot.log -# End /etc/syslog.conf +# End /etc/syslog.conf EOF @@ -90,7 +89,7 @@ EOF klogd klogd -is a system daemon for intercepting and logging kernel messages. +A system daemon for intercepting and logging kernel messages @@ -98,10 +97,10 @@ EOF syslogd syslogd -logs the messages that system programs offer for logging. Every logged +Logs the messages that system programs offer for logging. Every logged message contains at least a date stamp and a hostname, and normally the program's name too, but that depends on how trusting the logging daemon is told -to be. +to be -- cgit v1.2.3-54-g00ecf