Shadow, Util-linux, LFS-Bootscripts: Updated package contents.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2016 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Timothy Bauscher 2002-06-24 15:53:59 +00:00
parent 72cdfce8dd
commit 96df90553b
7 changed files with 39 additions and 34 deletions

View File

@ -4,9 +4,9 @@
<sect3><title>Scripts</title>
<para>checkfs, cleanfs, functions, halt, loadkeys, localnet, mountfs,
network, rc, reboot, sendsignals, setclock, swap, sysklogd and
template</para></sect3>
<para>checkfs, cleanfs, functions, halt, ifdown, ifup, loadkeys, localnet,
mountfs, mountproc, network, rc, reboot, sendsignals, setclock, swap,
sysklogd and template</para></sect3>
<sect3><title>Descriptions</title>
@ -28,6 +28,10 @@ scripts such as error checking, status checking, etc.</para></sect4>
<sect4><title>halt</title>
<para>The halt script halts the system.</para></sect4>
<sect4><title>ifdown, ifup</title>
<para>The ifdown and ifup scripts assist the network script with
network devices.</para></sect4>
<sect4><title>loadkeys</title>
<para>The loadkeys script loads the proper keymap table that matches your
keyboard layout.</para></sect4>
@ -40,6 +44,9 @@ device.</para></sect4>
<para>The mountfs script mounts all file systems that aren't marked noauto
or aren't network based.</para></sect4>
<sect4><title>mountproc</title>
<para>The mountproc script is used to mount the proc filesystem.</para></sect4>
<sect4><title>network</title>
<para>The network script sets up network interfaces (such as network cards)
and sets up the default gateway where applicable.</para></sect4>

View File

@ -4,9 +4,9 @@
<sect3><title>Program Files</title>
<para>chage, chfn, chpasswd, chsh, dpasswd, expiry, faillog, gpasswd,
groupadd, groupdel, groupmod, grpck, grpconv, grpunconv, lastlog, login,
logoutd, mkpasswd, newgrp, newusers, passwd, pwck, pwconv, pwunconv, sg
(link to newgrp), su, useradd, userdel, usermod, vigr (link to vipw) and
groupadd, groupdel, groupmod, groups, grpck, grpconv, grpunconv, lastlog,
login, logoutd, mkpasswd, newgrp, newusers, passwd, pwck, pwconv, pwunconv,
sg (link to newgrp), useradd, userdel, usermod, vigr (link to vipw) and
vipw</para></sect3>
<sect3><title>Descriptions</title>
@ -55,6 +55,9 @@ entries that refer to group.</para></sect4>
<para>The groupmod command modifies the system account files to reflect the
changes that are specified on the command line.</para></sect4>
<sect4><title>groups</title>
<para>groups prints the groups which a user is in.</para></sect4>
<sect4><title>grpck</title>
<para>grpck verifies the integrity of the system authentication
information.</para></sect4>
@ -110,11 +113,6 @@ to a normal password file.</para></sect4>
<para>sg sets the user's GID to that of the given group, or executes a
given command as member of the given group.</para></sect4>
<sect4><title>su</title>
<para>su changes the effective user and group IDs to that of a given user.
(This program replaces the su program installed from the
Sh-utils package.)</para></sect4>
<sect4><title>useradd</title>
<para>useradd creates a new user or update default new user
information.</para></sect4>
@ -135,10 +133,13 @@ those files, /etc/shadow and /etc/gshadow, respectively.</para></sect4>
</sect3>
<sect3><title>Library Files</title>
<para>libshadow.[a,so]</para></sect3>
<para>libmisc.[a,so], libshadow.[a,so]</para></sect3>
<sect3><title>Descriptions</title>
<sect4><title>libmisc</title>
<para>No description is currently available.</para></sect4>
<sect4><title>libshadow</title>
<para>libshadow provides common functionality for the shadow
programs.</para></sect4>
@ -146,4 +147,3 @@ programs.</para></sect4>
</sect3>
</sect2>

View File

