diff options
author | Krejzi <krejzi@linuxfromscratch.org> | 2013-02-15 12:44:39 +0000 |
---|---|---|
committer | Krejzi <krejzi@linuxfromscratch.org> | 2013-02-15 12:44:39 +0000 |
commit | 0a56911fd167e010c32072262aae4294a11f9849 (patch) | |
tree | 36de72ed939927ac32001b6b02bcb09f8bbf253a /prologue | |
parent | 9c7cb63dc890a482ff167c8ffa4c934f173f21d8 (diff) |
Begin adjusting book for Systemd. libcap2 is actually libcap - Debian uses strange naming for source packages. Add Sysvinit back - only few programs are needed from the package. Remove Sysklogd. Add adm group to grups in chapter06. It's necesary by something in Systemd. Change /etc/mtab to link to /proc/self/mounts. Relocate packages order.
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd/BOOK@10148 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'prologue')
-rw-r--r-- | prologue/why.xml | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/prologue/why.xml b/prologue/why.xml index 3d487660a..c61fbfd89 100644 --- a/prologue/why.xml +++ b/prologue/why.xml @@ -24,7 +24,7 @@ <para>Attr</para> <para>This package contains programs for working with extended - attributes on filesystem objects. It is required by the libcap2 + attributes on filesystem objects. It is required by the libcap library.</para> </listitem> @@ -450,18 +450,16 @@ </listitem> <listitem> - <para>Sysklogd</para> + <para>Systemd</para> - <para>This package contains programs for logging system messages, - such as those given by the kernel or daemon processes when unusual - events occur.</para> + <para>This package contains programs for controlling the startup, + running, and shutdown of the system.</para> </listitem> <listitem> - <para>Systemd</para> + <para>Sysvinit</para> - <para>This package contains programs for controlling the startup, - running, and shutdown of the system.</para> + <para>This package provides misc. utils needed by some packages.</para> </listitem> <listitem> |