diff options
author | Jeremy Huntwork <jhuntwork@linuxfromscratch.org> | 2008-04-23 17:22:12 +0000 |
---|---|---|
committer | Jeremy Huntwork <jhuntwork@linuxfromscratch.org> | 2008-04-23 17:22:12 +0000 |
commit | daf1314aefb7c1a081820997e64b31f8392db625 (patch) | |
tree | e4f9ee82cdb4dd7ec7980956b40aadd32a931216 /chapter06 | |
parent | 95058604071cd2d13166101b8eb1e1bc30c47d15 (diff) |
Updated E2fsprogs to 1.40.8. Fixes #2173.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8539 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/e2fsprogs.xml | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/chapter06/e2fsprogs.xml b/chapter06/e2fsprogs.xml index 7ff43ed47..61ea12032 100644 --- a/chapter06/e2fsprogs.xml +++ b/chapter06/e2fsprogs.xml @@ -122,7 +122,7 @@ cd build</userinput></screen> <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> + 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> @@ -394,6 +394,17 @@ cd build</userinput></screen> </listitem> </varlistentry> + <varlistentry id="uuidd"> + <term><command>uuidd</command></term> + <listitem> + <para>A daemon used by the UUID library to generate time-based + UUIDs in a secure and guranteed-unique fashion.</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> |