@ -3,14 +3,14 @@
<para>Last checked against version &util-linux-contversion;.</para>
<sect3><title>Program Files</title>
<para>agetty, arch, blockdev, cal, cfdisk, chkdupexe, col, colcrt,
<para>agetty, arch, blockdev, cal, cfdisk, chkdupexe, col, colcrt,
colrm, column, ctrlaltdel, cytune, ddate, dmesg, elvtune, fdformat, fdisk,
fsck.minix, getopt, hexdump, hwclock, ipcrm, ipcs, isosize
kill, line, logger, look, losetup, mcookie, mkfs, mkfs.bfs, mkfs.minix,
mkswap, more, mount, namei, pivot_root,
ramsize (link to rdev), raw, rdev, readprofile, rename, renice, rev,
rootflags (link to rdev), script, setfdprm, setsid, setterm, sfdisk,
swapoff (link to swapon), swapon, tunelp, ul, umount, vidmode, whereis
fsck.minix, getopt, hexdump, hwclock, ipcrm, ipcs, isosize, line, logger,
look, losetup, mcookie, mkfs, mkfs.bfs, mkfs.minix, mkswap, more, mount,
namei, parse.bash, parse.tcsh, pivot_root, ramsize (link to rdev),
raw, rdev, readprofile, rename, renice, rev, rootflags (link to rdev),
script, setfdprm, setsid, setterm, sfdisk, swapoff (link to swapon), swapon,
test.bash, test.tcsh, tunelp, ul, umount, vidmode (link to rdev), whereis
and write</para></sect3>
<sect3><title>Descriptions</title>
@ -98,9 +98,6 @@ clock).</para></sect4>
<sect4><title>isosize</title>
<para>isosize outputs the length of a iso9660 file system.</para></sect4>
<sect4><title>kill</title>
<para>kill sends a specified signal to the specified process.</para></sect4>
<sect4><title>line</title>
<para>line copies one line (up to a newline) from standard input and writes it
to standard output.</para></sect4>
@ -143,6 +140,10 @@ point).</para></sect4>
<sect4><title>namei</title>
<para>namei follows a pathname until a terminal point is found.</para></sect4>
<sect4><title>parse.bash, parse.tcsh, test.bash, test.tcsh</title>
<para>These are example scripts for using the getopt program with either
BASH or TCSH.</para></sect4>
<sect4><title>pivot_root</title>
<para>pivot_root moves the root file system of the current process.</para></sect4>

View File

@ -45,6 +45,9 @@
</itemizedlist>
</para></listitem>
<listitem><para>June 24th, 2002 [timothy]: Chapter 06 - Shadow, Util-linux,
LFS-Bootscripts: Updated package contents.</para></listitem>
<listitem><para>June 23rd, 2002 [timothy]: Chapter 05 &amp; 06 - Net-tools,
Perl, Texinfo, Autoconf, Automake, File, Libtool, Bin86, Vim, Linux, Bison,
Less, Man-pages, Groff, Bzip2, E2fsprogs, Grep, Lilo, Modutils, Procps,
@ -109,17 +112,11 @@ not want to read this book: applied a revised version of
Scot's grammar patch.</para></listitem>
<listitem><para>June 5th, 2002 [timothy] Chapter 09 - Rebooting
the system: named the hint author.</para></listitem>
the system, Lilo, Bootscripts: named the hint authors.</para></listitem>
<listitem><para>June 5th, 2002 [timothy] Chapter 06 - Vim:
updated the hint URL.</para></listitem>
<listitem><para>June 5th, 2002 [timothy] Chapter 06 - LILO:
named the hint authors.</para></listitem>
<listitem><para>June 5th, 2002 [timothy] Chapter 06 - Bootscripts:
named the hint author.</para></listitem>
<listitem><para>June 5th, 2002 [timothy] Chapter 05 - Gawk:
mentioned that the patch will be applied in Chapter 06. The
patch caused some confusion.</para></listitem>

View File

@ -12,7 +12,7 @@
<!ENTITY shadow-version "4.0.3">
<!ENTITY shadow-depversion "20001016">
<!ENTITY shadow-contversion "20001016">
<!ENTITY shadow-contversion "4.0.3">
<!ENTITY shadow-size "760 KB">
<!ENTITY shadow-dir "shadow-&shadow-version;">

View File

@ -14,7 +14,7 @@
<!ENTITY util-linux-version "2.11r">
<!ENTITY util-linux-depversion "2.11n">
<!ENTITY util-linux-contversion "2.11n">
<!ENTITY util-linux-contversion "2.11r">
<!ENTITY util-linux-size "1,041 KB">
<!ENTITY util-linux-dir "util-linux-&util-linux-version;">
<!ENTITY util-linux-package "util-linux-&util-linux-version;.tar.bz2">

View File

@ -4,8 +4,8 @@
<!ENTITY book SYSTEM "book/book.xml">
<!ENTITY version "20020623">
<!ENTITY releasedate "June 23rd, 2002">
<!ENTITY version "20020624">
<!ENTITY releasedate "June 24th, 2002">
<!ENTITY ftp-root "ftp://ftp.linuxfromscratch.org">
<!ENTITY http-root "http://ftp.linuxfromscratch.org">