Author: manuel Date: 2005-04-11 13:26:40 -0600 (Mon, 11 Apr 2005) New Revision: 4911
Modified: trunk/BOOK/chapter06/sysklogd.xml Log: Tags and text corrections. Modified: trunk/BOOK/chapter06/sysklogd.xml =================================================================== --- trunk/BOOK/chapter06/sysklogd.xml 2005-04-11 19:22:42 UTC (rev 4910) +++ trunk/BOOK/chapter06/sysklogd.xml 2005-04-11 19:26:40 UTC (rev 4911) @@ -21,7 +21,6 @@ <segmentedlist> <segtitle>&dependencies;</segtitle> -<!-- <segtitle>Sysklogd installation depends on</segtitle> --> <seglistitem><seg>Binutils, Coreutils, GCC, Glibc, Make</seg></seglistitem> </segmentedlist> </sect2> @@ -56,7 +55,7 @@ following:</para> <screen><userinput>cat > /etc/syslog.conf << "EOF" -# Begin /etc/syslog.conf +<literal># Begin /etc/syslog.conf auth,authpriv.* -/var/log/auth.log *.*;auth,authpriv.none -/var/log/sys.log @@ -69,7 +68,7 @@ # log the bootscript output: local2.* -/var/log/boot.log -# End /etc/syslog.conf +# End /etc/syslog.conf</literal> EOF</userinput></screen> </sect2> @@ -90,7 +89,7 @@ <term><command>klogd</command></term> <listitem> <indexterm zone="ch-system-sysklogd klogd"><primary sortas="b-klogd">klogd</primary></indexterm> -<para>is a system daemon for intercepting and logging kernel messages.</para> +<para>A system daemon for intercepting and logging kernel messages</para> </listitem> </varlistentry> @@ -98,10 +97,10 @@ <term><command>syslogd</command></term> <listitem> <indexterm zone="ch-system-sysklogd syslogd"><primary sortas="b-syslogd">syslogd</primary></indexterm> -<para>logs the messages that system programs offer for logging. Every logged +<para>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.</para> +to be</para> </listitem> </varlistentry> </variablelist> -- http://linuxfromscratch.org/mailman/listinfo/lfs-book FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
