Hi,
You should remove the mountpoint description in sysvinit.xml. Otherwise
it doesn't generate here as it says "moutpoint ID" already exists (in
util-linux.xml).
Regards,
-
Jean-Philippe MENGUAL
Président de l'association traduc.org
Coordinateur du projet Linux From Scratch
Coordinateur au sein du projet Trad GNU de l'April
Animateur suppléant du groupe de travail Accessibilité de l'April
Le dimanche 04 septembre 2011 à 09:37 -0600, [email protected]
a écrit :
> Author: bdubbs
> Date: 2011-09-04 09:37:25 -0600 (Sun, 04 Sep 2011)
> New Revision: 9594
>
> Modified:
> trunk/BOOK/chapter01/changelog.xml
> trunk/BOOK/chapter06/sysvinit.xml
> trunk/BOOK/chapter06/util-linux.xml
> trunk/BOOK/general.ent
> Log:
> Supress sysvinit overwriting mountpoint from util-linux
>
> Modified: trunk/BOOK/chapter01/changelog.xml
> ===================================================================
> --- trunk/BOOK/chapter01/changelog.xml 2011-09-04 15:02:39 UTC (rev
> 9593)
> +++ trunk/BOOK/chapter01/changelog.xml 2011-09-04 15:37:25 UTC (rev
> 9594)
> @@ -37,6 +37,16 @@
>
> -->
> <listitem>
> + <para>2011-09-04</para>
> + <itemizedlist>
> + <listitem>
> + <para>[bdubbs] - Supress sysvinit overwriting mountpoint from
> util-linux.
> + </para>
> + </listitem>
> + </itemizedlist>
> + </listitem>
> +
> + <listitem>
> <para>2011-09-03</para>
> <itemizedlist>
> <listitem>
>
> Modified: trunk/BOOK/chapter06/sysvinit.xml
> ===================================================================
> --- trunk/BOOK/chapter06/sysvinit.xml 2011-09-04 15:02:39 UTC (rev 9593)
> +++ trunk/BOOK/chapter06/sysvinit.xml 2011-09-04 15:37:25 UTC (rev 9594)
> @@ -55,12 +55,14 @@
> <screen><userinput remap="pre">sed -i 's@Sending processes@& configured
> via /etc/inittab@g' \
> src/init.c</userinput></screen>
>
> - <para>A maintained version of the <command>wall</command> program was
> + <para>Maintained versions of the <command>wall</command> and
> + <command>mountpoint</command> programs were
> installed earlier by Util-linux. Suppress the installation of Sysvinit's
> - version of this program and its man page:</para>
> + versions of these programs and their man pages:</para>
>
> <screen><userinput remap="make">sed -i -e 's/utmpdump wall/utmpdump/' \
> - -e 's/mountpoint.1 wall.1/mountpoint.1/'
> src/Makefile</userinput></screen>
> + -e '/= mountpoint/d' \
> + -e 's/mountpoint.1 wall.1//' src/Makefile</userinput></screen>
>
> <para>Compile the package:</para>
>
> @@ -186,16 +188,6 @@
> </listitem>
> </varlistentry>
>
> - <varlistentry id="mountpoint">
> - <term><command>mountpoint</command></term>
> - <listitem>
> - <para>Checks if the directory is a mountpoint</para>
> - <indexterm zone="ch-system-sysvinit mountpoint">
> - <primary sortas="b-mountpoint">mountpoint</primary>
> - </indexterm>
> - </listitem>
> - </varlistentry>
> -
> <varlistentry id="pidof">
> <term><command>pidof</command></term>
> <listitem>
>
> Modified: trunk/BOOK/chapter06/util-linux.xml
> ===================================================================
> --- trunk/BOOK/chapter06/util-linux.xml 2011-09-04 15:02:39 UTC (rev
> 9593)
> +++ trunk/BOOK/chapter06/util-linux.xml 2011-09-04 15:37:25 UTC (rev
> 9594)
> @@ -113,7 +113,7 @@
> fsck.cramfs, fsck.minix, fsfreeze, fstrim, getopt, hexdump, hwclock,
> i386,
> ionice, ipcmk, ipcrm, ipcs, isosize, ldattach, line, linux32,
> linux64,
> logger, look, losetup, lsblk, lscpu, mcookie, mkfs, mkfs.bfs,
> mkfs.cramfs,
> - mkfs.minix, mkswap, more, mount, namei, partx, pg, pivot_root,
> + mkfs.minix, mkswap, more, mount, mountpoint, namei, partx, pg,
> pivot_root,
> readprofile, rename, renice, rev, rtcwake, script, scriptreplay,
> setarch, setsid, setterm, sfdisk, swaplabel, swapoff (link to
> swapon),
> swapon, switch_root, tailf, taskset, tunelp, ul, umount, unshare,
> @@ -699,6 +699,16 @@
> </listitem>
> </varlistentry>
>
> + <varlistentry id="mountpoint">
> + <term><command>mountpoint</command></term>
> + <listitem>
> + <para>Checks if the directory is a mountpoint</para>
> + <indexterm zone="ch-system-util-linux mountpoint">
> + <primary sortas="b-mountpoint">mountpoint</primary>
> + </indexterm>
> + </listitem>
> + </varlistentry>
> +
> <varlistentry id="namei">
> <term><command>namei</command></term>
> <listitem>
>
> Modified: trunk/BOOK/general.ent
> ===================================================================
> --- trunk/BOOK/general.ent 2011-09-04 15:02:39 UTC (rev 9593)
> +++ trunk/BOOK/general.ent 2011-09-04 15:37:25 UTC (rev 9594)
> @@ -1,5 +1,5 @@
> -<!ENTITY version "SVN-20110903">
> -<!ENTITY releasedate "Sep 3, 2011">
> +<!ENTITY version "SVN-20110904">
> +<!ENTITY releasedate "Sep 4, 2011">
> <!ENTITY copyrightdate "1999-2011"><!-- jhalfs needs a literal dash, not
> – -->
> <!ENTITY milestone "7.0">
> <!ENTITY generic-version "development"> <!-- Use "development", "testing",
> or "x.y[-pre{x}]" -->
>
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page