diff options
author | Jeremy Huntwork <jhuntwork@linuxfromscratch.org> | 2005-03-30 21:40:13 +0000 |
---|---|---|
committer | Jeremy Huntwork <jhuntwork@linuxfromscratch.org> | 2005-03-30 21:40:13 +0000 |
commit | 7b409b74d15cc3283e9cfe278d910eb1923d745d (patch) | |
tree | edb34d2333dcecd4a2e1c5a2d927fe01cae695b3 /chapter07 | |
parent | 90d417240fc72c7d7fb996af2f3bf96450b9cb2f (diff) |
Added sysklogd back in and removed libol and syslog-ng - thanks for the help, archaic
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4816 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter07')
-rw-r--r-- | chapter07/bootscripts.xml | 8 | ||||
-rw-r--r-- | chapter07/chapter07.xml | 1 | ||||
-rw-r--r-- | chapter07/sysklogd.xml | 2 |
3 files changed, 6 insertions, 5 deletions
diff --git a/chapter07/bootscripts.xml b/chapter07/bootscripts.xml index 6642cb110..b0fadea10 100644 --- a/chapter07/bootscripts.xml +++ b/chapter07/bootscripts.xml @@ -39,7 +39,7 @@ <segtitle>Installed scripts</segtitle> <seglistitem><seg>checkfs, cleanfs, console, functions, halt, hotplug, ifdown, ifup, localnet, mountfs, mountkernfs, network, rc, reboot, sendsignals, setclock, static, -swap, sysklog-ng, template, and udev</seg></seglistitem> +swap, sysklogd, template, and udev</seg></seglistitem> </segmentedlist> <variablelist><bridgehead renderas="sect3">Short Descriptions</bridgehead> @@ -205,11 +205,11 @@ Protocol (IP) address to a network interface</para> </listitem> </varlistentry> -<varlistentry id="syslog-ng-bootscripts"> -<term><command>syslog-ng</command></term> +<varlistentry id="sysklogd-bootscripts"> +<term><command>sysklogd</command></term> <listitem> <para>Starts and stops the system and kernel log daemons</para> -<indexterm zone="ch-scripts-bootscripts syslog-ng-bootscripts"><primary sortas="d-syslog-ng">syslog-ng</primary></indexterm> +<indexterm zone="ch-scripts-bootscripts sysklogd-bootscripts"><primary sortas="d-sysklogd">sysklogd</primary></indexterm> </listitem> </varlistentry> diff --git a/chapter07/chapter07.xml b/chapter07/chapter07.xml index 60dbd8870..51219b045 100644 --- a/chapter07/chapter07.xml +++ b/chapter07/chapter07.xml @@ -14,6 +14,7 @@ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="udev.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="setclock.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="console.xml"/> +<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="sysklogd.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="inputrc.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="profile.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="hostname.xml"/> diff --git a/chapter07/sysklogd.xml b/chapter07/sysklogd.xml index a6701c90d..79cd3dcea 100644 --- a/chapter07/sysklogd.xml +++ b/chapter07/sysklogd.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [ +<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [ <!ENTITY % general-entities SYSTEM "../general.ent"> %general-entities; ]> |