Ticket #2444: lfs-updates.patch
File lfs-updates.patch, 12.0 KB (added by , 15 years ago) |
---|
-
trunk/BOOK/chapter06/util-linux-ng.xml
103 103 104 104 <segmentedlist> 105 105 <segtitle>Installed programs</segtitle> 106 <segtitle>Installed libraries</segtitle> 106 107 107 108 <seglistitem> 108 <seg>addpart, agetty, arch, blockdev, cal, cfdisk, chkdupexe, chrt, 109 col, colcrt, colrm, column, ctrlaltdel, cytune, ddate, delpart, dmesg, 110 fdformat, fdisk, flock, fsck.cramfs, fsck.minix, getopt, hexdump, 111 hwclock, i386, ionice, ipcrm, ipcs, isosize, ldattach, line, linux32, 112 linux64, logger, look, losetup, mcookie, mkfs, mkfs.bfs, mkfs.cramfs, 113 mkfs.minix, mkswap, more, mount, namei, partx, pg, pivot_root, 114 readprofile, rename, renice, rev, rtcwake, script, scriptreplay, 115 setarch, setsid, setterm, sfdisk, swapoff (link to swapon), swapon, 116 tailf, taskset, tunelp, ul, umount, wall, whereis, and write</seg> 109 <seg>addpart, agetty, arch, blkid, blockdev, cal, cfdisk, chkdupexe, 110 chrt, col, colcrt, colrm, column, ctrlaltdel, cytune, ddate, delpart, 111 dmesg, fdformat, fdisk, findfs, flock, fsck, fsck.cramfs, fsck.minix, 112 getopt, hexdump, hwclock, i386, ionice, ipcmk, ipcrm, ipcs, isosize, 113 ldattach, line, linux32, linux64, logger, look, losetup, lscpu, 114 mcookie, mkfs, mkfs.bfs, mkfs.cramfs, mkfs.minix, mkswap, more, mount, 115 namei, partx, pg, pivot_root, readprofile, rename, renice, rev, 116 rtcwake, script, scriptreplay, setarch, setsid, setterm, sfdisk, 117 swapoff (link to swapon), swapon, switch_root, tailf, taskset, tunelp, 118 ul, umount, uuidd, uuidgen, wall, whereis, and write</seg> 119 <seg>libblkid.{a,so}, libuuid.{a,so}</seg> 117 120 </seglistitem> 118 121 </segmentedlist> 119 122 … … 153 156 </listitem> 154 157 </varlistentry> 155 158 159 <varlistentry id="blkid"> 160 <term><command>blkid</command></term> 161 <listitem> 162 <para>A command line utility to locate and print block device 163 attributes</para> 164 <indexterm zone="ch-system-e2fsprogs blkid"> 165 <primary sortas="b-blkid">blkid</primary> 166 </indexterm> 167 </listitem> 168 </varlistentry> 169 156 170 <varlistentry id="blockdev"> 157 171 <term><command>blockdev</command></term> 158 172 <listitem> … … 318 332 </listitem> 319 333 </varlistentry> 320 334 335 <varlistentry id="findfs"> 336 <term><command>findfs</command></term> 337 <listitem> 338 <para>Finds a file system by label or Universally Unique Identifier 339 (UUID)</para> 340 <indexterm zone="ch-system-e2fsprogs findfs"> 341 <primary sortas="b-findfs">findfs</primary> 342 </indexterm> 343 </listitem> 344 </varlistentry> 345 321 346 <varlistentry id="flock"> 322 347 <term><command>flock</command></term> 323 348 <listitem> … … 329 354 </listitem> 330 355 </varlistentry> 331 356 357 <varlistentry id="fsck"> 358 <term><command>fsck</command></term> 359 <listitem> 360 <para>Is used to check, and optionally repair, file systems</para> 361 <indexterm zone="ch-system-e2fsprogs fsck"> 362 <primary sortas="b-fsck">fsck</primary> 363 </indexterm> 364 </listitem> 365 </varlistentry> 366 332 367 <varlistentry id="fsck.cramfs"> 333 368 <term><command>fsck.cramfs</command></term> 334 369 <listitem> … … 404 439 </listitem> 405 440 </varlistentry> 406 441 442 <varlistentry id="ipcmk"> 443 <term><command>ipcmk</command></term> 444 <listitem> 445 <para>Creates various IPC resources</para> 446 <indexterm zone="ch-system-util-linux-ng ipcmk"> 447 <primary sortas="b-ipcmk">ipcmk</primary> 448 </indexterm> 449 </listitem> 450 </varlistentry> 451 407 452 <varlistentry id="ipcrm"> 408 453 <term><command>ipcrm</command></term> 409 454 <listitem> … … 504 549 </listitem> 505 550 </varlistentry> 506 551 552 <varlistentry id="lscpu"> 553 <term><command>lscpu</command></term> 554 <listitem> 555 <para>Prints CPU architechture information</para> 556 <indexterm zone="ch-system-util-linux-ng lscpu"> 557 <primary sortas="b-lscpu">lscpu</primary> 558 </indexterm> 559 </listitem> 560 </varlistentry> 561 507 562 <varlistentry id="mcookie"> 508 563 <term><command>mcookie</command></term> 509 564 <listitem> … … 764 819 </listitem> 765 820 </varlistentry> 766 821 822 <varlistentry id="switch_root"> 823 <term><command>switch_root</command></term> 824 <listitem> 825 <para>Switches to another filesystem as the root of the mount tree</para> 826 <indexterm zone="ch-system-util-linux-ng switch_root"> 827 <primary sortas="b-switch_root">switch_root</primary> 828 </indexterm> 829 </listitem> 830 </varlistentry> 831 767 832 <varlistentry id="tailf"> 768 833 <term><command>tailf</command></term> 769 834 <listitem> … … 817 882 </listitem> 818 883 </varlistentry> 819 884 885 <varlistentry id="uuidd"> 886 <term><command>uuidd</command></term> 887 <listitem> 888 <para>A daemon used by the UUID library to generate time-based 889 UUIDs in a secure and guranteed-unique fashion.</para> 890 <indexterm zone="ch-system-e2fsprogs uuidd"> 891 <primary sortas="b-uuidd">uuidd</primary> 892 </indexterm> 893 </listitem> 894 </varlistentry> 895 896 <varlistentry id="uuidgen"> 897 <term><command>uuidgen</command></term> 898 <listitem> 899 <para>Creates new UUIDs. Each new UUID can reasonably be considered 900 unique among all UUIDs created, on the local system and on other 901 systems, in the past and in the future</para> 902 <indexterm zone="ch-system-e2fsprogs uuidgen"> 903 <primary sortas="b-uuidgen">uuidgen</primary> 904 </indexterm> 905 </listitem> 906 </varlistentry> 907 820 908 <varlistentry id="wall"> 821 909 <term><command>wall</command></term> 822 910 <listitem> … … 850 938 </listitem> 851 939 </varlistentry> 852 940 941 <varlistentry id="libblkid"> 942 <term><filename class="libraryfile">libblkid</filename></term> 943 <listitem> 944 <para>Contains routines for device identification and token 945 extraction</para> 946 <indexterm zone="ch-system-e2fsprogs libblkid"> 947 <primary sortas="c-libblkid">libblkid</primary> 948 </indexterm> 949 </listitem> 950 </varlistentry> 951 952 <varlistentry id="libuuid"> 953 <term><filename class="libraryfile">libuuid</filename></term> 954 <listitem> 955 <para>Contains routines for generating unique identifiers for objects 956 that may be accessible beyond the local system</para> 957 <indexterm zone="ch-system-e2fsprogs libuuid"> 958 <primary sortas="c-libuuid">libuuid</primary> 959 </indexterm> 960 </listitem> 961 </varlistentry> 962 853 963 </variablelist> 854 964 855 965 </sect2> -
trunk/BOOK/chapter06/e2fsprogs.xml
152 152 <segtitle>Installed libraries</segtitle> 153 153 154 154 <seglistitem> 155 <seg>badblocks, blkid,chattr, compile_et, debugfs, dumpe2fs, e2fsck,156 e2image, e2initrd_helper, e2label, e2undo, filefrag, f indfs, fsck,157 fsck.ext 2, fsck.ext3, fsck.ext4, fsck.ext4dev, logsave, lsattr,158 mk _cmds, mke2fs, mkfs.ext2, mkfs.ext3, mkfs.ext4, mkfs.ext4dev,159 mklost+found, resize2fs, tune2fs, uuidd, and uuidgen.</seg>155 <seg>badblocks, chattr, compile_et, debugfs, dumpe2fs, e2fsck, 156 e2image, e2initrd_helper, e2label, e2undo, filefrag, fsck.ext2, 157 fsck.ext3, fsck.ext4, fsck.ext4dev, logsave, lsattr, mk_cmds, mke2fs, 158 mkfs.ext2, mkfs.ext3, mkfs.ext4, mkfs.ext4dev, mklost+found, 159 resize2fs, and tune2fs</seg> 160 160 <seg>libcom_err.{a,so}, libe2p.{a,so}, libext2fs.{a,so} and 161 161 libss.{a,so}</seg> 162 162 </seglistitem> … … 178 178 </listitem> 179 179 </varlistentry> 180 180 181 <varlistentry id="blkid">182 <term><command>blkid</command></term>183 <listitem>184 <para>A command line utility to locate and print block device185 attributes</para>186 <indexterm zone="ch-system-e2fsprogs blkid">187 <primary sortas="b-blkid">blkid</primary>188 </indexterm>189 </listitem>190 </varlistentry>191 192 181 <varlistentry id="chattr"> 193 182 <term><command>chattr</command></term> 194 183 <listitem> … … 306 295 </listitem> 307 296 </varlistentry> 308 297 309 <varlistentry id="findfs">310 <term><command>findfs</command></term>311 <listitem>312 <para>Finds a file system by label or Universally Unique Identifier313 (UUID)</para>314 <indexterm zone="ch-system-e2fsprogs findfs">315 <primary sortas="b-findfs">findfs</primary>316 </indexterm>317 </listitem>318 </varlistentry>319 320 <varlistentry id="fsck">321 <term><command>fsck</command></term>322 <listitem>323 <para>Is used to check, and optionally repair, file systems</para>324 <indexterm zone="ch-system-e2fsprogs fsck">325 <primary sortas="b-fsck">fsck</primary>326 </indexterm>327 </listitem>328 </varlistentry>329 330 298 <varlistentry id="fsck.ext2"> 331 299 <term><command>fsck.ext2</command></term> 332 300 <listitem> … … 496 464 </listitem> 497 465 </varlistentry> 498 466 499 <varlistentry id="uuidd">500 <term><command>uuidd</command></term>501 <listitem>502 <para>A daemon used by the UUID library to generate time-based503 UUIDs in a secure and guranteed-unique fashion.</para>504 <indexterm zone="ch-system-e2fsprogs uuidd">505 <primary sortas="b-uuidd">uuidd</primary>506 </indexterm>507 </listitem>508 </varlistentry>509 510 <varlistentry id="uuidgen">511 <term><command>uuidgen</command></term>512 <listitem>513 <para>Creates new UUIDs. Each new UUID can reasonably be considered514 unique among all UUIDs created, on the local system and on other515 systems, in the past and in the future</para>516 <indexterm zone="ch-system-e2fsprogs uuidgen">517 <primary sortas="b-uuidgen">uuidgen</primary>518 </indexterm>519 </listitem>520 </varlistentry>521 522 467 <varlistentry id="libcom_err"> 523 468 <term><filename class="libraryfile">libcom_err</filename></term> 524 469 <listitem> -
trunk/BOOK/appendices/dependencies.xml
243 243 <segtitle>&testsuites;</segtitle> 244 244 245 245 <seglistitem> 246 <seg>Diffutils, E2fsprogs </seg>246 <seg>Diffutils, E2fsprogs, Findutils, and Util-linux-ng</seg> 247 247 </seglistitem> 248 248 </segmentedlist> 249 249 … … 346 346 347 347 <seglistitem> 348 348 <seg>Bash, Binutils, Coreutils, Gawk, GCC, Gettext, Glibc, Grep, Gzip, 349 Make, Sed, and Texinfo</seg>349 Make, Pkg-config, Sed, Texinfo, and Util-linux-ng</seg> 350 350 </seglistitem> 351 351 </segmentedlist> 352 352 … … 362 362 <segtitle>&before;</segtitle> 363 363 364 364 <seglistitem> 365 <seg> Util-linux-ng</seg>365 <seg>None</seg> 366 366 </seglistitem> 367 367 </segmentedlist> 368 368 … … 1460 1460 <segtitle>&dependencies;</segtitle> 1461 1461 1462 1462 <seglistitem> 1463 <seg>Bash, Binutils, Coreutils, E2fprogs,GCC, Gettext, Glibc, Grep,1463 <seg>Bash, Binutils, Coreutils, GCC, Gettext, Glibc, Grep, 1464 1464 Make, Ncurses, Patch, Sed, and Zlib</seg> 1465 1465 </seglistitem> 1466 1466 </segmentedlist>