diff options
-rw-r--r-- | appendices/dependencies.xml | 72 | ||||
-rw-r--r-- | bootscripts/lfs/lib/services/init-functions | 2 | ||||
-rw-r--r-- | bootscripts/lfs/sysconfig/modules | 2 | ||||
-rw-r--r-- | chapter01/changelog.xml | 9 | ||||
-rw-r--r-- | chapter01/whatsnew.xml | 6 | ||||
-rw-r--r-- | chapter03/packages.xml | 17 | ||||
-rw-r--r-- | chapter06/acl.xml | 150 | ||||
-rw-r--r-- | chapter06/attr.xml | 147 | ||||
-rw-r--r-- | chapter06/chapter06.xml | 2 | ||||
-rw-r--r-- | chapter06/e2fsprogs.xml | 4 | ||||
-rw-r--r-- | chapter09/reboot.xml | 2 | ||||
-rw-r--r-- | general.ent | 5 | ||||
-rw-r--r-- | packages.ent | 26 | ||||
-rw-r--r-- | prologue/standards.xml | 4 |
14 files changed, 431 insertions, 17 deletions
diff --git a/appendices/dependencies.xml b/appendices/dependencies.xml index 1bc00058b..0354345d3 100644 --- a/appendices/dependencies.xml +++ b/appendices/dependencies.xml @@ -37,6 +37,78 @@ the LFS book and then go back an rebuild the LFS package. In several cases, reinstallation is addressed in BLFS.</para> +<!-- Begin Acl dependency info --> + <bridgehead renderas="sect2" id="acl-dep">acl</bridgehead> + + <segmentedlist> + <segtitle>&dependencies;</segtitle> + + <seglistitem> + <seg>Attr, Bash, Binutils, Coreutils, GCC, Gettext, Grep, M4, Make, + Perl, Sed, and Texinfo</seg> + </seglistitem> + </segmentedlist> + + <segmentedlist> + <segtitle>&testsuites;</segtitle> + + <seglistitem> + <seg>Automake, Diffutils, Findutils, and Libtool</seg> + </seglistitem> + </segmentedlist> + + <segmentedlist> + <segtitle>&before;</segtitle> + + <seglistitem> + <seg>Systemd</seg> + </seglistitem> + </segmentedlist> + + <segmentedlist> + <segtitle>&external;</segtitle> + + <seglistitem> + <seg>None</seg> + </seglistitem> + </segmentedlist> + +<!-- Begin Attr dependency info --> + <bridgehead renderas="sect2" id="attr-dep">attr</bridgehead> + + <segmentedlist> + <segtitle>&dependencies;</segtitle> + + <seglistitem> + <seg>Bash, Binutils, Coreutils, GCC, Gettext, Grep, M4, Make, + Perl, Sed, and Texinfo</seg> + </seglistitem> + </segmentedlist> + + <segmentedlist> + <segtitle>&testsuites;</segtitle> + + <seglistitem> + <seg>Automake, Diffutils, Findutils, and Libtool</seg> + </seglistitem> + </segmentedlist> + + <segmentedlist> + <segtitle>&before;</segtitle> + + <seglistitem> + <seg>Systemd</seg> + </seglistitem> + </segmentedlist> + + <segmentedlist> + <segtitle>&external;</segtitle> + + <seglistitem> + <seg>None</seg> + </seglistitem> + </segmentedlist> + <!-- Begin Autoconf dependency info --> <bridgehead renderas="sect2" id="autoconf-dep">Autoconf</bridgehead> diff --git a/bootscripts/lfs/lib/services/init-functions b/bootscripts/lfs/lib/services/init-functions index f6be0dccb..06a7f588c 100644 --- a/bootscripts/lfs/lib/services/init-functions +++ b/bootscripts/lfs/lib/services/init-functions @@ -363,7 +363,7 @@ killproc() fi # For signals that do not expect a program to exit, simply - # let kill do it's job, and evaluate kills return for value + # let kill do its job, and evaluate kill's return for value else # check_sig_type - signal is not used to terminate program for pid in ${pidlist}; do diff --git a/bootscripts/lfs/sysconfig/modules b/bootscripts/lfs/sysconfig/modules index 1c8493d45..0fce3f31f 100644 --- a/bootscripts/lfs/sysconfig/modules +++ b/bootscripts/lfs/sysconfig/modules @@ -10,7 +10,7 @@ # Notes : The syntax of this file is as follows: # <module> [<arg1> <arg2> ...] # -# Each module should be on it's own line, and any options that you want +# Each module should be on its own line, and any options that you want # passed to the module should follow it. The line deliminator is either # a space or a tab. ######################################################################## diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index ddd9713eb..aaeb178ca 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -36,6 +36,15 @@ </listitem> --> <listitem> + <para>2014-03-21</para> + <itemizedlist> + <listitem> + <para>[bdubbs] - Added acl and attr to the book.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>2014-03-12</para> <itemizedlist> <listitem> diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index 2b91cf506..99f2d005d 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -227,6 +227,12 @@ <listitem><para></para></listitem> <!-- satisfy build --> <listitem> + <para>acl-2.2.52</para> + </listitem> + <listitem> + <para>attr-2.4.47</para> + </listitem> + <listitem> <para>eudev-1.5.1</para> </listitem> <listitem> diff --git a/chapter03/packages.xml b/chapter03/packages.xml index fb4ca06c6..58c5d543d 100644 --- a/chapter03/packages.xml +++ b/chapter03/packages.xml @@ -15,11 +15,20 @@ <variablelist role="materials"> <varlistentry> - <term>Autoconf (&autoconf-version;) - <token>&autoconf-size;</token>:</term> + <term>Acl (&acl-version;) - <token>&acl-size;</token>:</term> <listitem> - <para>Home page: <ulink url="&autoconf-home;"/></para> - <para>Download: <ulink url="&autoconf-url;"/></para> - <para>MD5 sum: <literal>&autoconf-md5;</literal></para> + <para>Home page: <ulink url="&acl-home;"/></para> + <para>Download: <ulink url="&acl-url;"/></para> + <para>MD5 sum: <literal>&acl-md5;</literal></para> + </listitem> + </varlistentry> + + <varlistentry> + <term>Attr (&attr-version;) - <token>&attr-size;</token>:</term> + <listitem> + <para>Home page: <ulink url="&attr-home;"/></para> + <para>Download: <ulink url="&attr-url;"/></para> + <para>MD5 sum: <literal>&attr-md5;</literal></para> </listitem> </varlistentry> diff --git a/chapter06/acl.xml b/chapter06/acl.xml new file mode 100644 index 000000000..785963da4 --- /dev/null +++ b/chapter06/acl.xml @@ -0,0 +1,150 @@ +<?xml version="1.0" encoding="ISO-8859-1"?> +<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" + "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [ + <!ENTITY % general-entities SYSTEM "../general.ent"> + %general-entities; +]> + +<sect1 id="ch-system-acl" role="wrap"> + <?dbhtml filename="acl.html"?> + + <sect1info condition="script"> + <productname>acl</productname> + <productnumber>&acl-version;</productnumber> + <address>&acl-url;</address> + </sect1info> + + <title>Acl-&acl-version;</title> + + <indexterm zone="ch-system-acl"> + <primary sortas="a-Acl">Acl</primary> + </indexterm> + + <sect2 role="package"> + <title/> + + <para>The Acl package contains utilities to administer Access Control Lists, + which are used to define more fine-grained discretionary access rights for + files and directories.</para> + + <segmentedlist> + <segtitle>&buildtime;</segtitle> + <segtitle>&diskspace;</segtitle> + + <seglistitem> + <seg>&acl-ch6-sbu;</seg> + <seg>&acl-ch6-du;</seg> + </seglistitem> + </segmentedlist> + + </sect2> + + <sect2 role="installation"> + <title>Installation of Acl</title> + + <para>Modify the documentation directory so that it is a versioned + directory:</para> + +<screen><userinput remap="pre">sed -i -e 's|/@pkg_name@|&-@pkg_version@|' include/builddefs.in</userinput></screen> + + <para>Fix some broken tests:</para> + +<screen><userinput remap="pre">sed -i "s:| sed.*::g" test/{sbits-restore,cp,misc}.test</userinput></screen> + + <para>Prepare Acl for compilation:</para> + +<screen><userinput remap="configure">./configure --prefix=/usr \ + --bindir=/bin \ + --libexecdir=/usr/lib</userinput></screen> + + <para>Compile the package:</para> + +<screen><userinput remap="make">make</userinput></screen> + + <para>The Acl tests need to be run on a filesystem that supports access + controls after <application>Coreutils</application> has been built with the + Acl libraries. If desired, return to this package and run <command>make + tests</command> after <application>Coreutils</application> has been built + later in this chapter.</para> + + <para>Install the package:</para> + +<screen><userinput remap="install">make install install-dev install-lib +chmod -v 755 /usr/lib/libacl.so</userinput></screen> + + <para>The shared library needs to be moved to + <filename class="directory">/lib</filename>, and as a result the + <filename class="extension">.so</filename> file in + <filename class="directory">/usr/lib</filename> will need to be recreated:</para> + +<screen><userinput remap="install">mv -v /usr/lib/libacl.so.* /lib +ln -sfv ../../lib/$(readlink /usr/lib/libacl.so) /usr/lib/libacl.so</userinput></screen> + + </sect2> + + <sect2 id="contents-acl" role="content"> + <title>Contents of Acl</title> + + <segmentedlist> + <segtitle>Installed programs</segtitle> + <segtitle>Installed library</segtitle> + <segtitle>Installed directories</segtitle> + + <seglistitem> + <seg>chacl, getfacl, and setacl</seg> + <seg>libacl.{a,so}</seg> + <seg>/usr/include/acl, /usr/share/doc/acl-&acl-version;</seg> + </seglistitem> + </segmentedlist> + + <variablelist> + <bridgehead renderas="sect3">Short Descriptions</bridgehead> + <?dbfo list-presentation="list"?> + <?dbhtml list-presentation="table"?> + + <varlistentry id="chacl"> + <term><command>chacl</command></term> + <listitem> + <para>Changes the access control list of a file + or directory.</para> + <indexterm zone="ch-system-acl chacl"> + <primary sortas="b-chacl">chacl</primary> + </indexterm> + </listitem> + </varlistentry> + + <varlistentry id="getfacl"> + <term><command>getfacl</command></term> + <listitem> + <para>Gets file access control lists.</para> + <indexterm zone="ch-system-acl getfacl"> + <primary sortas="b-getfacl">getfacl</primary> + </indexterm> + </listitem> + </varlistentry> + + <varlistentry id="setacl"> + <term><command>setacl</command></term> + <listitem> + <para>Sets file access control lists.</para> + <indexterm zone="ch-system-acl setacl"> + <primary sortas="b-setacl">setacl</primary> + </indexterm> + </listitem> + </varlistentry> + + <varlistentry id="libacl"> + <term><filename class="libraryfile">libacl</filename></term> + <listitem> + <para>Contains the <application>Acl</application> API functions.</para> + <indexterm zone="ch-system-acl libacl"> + <primary sortas="c-libacl">libacl</primary> + </indexterm> + </listitem> + </varlistentry> + + </variablelist> + + </sect2> + +</sect1> diff --git a/chapter06/attr.xml b/chapter06/attr.xml new file mode 100644 index 000000000..cc50a2690 --- /dev/null +++ b/chapter06/attr.xml @@ -0,0 +1,147 @@ +<?xml version="1.0" encoding="ISO-8859-1"?> +<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" + "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [ + <!ENTITY % general-entities SYSTEM "../general.ent"> + %general-entities; +]> + +<sect1 id="ch-system-attr" role="wrap"> + <?dbhtml filename="attr.html"?> + + <sect1info condition="script"> + <productname>attr</productname> + <productnumber>&attr-version;</productnumber> + <address>&attr-url;</address> + </sect1info> + + <title>Attr-&attr-version;</title> + + <indexterm zone="ch-system-attr"> + <primary sortas="a-Attr">Attr</primary> + </indexterm> + + <sect2 role="package"> + <title/> + + <para>The attr package contains utilities to administer the extended + attributes on filesystem objects.</para> + + <segmentedlist> + <segtitle>&buildtime;</segtitle> + <segtitle>&diskspace;</segtitle> + + <seglistitem> + <seg>&attr-ch6-sbu;</seg> + <seg>&attr-ch6-du;</seg> + </seglistitem> + </segmentedlist> + + </sect2> + + <sect2 role="installation"> + <title>Installation of Attr</title> + + <para>Modify the documentation directory so that it is a versioned + directory:</para> + +<screen><userinput remap="pre">sed -i -e 's|/@pkg_name@|&-@pkg_version@|' include/builddefs.in</userinput></screen> +<!-- + <para>Prevent installation of manual pages that were already installed by + Man-Pages package:</para> + +<screen><userinput remap="pre">sed -i -e "/SUBDIRS/s|man2||" man/Makefile</userinput></screen> +--> + <para>Prepare Attr for compilation:</para> + +<screen><userinput remap="configure">./configure --prefix=/usr --bindir=/bin</userinput></screen> + + <para>Compile the package:</para> + +<screen><userinput remap="make">make</userinput></screen> + + <para>The tests need to be run on a filesystem that supports extended + attributes such as the ext2, ext3, or ext4 filesystems. To test the + results, issue:</para> + +<screen><userinput remap="test">make tests root-tests</userinput></screen> + + <para>Install the package:</para> + +<screen><userinput remap="install">make install install-dev install-lib +chmod -v 755 /usr/lib/libattr.so</userinput></screen> + + <para>The shared library needs to be moved to + <filename class="directory">/lib</filename>, and as a result the + <filename class="extension">.so</filename> file in + <filename class="directory">/usr/lib</filename> will need to be recreated:</para> + +<screen><userinput remap="install">mv -v /usr/lib/libattr.so.* /lib +ln -sfv ../../lib/$(readlink /usr/lib/libattr.so) /usr/lib/libattr.so</userinput></screen> + + </sect2> + + <sect2 id="contents-attr" role="content"> + <title>Contents of Attr</title> + + <segmentedlist> + <segtitle>Installed programs</segtitle> + <segtitle>Installed library</segtitle> + <segtitle>Installed directories</segtitle> + + <seglistitem> + <seg>attr, getfattr, and setattr</seg> + <seg>libattr.{a,so}</seg> + <seg>/usr/include/attr, /usr/share/doc/attr-&attr-version;</seg> + </seglistitem> + </segmentedlist> + + <variablelist> + <bridgehead renderas="sect3">Short Descriptions</bridgehead> + <?dbfo list-presentation="list"?> + <?dbhtml list-presentation="table"?> + + <varlistentry id="attr"> + <term><command>attr</command></term> + <listitem> + <para>Extends attributes on filesystem objects</para> + <indexterm zone="ch-system-attr attr"> + <primary sortas="b-attr">attr</primary> + </indexterm> + </listitem> + </varlistentry> + + <varlistentry id="getfattr"> + <term><command>getfattr</command></term> + <listitem> + <para>Gets the extended attributes of filesystem objects.</para> + <indexterm zone="ch-system-attr getfattr"> + <primary sortas="b-getfattr">getfattr</primary> + </indexterm> + </listitem> + </varlistentry> + + <varlistentry id="setattr"> + <term><command>setattr</command></term> + <listitem> + <para>Sets the extended attributes of filesystem objects</para> + <indexterm zone="ch-system-attr setattr"> + <primary sortas="b-setattr">setattr</primary> + </indexterm> + </listitem> + </varlistentry> + + <varlistentry id="libattr"> + <term><filename class="libraryfile">libattr</filename></term> + <listitem> + <para>Contains the <application>Attr</application> API functions.</para> + <indexterm zone="ch-system-attr libattr"> + <primary sortas="c-libattr">libattr</primary> + </indexterm> + </listitem> + </varlistentry> + + </variablelist> + + </sect2> + +</sect1> diff --git a/chapter06/chapter06.xml b/chapter06/chapter06.xml index 3c2949978..170f09efe 100644 --- a/chapter06/chapter06.xml +++ b/chapter06/chapter06.xml @@ -32,6 +32,8 @@ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="bzip2.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="pkgconfig.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ncurses.xml"/> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="attr.xml"/> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="acl.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="shadow.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="psmisc.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="procps.xml"/> diff --git a/chapter06/e2fsprogs.xml b/chapter06/e2fsprogs.xml index 9ca778a04..7aca00f9e 100644 --- a/chapter06/e2fsprogs.xml +++ b/chapter06/e2fsprogs.xml @@ -61,6 +61,7 @@ cd build</userinput></screen> CFLAGS=-I/tools/include \ PKG_CONFIG_PATH=/tools/lib/pkgconfig \ ../configure --prefix=/usr \ + --bindir=/bin \ --with-root-prefix="" \ --enable-elf-shlibs \ --disable-libblkid \ @@ -80,7 +81,8 @@ PKG_CONFIG_PATH=/tools/lib/pkgconfig \ </varlistentry> <varlistentry> - <term><parameter>--with-root-prefix=""</parameter></term> + <term><parameter>--with-root-prefix=""</parameter> and + <parameter>--bindir=/bin</parameter></term> <listitem> <para>Certain programs (such as the <command>e2fsck</command> program) are considered essential programs. When, for example, diff --git a/chapter09/reboot.xml b/chapter09/reboot.xml index 9d84732ef..cbe1542db 100644 --- a/chapter09/reboot.xml +++ b/chapter09/reboot.xml @@ -44,7 +44,7 @@ <listitem><para>If you want to access your new system from a remote system within a comfortable GUI environment, install <ulink - url='&blfs-root;/view/svn/postlfs/openssh.html'>openssh</ulink> and it's + url='&blfs-root;/view/svn/postlfs/openssh.html'>openssh</ulink> and its prerequsite, <ulink url='&blfs-root;/view/svn/postlfs/openssl.html'>openssl</ulink>. </para></listitem> diff --git a/general.ent b/general.ent index 1a9f0945a..936fa3fbb 100644 --- a/general.ent +++ b/general.ent @@ -1,5 +1,5 @@ -<!ENTITY version "SVN-20140312"> -<!ENTITY releasedate "March 12, 2014"> +<!ENTITY version "SVN-20140321"> +<!ENTITY releasedate "March 21, 2014"> <!ENTITY copyrightdate "1999-2014"><!-- jhalfs needs a literal dash, not – --> <!ENTITY milestone "7.6"> <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> @@ -34,6 +34,7 @@ <!ENTITY alpha-gnu "http://alpha.gnu.org/gnu/"> <!ENTITY kernel "https://www.kernel.org/pub/"> <!ENTITY sourceforge "http://prdownloads.sourceforge.net/"> +<!ENTITY savannah "http://download.savannah.gnu.org"> <!ENTITY % packages-entities SYSTEM "packages.ent"> %packages-entities; diff --git a/packages.ent b/packages.ent index 639dac08f..78fa35ce0 100644 --- a/packages.ent +++ b/packages.ent @@ -7,6 +7,22 @@ Allowed deviation in disk usage : 2% --> +<!ENTITY acl-version "2.2.52"> +<!ENTITY acl-size "380 KB"> +<!ENTITY acl-url "&savannah;/releases/acl/acl-&acl-version;.src.tar.gz"> +<!ENTITY acl-md5 "a61415312426e9c2212bd7dc7929abda"> +<!ENTITY acl-home " "> +<!ENTITY acl-ch6-du "5.4 MB"> +<!ENTITY acl-ch6-sbu "0.2 SBU"> + +<!ENTITY attr-version "2.4.47"> +<!ENTITY attr-size "336 KB"> +<!ENTITY attr-url "&savannah;/releases/attr/attr-&attr-version;.src.tar.gz"> +<!ENTITY attr-md5 "84f58dec00b60f2dc8fd1c9709291cc7"> +<!ENTITY attr-home "&gnu-software;attr/"> +<!ENTITY attr-ch6-du "17.1 MB"> +<!ENTITY attr-ch6-sbu "4.5 SBU"> + <!ENTITY autoconf-version "2.69"> <!ENTITY autoconf-size "1,186 KB"> <!ENTITY autoconf-url "&gnu;autoconf/autoconf-&autoconf-version;.tar.xz"> @@ -322,7 +338,7 @@ <!ENTITY less-ch6-du "3.6 MB"> <!ENTITY less-ch6-sbu "less than 0.1 SBU"> -<!ENTITY lfs-bootscripts-version "20140307"> <!-- Scripts depend on this format --> +<!ENTITY lfs-bootscripts-version "20140321"> <!-- Scripts depend on this format --> <!ENTITY lfs-bootscripts-size "BOOTSCRIPTS-SIZE KB"> <!-- Updated in Makefile --> <!ENTITY lfs-bootscripts-url "&downloads-root;lfs-bootscripts-&lfs-bootscripts-version;.tar.bz2"> <!ENTITY lfs-bootscripts-md5 "BOOTSCRIPTS-MD5SUM"> <!-- Updated in Makefile --> @@ -332,7 +348,7 @@ <!ENTITY libpipeline-version "1.2.6"> <!ENTITY libpipeline-size "761 KB"> -<!ENTITY libpipeline-url "http://download.savannah.gnu.org/releases/libpipeline/libpipeline-&libpipeline-version;.tar.gz"> +<!ENTITY libpipeline-url "&savannah;/releases/libpipeline/libpipeline-&libpipeline-version;.tar.gz"> <!ENTITY libpipeline-md5 "6d1d51a5dc102af41e0d269d2a31e6f9"> <!ENTITY libpipeline-home "http://libpipeline.nongnu.org/"> <!ENTITY libpipeline-ch6-du "7.4 MB"> @@ -391,7 +407,7 @@ <!ENTITY man-db-version "2.6.6"> <!ENTITY man-db-size "1,415 KB"> -<!ENTITY man-db-url "http://download.savannah.gnu.org/releases/man-db/man-db-&man-db-version;.tar.xz"> +<!ENTITY man-db-url "&savannah;/releases/man-db/man-db-&man-db-version;.tar.xz"> <!ENTITY man-db-md5 "5d65d66191080c144437a6c854e17868"> <!ENTITY man-db-home "http://www.nongnu.org/man-db/"> <!ENTITY man-db-ch6-du "27 MB"> @@ -439,7 +455,7 @@ <!ENTITY patch-size "660 KB"> <!ENTITY patch-url "&gnu;patch/patch-&patch-version;.tar.xz"> <!ENTITY patch-md5 "e9ae5393426d3ad783a300a338c09b72"> -<!ENTITY patch-home "http://savannah.gnu.org/projects/patch/"> +<!ENTITY patch-home "&savannah;/projects/patch/"> <!ENTITY patch-ch5-du "3.4 MB"> <!ENTITY patch-ch5-sbu "0.1 SBU"> <!ENTITY patch-ch6-du "3.4 MB"> @@ -515,7 +531,7 @@ <!ENTITY sysvinit-version "2.88dsf"> <!ENTITY sysvinit-size "108 KB"> -<!ENTITY sysvinit-url "http://download.savannah.gnu.org/releases/sysvinit/sysvinit-&sysvinit-version;.tar.bz2"> +<!ENTITY sysvinit-url "&savannah;/releases/sysvinit/sysvinit-&sysvinit-version;.tar.bz2"> <!ENTITY sysvinit-md5 "6eda8a97b86e0a6f59dabbf25202aa6f"> <!ENTITY sysvinit-home "http://savannah.nongnu.org/projects/sysvinit"> <!ENTITY sysvinit-ch6-du "1.4 MB"> diff --git a/prologue/standards.xml b/prologue/standards.xml index a4dbd2d7e..95865bd55 100644 --- a/prologue/standards.xml +++ b/prologue/standards.xml @@ -113,7 +113,7 @@ <term><emphasis>LSB Core:</emphasis></term> <listitem> <para>At, Batch (a part of At), Cpio, Ed, Fcrontab, Initd-tools, - Lsb_release, PAM, Sendmail (or Postfix or Exim) </para> + Lsb_release, PAM, Pax, Sendmail (or Postfix or Exim), time </para> </listitem> </varlistentry> @@ -165,7 +165,7 @@ <varlistentry> <term><emphasis>LSB Core:</emphasis></term> <listitem> - <para>time (executable) and pax</para> + <para>None</para> </listitem> </varlistentry> |