[Clfs-commits] commit: r3997 - /branches/clfs-1.1/BOOK/final-system/common/ /trunk/BOOK/final-system/common/
svn at cross-lfs.org
svn at cross-lfs.org
Thu Aug 28 18:53:41 PDT 2008
Author: jciccone
Date: Fri Aug 29 01:53:40 2008
New Revision: 3997
Log:
Update a few of the lists of files that packages install.
Modified:
branches/clfs-1.1/BOOK/final-system/common/e2fsprogs.xml
branches/clfs-1.1/BOOK/final-system/common/linux-headers.xml
branches/clfs-1.1/BOOK/final-system/common/shadow.xml
trunk/BOOK/final-system/common/e2fsprogs.xml
trunk/BOOK/final-system/common/linux-headers.xml
trunk/BOOK/final-system/common/shadow.xml
Modified: branches/clfs-1.1/BOOK/final-system/common/e2fsprogs.xml
==============================================================================
--- branches/clfs-1.1/BOOK/final-system/common/e2fsprogs.xml (original)
+++ branches/clfs-1.1/BOOK/final-system/common/e2fsprogs.xml Fri Aug 29 01:53:40 2008
@@ -106,7 +106,7 @@
<seg>badblocks, blkid, chattr, compile_et, debugfs, dumpe2fs,
e2fsck, e2image, e2label, filefrag, findfs, fsck, fsck.ext2, fsck.ext3,
logsave, lsattr, mk_cmds, mke2fs, mkfs.ext2, mkfs.ext3,
- mklost+found, resize2fs, tune2fs, and uuidgen.</seg>
+ mklost+found, resize2fs, tune2fs, uuidd, and uuidgen.</seg>
<seg>libblkid.[a,so], libcom_err.[a,so], libe2p.[a,so],
libext2fs.[a,so], libss.[a,so], and libuuid.[a,so]</seg>
</seglistitem>
@@ -378,6 +378,20 @@
</listitem>
</varlistentry>
+ <varlistentry id="uuidd">
+ <term><command>uuidd</command></term>
+ <listitem>
+ <para>The uuidd daemon is used by the UUID library to generate
+ universally unique identifiers (UUIDs), especially time-based UUID's
+ in a secure and guaranteed-unique fashion, even in the face of large
+ numbers of threads trying to grab UUID's running on different CPU's.
+ </para>
+ <indexterm zone="ch-system-e2fsprogs uuidd">
+ <primary sortas="b-uuidd">uuidd</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
<varlistentry id="uuidgen">
<term><command>uuidgen</command></term>
<listitem>
Modified: branches/clfs-1.1/BOOK/final-system/common/linux-headers.xml
==============================================================================
--- branches/clfs-1.1/BOOK/final-system/common/linux-headers.xml (original)
+++ branches/clfs-1.1/BOOK/final-system/common/linux-headers.xml Fri Aug 29 01:53:40 2008
@@ -43,7 +43,7 @@
<segtitle>Installed headers</segtitle>
<seglistitem>
- <seg>/usr/include/{asm,asm-generic,linux,mtd,scsi,sound}/*.h</seg>
+ <seg>/usr/include/{asm,asm-generic,linux,mtd,rdma,scsi,sound,video}/*.h</seg>
</seglistitem>
</segmentedlist>
@@ -54,7 +54,7 @@
<varlistentry id="linux-headers">
<term><filename
- class="headerfile">/usr/include/{asm,asm-generic,linux,mtd,scsi,sound}/*.h</filename></term>
+ class="headerfile">/usr/include/{asm,asm-generic,linux,mtd,rdma,scsi,sound,video}/*.h</filename></term>
<listitem>
<para>The Linux API headers</para>
<indexterm zone="ch-system-linux-headers linux-headers">
Modified: branches/clfs-1.1/BOOK/final-system/common/shadow.xml
==============================================================================
--- branches/clfs-1.1/BOOK/final-system/common/shadow.xml (original)
+++ branches/clfs-1.1/BOOK/final-system/common/shadow.xml Fri Aug 29 01:53:40 2008
@@ -165,7 +165,6 @@
<segmentedlist>
<segtitle>Installed programs</segtitle>
- <segtitle>Installed libraries</segtitle>
<seglistitem>
<seg>chage, chfn, chpasswd, chgpasswd, chsh, expiry, faillog, gpasswd,
@@ -173,7 +172,6 @@
login, logoutd, newgrp, newusers, nologin, passwd, pwck, pwconv,
pwunconv, sg (link to newgrp), useradd, userdel, usermod,
vigr (link to vipw), and vipw</seg>
- <seg>libshadow.[a,so]</seg>
</seglistitem>
</segmentedlist>
Modified: trunk/BOOK/final-system/common/e2fsprogs.xml
==============================================================================
--- trunk/BOOK/final-system/common/e2fsprogs.xml (original)
+++ trunk/BOOK/final-system/common/e2fsprogs.xml Fri Aug 29 01:53:40 2008
@@ -106,7 +106,7 @@
<seg>badblocks, blkid, chattr, compile_et, debugfs, dumpe2fs,
e2fsck, e2image, e2label, filefrag, findfs, fsck, fsck.ext2, fsck.ext3,
logsave, lsattr, mk_cmds, mke2fs, mkfs.ext2, mkfs.ext3,
- mklost+found, resize2fs, tune2fs, and uuidgen.</seg>
+ mklost+found, resize2fs, tune2fs, uuidd, and uuidgen.</seg>
<seg>libblkid.[a,so], libcom_err.[a,so], libe2p.[a,so],
libext2fs.[a,so], libss.[a,so], and libuuid.[a,so]</seg>
</seglistitem>
@@ -378,6 +378,20 @@
</listitem>
</varlistentry>
+ <varlistentry id="uuidd">
+ <term><command>uuidd</command></term>
+ <listitem>
+ <para>The uuidd daemon is used by the UUID library to generate
+ universally unique identifiers (UUIDs), especially time-based UUID's
+ in a secure and guaranteed-unique fashion, even in the face of large
+ numbers of threads trying to grab UUID's running on different CPU's.
+ </para>
+ <indexterm zone="ch-system-e2fsprogs uuidd">
+ <primary sortas="b-uuidd">uuidd</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
<varlistentry id="uuidgen">
<term><command>uuidgen</command></term>
<listitem>
Modified: trunk/BOOK/final-system/common/linux-headers.xml
==============================================================================
--- trunk/BOOK/final-system/common/linux-headers.xml (original)
+++ trunk/BOOK/final-system/common/linux-headers.xml Fri Aug 29 01:53:40 2008
@@ -43,7 +43,7 @@
<segtitle>Installed headers</segtitle>
<seglistitem>
- <seg>/usr/include/{asm,asm-generic,linux,mtd,scsi,sound}/*.h</seg>
+ <seg>/usr/include/{asm,asm-generic,linux,mtd,rdma,scsi,sound,video}/*.h</seg>
</seglistitem>
</segmentedlist>
@@ -54,7 +54,7 @@
<varlistentry id="linux-headers">
<term><filename
- class="headerfile">/usr/include/{asm,asm-generic,linux,mtd,scsi,sound}/*.h</filename></term>
+ class="headerfile">/usr/include/{asm,asm-generic,linux,mtd,rdma,scsi,sound,video}/*.h</filename></term>
<listitem>
<para>The Linux API headers</para>
<indexterm zone="ch-system-linux-headers linux-headers">
Modified: trunk/BOOK/final-system/common/shadow.xml
==============================================================================
--- trunk/BOOK/final-system/common/shadow.xml (original)
+++ trunk/BOOK/final-system/common/shadow.xml Fri Aug 29 01:53:40 2008
@@ -165,7 +165,6 @@
<segmentedlist>
<segtitle>Installed programs</segtitle>
- <segtitle>Installed libraries</segtitle>
<seglistitem>
<seg>chage, chfn, chpasswd, chgpasswd, chsh, expiry, faillog, gpasswd,
@@ -173,7 +172,6 @@
login, logoutd, newgrp, newusers, nologin, passwd, pwck, pwconv,
pwunconv, sg (link to newgrp), useradd, userdel, usermod,
vigr (link to vipw), and vipw</seg>
- <seg>libshadow.[a,so]</seg>
</seglistitem>
</segmentedlist>
More information about the Clfs-commits
mailing list