Changeset 8bc46a5


Ignore:
Timestamp:
06/10/2006 03:46:30 PM (18 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
fdb65bd
Parents:
c321cf4
Message:

Add more commands to lists of what gets installed, thanks to Chris Staub.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7646 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
11 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    rc321cf4 r8bc46a5  
    3636    </listitem>
    3737-->
     38
     39    <listitem>
     40      <para>June 10, 2006</para>
     41      <itemizedlist>
     42        <listitem>
     43          <para>[ken] - Added <command>gettext.sh</command> to list of programs
     44          installed by gettext, similarly <command>nologin</command> for shadow,
     45          <command>grub-set-default</command> for grub, <command>enc2xs</command>
     46          and <command>instmodsh</command> for perl, <command>slabtop</command>
     47          for procps, <command>flock</command> and <command>tailf</command> for
     48          util-linux, <command>bootlogd</command> for sysvinit, <command>manpath
     49          </command>for man-db, <command>filefrag</command> for e2fsprogs.
     50          Thanks to Chris Staub for the patch.</para>
     51        </listitem>
     52      </itemizedlist>
     53    </listitem>
    3854
    3955    <listitem>
  • chapter06/e2fsprogs.xml

    rc321cf4 r8bc46a5  
    114114      <seglistitem>
    115115        <seg>badblocks, blkid, chattr, compile_et, debugfs, dumpe2fs, e2fsck,
    116         e2image, e2label, findfs, fsck, fsck.ext2, fsck.ext3, logsave, lsattr,
     116        e2image, e2label, filefrag, findfs, fsck, fsck.ext2, fsck.ext3, logsave, lsattr,
    117117        mk_cmds, mke2fs, mkfs.ext2, mkfs.ext3, mklost+found, resize2fs,
    118118        tune2fs, and uuidgen.</seg>
     
    233233      </varlistentry>
    234234
     235      <varlistentry id="filefrag">
     236        <term><command>filefrag</command></term>
     237        <listitem>
     238          <para>Reports on how badly fragmented a particular file might be</para>
     239          <indexterm zone="ch-system-e2fsprogs filefrag">
     240            <primary sortas="b-filefrag">filefrag</primary>
     241          </indexterm>
     242        </listitem>
     243      </varlistentry>
     244
    235245      <varlistentry id="findfs">
    236246        <term><command>findfs</command></term>
  • chapter06/gettext.xml

    rc321cf4 r8bc46a5  
    6464
    6565      <seglistitem>
    66         <seg>autopoint, config.charset, config.rpath, envsubst, gettext,
     66        <seg>autopoint, config.charset, config.rpath, envsubst, gettext, gettext.sh,
    6767        gettextize, hostname, msgattrib, msgcat, msgcmp, msgcomm, msgconv, msgen,
    6868        msgexec, msgfilter, msgfmt, msggrep, msginit, msgmerge, msgunfmt, msguniq,
     
    129129          <indexterm zone="ch-system-gettext gettext">
    130130            <primary sortas="b-gettext">gettext</primary>
     131          </indexterm>
     132        </listitem>
     133      </varlistentry>
     134
     135      <varlistentry id="gettext.sh">
     136        <term><command>gettext.sh</command></term>
     137        <listitem>
     138          <para>Primarily serves as a shell function library for gettext</para>
     139          <indexterm zone="ch-system-gettext gettext.sh">
     140            <primary sortas="b-gettext.sh">gettext.sh</primary>
    131141          </indexterm>
    132142        </listitem>
  • chapter06/grub.xml

    rc321cf4 r8bc46a5  
    7979
    8080      <seglistitem>
    81         <seg>grub, grub-install, grub-md5-crypt, grub-terminfo, and mbchk</seg>
     81        <seg>grub, grub-install, grub-md5-crypt, grub-set-default,
     82        grub-terminfo, and mbchk</seg>
    8283      </seglistitem>
    8384    </segmentedlist>
     
    118119      </varlistentry>
    119120
     121      <varlistentry id="grub-set-default">
     122        <term><command>grub-set-default</command></term>
     123        <listitem>
     124          <para>Sets the default boot entry for GRUB</para>
     125          <indexterm zone="ch-system-grub grub-set-default">
     126            <primary sortas="b-grub-set-default">grub-set-default</primary>
     127          </indexterm>
     128        </listitem>
     129      </varlistentry>
     130
    120131      <varlistentry id="grub-terminfo">
    121132        <term><command>grub-terminfo</command></term>
  • chapter06/man-db.xml

    rc321cf4 r8bc46a5  
    411411      </varlistentry>
    412412
     413      <varlistentry id="manpath">
     414        <term><command>manpath</command></term>
     415        <listitem>
     416          <para>Displays the contents of $MANPATH or (if $MANPATH is not set)
     417          a suitable search path based on the settings in man.conf and the
     418          user's environment</para>
     419          <indexterm zone="ch-system-man-db manpath">
     420            <primary sortas="b-manpath">manpath</primary>
     421          </indexterm>
     422        </listitem>
     423      </varlistentry>
     424
    413425      <varlistentry id="whatis">
    414426        <term><command>whatis</command></term>
  • chapter06/perl.xml

    rc321cf4 r8bc46a5  
    9696
    9797      <seglistitem>
    98         <seg>a2p, c2ph, dprofpp, enc2xs, find2perl, h2ph, h2xs, libnetcfg, perl,
     98        <seg>a2p, c2ph, dprofpp, enc2xs, find2perl, h2ph, h2xs, instmodsh, libnetcfg, perl,
    9999        perl&perl-version; (link to perl), perlbug, perlcc, perldoc, perlivp,
    100100        piconv, pl2pm, pod2html, pod2latex, pod2man, pod2text, pod2usage,
     
    141141      </varlistentry>
    142142
    143       <varlistentry id="en2cxs">
    144         <term><command>en2cxs</command></term>
     143      <varlistentry id="enc2xs">
     144        <term><command>enc2xs</command></term>
    145145        <listitem>
    146146          <para>Builds a Perl extension for the Encode module from either
    147147          Unicode Character Mappings or Tcl Encoding Files</para>
    148           <indexterm zone="ch-system-perl en2cxs">
    149             <primary sortas="b-en2cxs">en2cxs</primary>
     148          <indexterm zone="ch-system-perl enc2xs">
     149            <primary sortas="b-enc2xs">enc2xs</primary>
    150150          </indexterm>
    151151        </listitem>
     
    185185      </varlistentry>
    186186
     187      <varlistentry id="instmodsh">
     188        <term><command>instmodsh</command></term>
     189        <listitem>
     190          <para>Shell script for examining installed Perl modules,
     191          and can even create a tarball from an installed module</para>
     192          <indexterm zone="ch-system-perl instmodsh">
     193            <primary sortas="b-instmodsh">instmodsh</primary>
     194          </indexterm>
     195        </listitem>
     196      </varlistentry>
     197
    187198      <varlistentry id="libnetcfg">
    188199        <term><command>libnetcfg</command></term>
  • chapter06/procps.xml

    rc321cf4 r8bc46a5  
    5555
    5656      <seglistitem>
    57         <seg>free, kill, pgrep, pkill, pmap, ps, skill, snice, sysctl, tload,
    58         top, uptime, vmstat, w, and watch</seg>
     57        <seg>free, kill, pgrep, pkill, pmap, ps, skill, slabtop, snice,
     58        sysctl, tload, top, uptime, vmstat, w, and watch</seg>
    5959        <seg>libproc.so</seg>
    6060      </seglistitem>
     
    133133          <indexterm zone="ch-system-procps skill">
    134134            <primary sortas="b-skill">skill</primary>
     135          </indexterm>
     136        </listitem>
     137      </varlistentry>
     138
     139      <varlistentry id="slabtop">
     140        <term><command>slabtop</command></term>
     141        <listitem>
     142          <para>Displays detailed kernel slap cache information in real time</para>
     143          <indexterm zone="ch-system-procps slabtop">
     144            <primary sortas="b-slabtop">slabtop</primary>
    135145          </indexterm>
    136146        </listitem>
  • chapter06/shadow.xml

    rc321cf4 r8bc46a5  
    203203        <seg>chage, chfn, chgpasswd, chpasswd, chsh, expiry, faillog, gpasswd,
    204204        groupadd, groupdel, groupmod, grpck, grpconv, grpunconv, lastlog, login,
    205         logoutd, newgrp, newusers, passwd, pwck, pwconv, pwunconv, sg (link to
     205        logoutd, newgrp, newusers, nologin, passwd, pwck, pwconv, pwunconv, sg (link to
    206206        newgrp), su, useradd, userdel, usermod, vigr (link to vipw), and
    207207        vipw</seg>
     
    416416      </varlistentry>
    417417
     418      <varlistentry id="nologin">
     419        <term><command>nologin</command></term>
     420        <listitem>
     421          <para>Displays a message that an account is not available. Designed
     422          to be used as the default shell for accounts that have been
     423          disabled</para>
     424          <indexterm zone="ch-system-shadow nologin">
     425            <primary sortas="b-nologin">nologin</primary>
     426          </indexterm>
     427        </listitem>
     428      </varlistentry>
     429
    418430      <varlistentry id="passwd">
    419431        <term><command>passwd</command></term>
  • chapter06/sysvinit.xml

    rc321cf4 r8bc46a5  
    115115
    116116      <seglistitem>
    117         <seg>halt, init, killall5, last, lastb (link to last), mesg, mountpoint,
    118         pidof (link to killall5), poweroff (link to halt), reboot (link to halt),
    119         runlevel, shutdown, sulogin, telinit (link to init), utmpdump, and
    120         wall</seg>
     117        <seg>bootlogd, halt, init, killall5, last, lastb (link to last), mesg,
     118        mountpoint, pidof (link to killall5), poweroff (link to halt),
     119        reboot (link to halt), runlevel, shutdown, sulogin,
     120        telinit (link to init), utmpdump, and wall</seg>
    121121      </seglistitem>
    122122    </segmentedlist>
     
    126126      <?dbfo list-presentation="list"?>
    127127      <?dbhtml list-presentation="table"?>
     128
     129      <varlistentry id="bootlogd">
     130        <term><command>bootlogd</command></term>
     131        <listitem>
     132          <para>Logs boot messages to a log file</para>
     133          <indexterm zone="ch-system-sysvinit bootlogd">
     134            <primary sortas="b-bootlogd">bootlogd</primary>
     135          </indexterm>
     136        </listitem>
     137      </varlistentry>
    128138
    129139      <varlistentry id="halt">
  • chapter06/util-linux.xml

    rc321cf4 r8bc46a5  
    105105        <seg>agetty, arch, blockdev, cal, cfdisk, chkdupexe, col, colcrt,
    106106        colrm, column, ctrlaltdel, cytune, ddate, dmesg, elvtune, fdformat,
    107         fdisk, fsck.cramfs, fsck.minix, getopt, hexdump, hwclock, ipcrm,
     107        fdisk, flock, fsck.cramfs, fsck.minix, getopt, hexdump, hwclock, ipcrm,
    108108        ipcs, isosize, line, logger, look, losetup, mcookie, mkfs, mkfs.bfs,
    109109        mkfs.cramfs, mkfs.minix, mkswap, more, mount, namei, pg, pivot_root,
    110110        ramsize (link to rdev), raw, rdev, readprofile, rename, renice, rev,
    111111        rootflags (link to rdev), script, setfdprm, setsid, setterm, sfdisk,
    112         swapoff (link to swapon), swapon, tunelp, ul, umount, vidmode
    113         (link to rdev), whereis, and write</seg>
     112        swapoff (link to swapon), swapon, tailf, tunelp, ul, umount,
     113        vidmode (link to rdev), whereis, and write</seg>
    114114      </seglistitem>
    115115    </segmentedlist>
     
    283283          <indexterm zone="ch-system-util-linux fdformat">
    284284            <primary sortas="b-fdformat">fdformat</primary>
     285          </indexterm>
     286        </listitem>
     287      </varlistentry>
     288
     289      <varlistentry id="flock">
     290        <term><command>flock</command></term>
     291        <listitem>
     292          <para>Acquires a file lock and then executes a command with the lock
     293          held</para>
     294          <indexterm zone="ch-system-util-linux flock">
     295            <primary sortas="b-fdisk">flock</primary>
    285296          </indexterm>
    286297        </listitem>
     
    691702      </varlistentry>
    692703
     704      <varlistentry id="tailf">
     705        <term><command>tailf</command></term>
     706        <listitem>
     707          <para>Tracks the growth of a log file. Displays the last 10 lines
     708          of a log file, then continues displaying any new entries in the
     709          log file as they are created</para>
     710          <indexterm zone="ch-system-util-linux tailf">
     711            <primary sortas="b-tailf">tailf</primary>
     712          </indexterm>
     713        </listitem>
     714      </varlistentry>
     715
    693716      <varlistentry id="tunelp">
    694717        <term><command>tunelp</command></term>
  • general.ent

    rc321cf4 r8bc46a5  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    2 <!ENTITY version "SVN-20060531">
    3 <!ENTITY releasedate "May 31, 2006">
     2<!ENTITY version "SVN-20060610">
     3<!ENTITY releasedate "June 10, 2006">
    44<!ENTITY milestone "6.2">
    55<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
Note: See TracChangeset for help on using the changeset viewer.