diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2017-02-10 03:45:31 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2017-02-10 03:45:31 +0000 |
commit | 365610568d8252dc0577dac62465fa0c2d7ce867 (patch) | |
tree | 57646511090925e226024b6adc1f568a87504626 | |
parent | 7f599a387d524ae3d5c0991931d6f56020127c32 (diff) |
Prologue fixes
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11180 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | prologue/standards.xml | 4 | ||||
-rw-r--r-- | prologue/why.xml | 3 |
2 files changed, 3 insertions, 4 deletions
diff --git a/prologue/standards.xml b/prologue/standards.xml index 36a7be419..8a79fbb92 100644 --- a/prologue/standards.xml +++ b/prologue/standards.xml @@ -62,7 +62,7 @@ <term><emphasis>LSB Core:</emphasis></term> <listitem> <para>Bash, Bc, Binutils, Coreutils, Diffutils, File, Findutils, Gawk, - Grep, GTK+2, Gzip, M4, Man-DB, Ncurses, Procps, Psmisc, Sed, + Grep, Gzip, M4, Man-DB, Ncurses, Procps, Psmisc, Sed, Shadow, Tar, Util-linux, Zlib</para> </listitem> </varlistentry> @@ -116,7 +116,7 @@ <term><emphasis>LSB Desktop:</emphasis></term> <listitem> <para>Alsa, ATK, Cairo, Desktop-file-utils, Freetype, Fontconfig, - Gdk-pixbuf, Glib2, Icon-naming-utils, Libjpeg-turbo, Libpng, Libtiff, + Gdk-pixbuf, Glib2, GTK+2, Icon-naming-utils, Libjpeg-turbo, Libpng, Libtiff, Libxml2, MesaLib, Pango, Qt4, Xdg-utils, Xorg</para> </listitem> </varlistentry> diff --git a/prologue/why.xml b/prologue/why.xml index 7a302f636..761cf138d 100644 --- a/prologue/why.xml +++ b/prologue/why.xml @@ -479,8 +479,7 @@ <para>This package provides and <application>init</application> program and several additional boot and system control capabilities as an alternative to Sysvinit. It is used by many commercial distributions. - In LFS it is installed side-by-side with Sysvinit to provide the user with - alternative boot systems for comparison.</para> + </para> </listitem> <listitem revision="sysv"> |