Changeset 3a5c139 in clfs-sysroot


Ignore:
Timestamp:
Sep 9, 2007, 4:16:26 PM (17 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
90272a6
Parents:
ad74173
Message:

Updated to Util-Linux-NG 2.13.

Files:
4 deleted
9 edited
1 moved

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/alpha-chapter.xml

    rad74173 r3a5c139  
    5959  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/texinfo.xml"/>
    6060  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/udev.xml"/>
    61   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/util-linux.xml"/>
     61  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/util-linux-ng.xml"/>
    6262  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/vim.xml"/>
    6363  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/aboutdebug.xml"/>
  • BOOK/final-system/arm-chapter.xml

    rad74173 r3a5c139  
    5959  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/texinfo.xml"/>
    6060  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/udev.xml"/>
    61   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/util-linux.xml"/>
     61  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/util-linux-ng.xml"/>
    6262  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/vim.xml"/>
    6363  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/aboutdebug.xml"/>
  • BOOK/final-system/common/util-linux-ng.xml

    rad74173 r3a5c139  
    66]>
    77
    8 <sect1 id="ch-system-util-linux" role="wrap">
    9   <?dbhtml filename="util-linux.html"?>
    10 
    11   <title>Util-linux-&util-linux-version;</title>
    12 
    13   <indexterm zone="ch-system-util-linux">
    14     <primary sortas="a-Util-linux">Util-linux</primary>
     8<sect1 id="ch-system-util-linux-ng" role="wrap">
     9  <?dbhtml filename="util-linux-ng.html"?>
     10
     11  <title>Util-linux-ng-&util-linux-ng-version;</title>
     12
     13  <indexterm zone="ch-system-util-linux-ng">
     14    <primary sortas="a-Util-linux-ng">Util-linux-ng</primary>
    1515  </indexterm>
    1616
     
    1818    <title/>
    1919
    20     <para>The Util-linux package contains miscellaneous utility programs.
     20    <para>The Util-linux-ng package contains miscellaneous utility programs.
    2121    Among them are utilities for handling file systems, consoles, partitions,
    2222    and messages.</para>
     
    2525  </sect2>
    2626
    27   <sect2 id="fhs-util-linux" role="installation">
     27  <sect2 id="fhs-util-linux-ng" role="installation">
    2828    <title>FHS compliance notes</title>
    2929
     
    3535
    3636<screen><userinput>cp hwclock/hwclock.c{,.orig}
    37 sed 's@etc/adjtime@var/lib/hwclock/adjtime@g' \
    38     hwclock/hwclock.c.orig &gt; hwclock/hwclock.c
    39 mkdir -pv ${CLFS}/var/lib/hwclock</userinput></screen>
     37sed -e 's@etc/adjtime@var/lib/hwclock/adjtime@g' \
     38    hwclock/hwclock.c.orig > hwclock/hwclock.c
     39mkdir -pv /var/lib/hwclock</userinput></screen>
    4040
    4141  </sect2>
    4242
    4343  <sect2 role="installation">
    44     <title>Installation of Util-linux</title>
    45 
    46     <para os="p1">Util-linux fails to compile against newer versions of
    47     Linux kernel headers. The following patch properly fixes this issue:</para>
    48 
    49 <screen os="p2"><userinput>patch -Np1 -i ../&util-linux-cramfs-patch;</userinput></screen>
    50 
    51     <para os="p3">The following patch fixes build issues the changes to the Linux 2.6.18 headers:</para>
    52 
    53 <screen os="p4"><userinput>patch -Np1 -i ../&util-linux-syscall_fixes-patch;</userinput></screen>
    54 
    55    <para os="p5">The following patch fixes swapon.c - it tries to find the
    56    variable R_OK, but the header that has R_OK is not included:</para>
    57 
    58 <screen os="p6"><userinput>patch -Np1 -i ../&util-linux-missing_header-patch;</userinput></screen>
    59 
    60     <para os="p7">Due to a change in headers some Util-linux will not build.
    61     This patch will change the utilization of llseek to lseek. This fix has
    62     been applied to the development version of util-linux:</para>
    63 
    64 <screen os="p8"><userinput>patch -Np1 -i ../&util-linux-lseek-patch;</userinput></screen>
    65 
    66     <para os="s1">The Util-linux installation uses <option>-o root</option>.
    67     As we are currently using an unprivileged user, this will not work. The
    68     following <command>sed</command> removes it:</para>
    69 
    70 <screen os="s2"><userinput>cp MCONFIG{,.orig}
    71 sed -e "s/-o root//" MCONFIG.orig > MCONFIG</userinput></screen>
    72 
    73     <para os="a">Prepare Util-linux for compilation:</para>
    74 
    75 <screen os="b"><userinput>./configure</userinput></screen>
     44    <title>Installation of Util-linux-ng</title>
     45
     46    <para os="a">Prepare Util-linux-ng for compilation:</para>
     47
     48<screen os="b"><userinput>./configure --build=${CLFS_HOST} --host=${CLFS_TARGET} \
     49    --with-fsprobe=blkid --enable-agetty \
     50    --enable-cramfs --disable-init --disable-kill --disable-last \
     51    --disable-mesg --enable-partx --enable-rename --disable-reset \
     52    --disable-login-utils --enable-schedutils --disable-wall --enable-write \
     53    --without-pam</userinput></screen>
    7654
    7755    <para os="c">Compile the package:</para>
    7856
    79 <screen os="d"><userinput>make HAVE_KILL=yes HAVE_SLN=yes \
    80 CPUOPT="" ARCH="" CPU=""</userinput></screen>
    81 
    82     <variablelist os="e">
    83       <title>The meaning of the make parameters:</title>
    84 
    85       <varlistentry os="e1">
    86         <term><parameter>HAVE_KILL=yes</parameter></term>
    87         <listitem>
    88           <para>This prevents the <command>kill</command> program (already
    89           installed by Procps) from being built and installed again.</para>
    90         </listitem>
    91       </varlistentry>
    92 
    93       <varlistentry os="e2">
    94         <term><parameter>HAVE_SLN=yes</parameter></term>
    95         <listitem>
    96           <para>This prevents the <command>sln</command> program (a
    97           statically linked version of <command>ln</command> already installed
    98           by Glibc) from being built and installed again.</para>
    99         </listitem>
    100       </varlistentry>
    101 
    102       <varlistentry os="e3">
    103         <term><parameter>CPUOPT=""</parameter></term>
    104         <listitem>
    105           <para>This disables any compiler optimizations by CPU type.</para>
    106         </listitem>
    107       </varlistentry>
    108 
    109       <varlistentry os="e4">
    110         <term><parameter>ARCH=""</parameter></term>
    111         <listitem>
    112           <para>This disables the detection of the architecture.</para>
    113         </listitem>
    114       </varlistentry>
    115 
    116       <varlistentry os="e5">
    117         <term><parameter>CPU=""</parameter></term>
    118         <listitem>
    119           <para>This disables the detection of the CPU.</para>
    120         </listitem>
    121       </varlistentry>
    122 
    123     </variablelist>
    124 
    125     <para os="f">Install the package and move the <command>logger</command> binary
    126     to <filename class="directory">/bin</filename> as it is needed by the
    127     CLFS-Bootscripts package:</para>
    128 
    129 <screen os="g"><userinput>make HAVE_KILL=yes HAVE_SLN=yes \
    130 CPUOPT="" ARCH="" CPU="" USE_TTY_GROUP=no DESTDIR=${CLFS} install
    131 mv -v ${CLFS}/usr/bin/logger ${CLFS}/bin</userinput></screen>
     57<screen os="d"><userinput>make</userinput></screen>
     58
     59    <para os="e">This package does not come with a test suite.</para>
     60
     61    <para os="g">Install the package:</para>
     62
     63<screen os="h"><userinput>make DESTDIR=${CLFS} install</userinput></screen>
    13264
    13365  </sect2>
    13466
    135   <sect2 id="contents-util-linux" role="content">
    136     <title>Contents of Util-linux</title>
     67  <sect2 id="contents-util-linux-ng" role="content">
     68    <title>Contents of Util-linux-ng</title>
    13769
    13870    <segmentedlist>
     
    16294          <para>Opens a tty port, prompts for a login name,
    16395          and then invokes the <command>login</command> program</para>
    164           <indexterm zone="ch-system-util-linux agetty">
     96          <indexterm zone="ch-system-util-linux-ng agetty">
    16597            <primary sortas="b-agetty">agetty</primary>
    16698          </indexterm>
     
    172104        <listitem>
    173105          <para>Reports the machine's architecture</para>
    174           <indexterm zone="ch-system-util-linux arch">
     106          <indexterm zone="ch-system-util-linux-ng arch">
    175107            <primary sortas="b-arch">arch</primary>
    176108          </indexterm>
     
    183115          <para>Allows users to call block device ioctls from the command
    184116          line</para>
    185           <indexterm zone="ch-system-util-linux blockdev">
     117          <indexterm zone="ch-system-util-linux-ng blockdev">
    186118            <primary sortas="b-blockdev">blockdev</primary>
    187119          </indexterm>
     
    193125        <listitem>
    194126          <para>Displays a simple calendar</para>
    195           <indexterm zone="ch-system-util-linux cal">
     127          <indexterm zone="ch-system-util-linux-ng cal">
    196128            <primary sortas="b-cal">cal</primary>
    197129          </indexterm>
     
    203135        <listitem>
    204136          <para>Manipulates the partition table of the given device</para>
    205           <indexterm zone="ch-system-util-linux cfdisk">
     137          <indexterm zone="ch-system-util-linux-ng cfdisk">
    206138            <primary sortas="b-cfdisk">cfdisk</primary>
    207139          </indexterm>
     
    213145        <listitem>
    214146          <para>Finds duplicate executables</para>
    215           <indexterm zone="ch-system-util-linux chkdupexe">
     147          <indexterm zone="ch-system-util-linux-ng chkdupexe">
    216148            <primary sortas="b-chkdupexe">chkdupexe</primary>
    217149          </indexterm>
     
    223155        <listitem>
    224156          <para>Filters out reverse line feeds</para>
    225           <indexterm zone="ch-system-util-linux col">
     157          <indexterm zone="ch-system-util-linux-ng col">
    226158            <primary sortas="b-col">col</primary>
    227159          </indexterm>
     
    234166          <para>Filters <command>nroff</command> output for terminals
    235167          that lack some capabilities, such as overstriking and half-lines</para>
    236           <indexterm zone="ch-system-util-linux colcrt">
     168          <indexterm zone="ch-system-util-linux-ng colcrt">
    237169            <primary sortas="b-colcrt">colcrt</primary>
    238170          </indexterm>
     
    244176        <listitem>
    245177          <para>Filters out the given columns</para>
    246           <indexterm zone="ch-system-util-linux colrm">
     178          <indexterm zone="ch-system-util-linux-ng colrm">
    247179            <primary sortas="b-colrm">colrm</primary>
    248180          </indexterm>
     
    254186        <listitem>
    255187          <para>Formats a given file into multiple columns</para>
    256           <indexterm zone="ch-system-util-linux column">
     188          <indexterm zone="ch-system-util-linux-ng column">
    257189            <primary sortas="b-column">column</primary>
    258190          </indexterm>
     
    265197          <para>Sets the function of the Ctrl+Alt+Del key combination to a
    266198          hard or a soft reset</para>
    267           <indexterm zone="ch-system-util-linux ctrlaltdel">
     199          <indexterm zone="ch-system-util-linux-ng ctrlaltdel">
    268200            <primary sortas="b-ctrlaltdel">ctrlaltdel</primary>
    269201          </indexterm>
     
    276208          <para>Tunes the parameters of the serial line drivers for
    277209          Cyclades cards</para>
    278           <indexterm zone="ch-system-util-linux cytune">
     210          <indexterm zone="ch-system-util-linux-ng cytune">
    279211            <primary sortas="b-cytune">cytune</primary>
    280212          </indexterm>
     
    287219          <para>Gives the Discordian date or converts the given Gregorian date
    288220          to a Discordian one</para>
    289           <indexterm zone="ch-system-util-linux ddate">
     221          <indexterm zone="ch-system-util-linux-ng ddate">
    290222            <primary sortas="b-ddate">ddate</primary>
    291223          </indexterm>
     
    297229        <listitem>
    298230          <para>Dumps the kernel boot messages</para>
    299           <indexterm zone="ch-system-util-linux dmesg">
     231          <indexterm zone="ch-system-util-linux-ng dmesg">
    300232            <primary sortas="b-dmesg">dmesg</primary>
    301233          </indexterm>
     
    308240          <para>Tunes the performance and interactivity of a block
    309241          device</para>
    310           <indexterm zone="ch-system-util-linux elvtune">
     242          <indexterm zone="ch-system-util-linux-ng elvtune">
    311243            <primary sortas="b-elvtune">elvtune</primary>
    312244          </indexterm>
     
    318250        <listitem>
    319251          <para>Low-level formats a floppy disk</para>
    320           <indexterm zone="ch-system-util-linux fdformat">
     252          <indexterm zone="ch-system-util-linux-ng fdformat">
    321253            <primary sortas="b-fdformat">fdformat</primary>
    322254          </indexterm>
     
    328260        <listitem>
    329261          <para>Manipulates the partition table of the given device</para>
    330           <indexterm zone="ch-system-util-linux fdisk">
     262          <indexterm zone="ch-system-util-linux-ng fdisk">
    331263            <primary sortas="b-fdisk">fdisk</primary>
    332264          </indexterm>
     
    339271          <para>Acquires a file lock and then executes a command with the lock
    340272          held</para>
    341           <indexterm zone="ch-system-util-linux flock">
     273          <indexterm zone="ch-system-util-linux-ng flock">
    342274            <primary sortas="b-flock">flock</primary>
    343275          </indexterm>
     
    350282          <para>Performs a consistency check on the Cramfs file system on the
    351283          given device</para>
    352           <indexterm zone="ch-system-util-linux fsck.cramfs">
     284          <indexterm zone="ch-system-util-linux-ng fsck.cramfs">
    353285            <primary sortas="b-fsck.cramfs">fsck.cramfs</primary>
    354286          </indexterm>
     
    361293          <para>Performs a consistency check on the Minix file system on the
    362294          given device</para>
    363           <indexterm zone="ch-system-util-linux fsck.minix">
     295          <indexterm zone="ch-system-util-linux-ng fsck.minix">
    364296            <primary sortas="b-fsck.minix">fsck.minix</primary>
    365297          </indexterm>
     
    371303        <listitem>
    372304          <para>Parses options in the given command line</para>
    373           <indexterm zone="ch-system-util-linux getopt">
     305          <indexterm zone="ch-system-util-linux-ng getopt">
    374306            <primary sortas="b-getopt">getopt</primary>
    375307          </indexterm>
     
    382314          <para>Dumps the given file in hexadecimal or in another given
    383315          format</para>
    384           <indexterm zone="ch-system-util-linux hexdump">
     316          <indexterm zone="ch-system-util-linux-ng hexdump">
    385317            <primary sortas="b-hexdump">hexdump</primary>
    386318          </indexterm>
     
    394326          the Real-Time Clock (RTC) or Basic Input-Output System (BIOS)
    395327          clock</para>
    396           <indexterm zone="ch-system-util-linux hwclock">
     328          <indexterm zone="ch-system-util-linux-ng hwclock">
    397329            <primary sortas="b-hwclock">hwclock</primary>
    398330          </indexterm>
     
    404336        <listitem>
    405337          <para>Removes the given Inter-Process Communication (IPC) resource</para>
    406           <indexterm zone="ch-system-util-linux ipcrm">
     338          <indexterm zone="ch-system-util-linux-ng ipcrm">
    407339            <primary sortas="b-ipcrm">ipcrm</primary>
    408340          </indexterm>
     
    414346        <listitem>
    415347          <para>Provides IPC status information</para>
    416           <indexterm zone="ch-system-util-linux ipcs">
     348          <indexterm zone="ch-system-util-linux-ng ipcs">
    417349            <primary sortas="b-ipcs">ipcs</primary>
    418350          </indexterm>
     
    424356        <listitem>
    425357          <para>Reports the size of an iso9660 file system</para>
    426           <indexterm zone="ch-system-util-linux isosize">
     358          <indexterm zone="ch-system-util-linux-ng isosize">
    427359            <primary sortas="b-isosize">isosize</primary>
    428360          </indexterm>
     
    434366        <listitem>
    435367          <para>Copies a single line</para>
    436           <indexterm zone="ch-system-util-linux line">
     368          <indexterm zone="ch-system-util-linux-ng line">
    437369            <primary sortas="b-line">line</primary>
    438370          </indexterm>
     
    444376        <listitem>
    445377          <para>Enters the given message into the system log</para>
    446           <indexterm zone="ch-system-util-linux logger">
     378          <indexterm zone="ch-system-util-linux-ng logger">
    447379            <primary sortas="b-logger">logger</primary>
    448380          </indexterm>
     
    454386        <listitem>
    455387          <para>Displays lines that begin with the given string</para>
    456           <indexterm zone="ch-system-util-linux look">
     388          <indexterm zone="ch-system-util-linux-ng look">
    457389            <primary sortas="b-look">look</primary>
    458390          </indexterm>
     
    464396        <listitem>
    465397          <para>Sets up and controls loop devices</para>
    466           <indexterm zone="ch-system-util-linux losetup">
     398          <indexterm zone="ch-system-util-linux-ng losetup">
    467399            <primary sortas="b-losetup">losetup</primary>
    468400          </indexterm>
     
    475407          <para>Generates magic cookies (128-bit random hexadecimal numbers) for
    476408          <command>xauth</command></para>
    477           <indexterm zone="ch-system-util-linux mcookie">
     409          <indexterm zone="ch-system-util-linux-ng mcookie">
    478410            <primary sortas="b-mcookie">mcookie</primary>
    479411          </indexterm>
     
    486418          <para>Builds a file system on a device (usually a hard disk
    487419          partition)</para>
    488           <indexterm zone="ch-system-util-linux mkfs">
     420          <indexterm zone="ch-system-util-linux-ng mkfs">
    489421            <primary sortas="b-mkfs">mkfs</primary>
    490422          </indexterm>
     
    496428        <listitem>
    497429          <para>Creates a Santa Cruz Operations (SCO) bfs file system</para>
    498           <indexterm zone="ch-system-util-linux mkfs.bfs">
     430          <indexterm zone="ch-system-util-linux-ng mkfs.bfs">
    499431            <primary sortas="b-mkfs.bfs">mkfs.bfs</primary>
    500432          </indexterm>
     
    506438        <listitem>
    507439          <para>Creates a cramfs file system</para>
    508           <indexterm zone="ch-system-util-linux mkfs.cramfs">
     440          <indexterm zone="ch-system-util-linux-ng mkfs.cramfs">
    509441            <primary sortas="b-mkfs.cramfs">mkfs.cramfs</primary>
    510442          </indexterm>
     
    516448        <listitem>
    517449          <para>Creates a Minix file system</para>
    518           <indexterm zone="ch-system-util-linux mkfs.minix">
     450          <indexterm zone="ch-system-util-linux-ng mkfs.minix">
    519451            <primary sortas="b-mkfs.minix">mkfs.minix</primary>
    520452          </indexterm>
     
    527459          <para>Initializes the given device or file to be used as a swap
    528460          area</para>
    529           <indexterm zone="ch-system-util-linux mkswap">
     461          <indexterm zone="ch-system-util-linux-ng mkswap">
    530462            <primary sortas="b-mkswap">mkswap</primary>
    531463          </indexterm>
     
    537469        <listitem>
    538470          <para>A filter for paging through text one screen at a time</para>
    539           <indexterm zone="ch-system-util-linux more">
     471          <indexterm zone="ch-system-util-linux-ng more">
    540472            <primary sortas="b-more">more</primary>
    541473          </indexterm>
     
    548480          <para>Attaches the file system on the given device to a specified
    549481          directory in the file-system tree</para>
    550           <indexterm zone="ch-system-util-linux mount">
     482          <indexterm zone="ch-system-util-linux-ng mount">
    551483            <primary sortas="b-mount">mount</primary>
    552484          </indexterm>
     
    558490        <listitem>
    559491          <para>Shows the symbolic links in the given pathnames</para>
    560           <indexterm zone="ch-system-util-linux namei">
     492          <indexterm zone="ch-system-util-linux-ng namei">
    561493            <primary sortas="b-namei">namei</primary>
    562494          </indexterm>
     
    568500        <listitem>
    569501          <para>Displays a text file one screen full at a time</para>
    570           <indexterm zone="ch-system-util-linux pg">
     502          <indexterm zone="ch-system-util-linux-ng pg">
    571503            <primary sortas="b-pg">pg</primary>
    572504          </indexterm>
     
    579511          <para>Makes the given file system the new root file system of the
    580512          current process</para>
    581           <indexterm zone="ch-system-util-linux pivot_root">
     513          <indexterm zone="ch-system-util-linux-ng pivot_root">
    582514            <primary sortas="b-pivot_root">pivot_root</primary>
    583515          </indexterm>
     
    589521        <listitem>
    590522          <para>Sets the size of the RAM disk in a bootable image</para>
    591           <indexterm zone="ch-system-util-linux ramsize">
     523          <indexterm zone="ch-system-util-linux-ng ramsize">
    592524            <primary sortas="b-ramsize">ramsize</primary>
    593525          </indexterm>
     
    598530        <term><command>raw</command></term>
    599531        <listitem>
    600           <para>Used to bind a Linux raw character device to a block
     532          <para>Used to bind a Linux-ng raw character device to a block
    601533          device</para>
    602           <indexterm zone="ch-system-util-linux raw">
     534          <indexterm zone="ch-system-util-linux-ng raw">
    603535            <primary sortas="b-raw">raw</primary>
    604536          </indexterm>
     
    611543          <para>Queries and sets the root device, among other things, in a
    612544          bootable image</para>
    613           <indexterm zone="ch-system-util-linux rdev">
     545          <indexterm zone="ch-system-util-linux-ng rdev">
    614546            <primary sortas="b-rdev">rdev</primary>
    615547          </indexterm>
     
    621553        <listitem>
    622554          <para>Reads kernel profiling information</para>
    623           <indexterm zone="ch-system-util-linux readprofile">
     555          <indexterm zone="ch-system-util-linux-ng readprofile">
    624556            <primary sortas="b-readprofile">readprofile</primary>
    625557          </indexterm>
     
    632564          <para>Renames the given files, replacing a given string with
    633565          another</para>
    634           <indexterm zone="ch-system-util-linux rename">
     566          <indexterm zone="ch-system-util-linux-ng rename">
    635567            <primary sortas="b-rename">rename</primary>
    636568          </indexterm>
     
    642574        <listitem>
    643575          <para>Alters the priority of running processes</para>
    644           <indexterm zone="ch-system-util-linux renice">
     576          <indexterm zone="ch-system-util-linux-ng renice">
    645577            <primary sortas="b-renice">renice</primary>
    646578          </indexterm>
     
    652584        <listitem>
    653585          <para>Reverses the lines of a given file</para>
    654           <indexterm zone="ch-system-util-linux rev">
     586          <indexterm zone="ch-system-util-linux-ng rev">
    655587            <primary sortas="b-rev">rev</primary>
    656588          </indexterm>
     
    662594        <listitem>
    663595          <para>Sets the rootflags in a bootable image</para>
    664           <indexterm zone="ch-system-util-linux rootflags">
     596          <indexterm zone="ch-system-util-linux-ng rootflags">
    665597            <primary sortas="b-rootflags">rootflags</primary>
    666598          </indexterm>
     
    672604        <listitem>
    673605          <para>Makes a typescript of a terminal session</para>
    674           <indexterm zone="ch-system-util-linux script">
     606          <indexterm zone="ch-system-util-linux-ng script">
    675607            <primary sortas="b-script">script</primary>
    676608          </indexterm>
     
    682614        <listitem>
    683615          <para>Sets user-provided floppy disk parameters</para>
    684           <indexterm zone="ch-system-util-linux setfdprm">
     616          <indexterm zone="ch-system-util-linux-ng setfdprm">
    685617            <primary sortas="b-setfdprm">setfdprm</primary>
    686618          </indexterm>
     
    692624        <listitem>
    693625          <para>Runs the given program in a new session</para>
    694           <indexterm zone="ch-system-util-linux setsid">
     626          <indexterm zone="ch-system-util-linux-ng setsid">
    695627            <primary sortas="b-setsid">setsid</primary>
    696628          </indexterm>
     
    702634        <listitem>
    703635          <para>Sets terminal attributes</para>
    704           <indexterm zone="ch-system-util-linux setterm">
     636          <indexterm zone="ch-system-util-linux-ng setterm">
    705637            <primary sortas="b-setterm">setterm</primary>
    706638          </indexterm>
     
    712644        <listitem>
    713645          <para>A disk partition table manipulator</para>
    714           <indexterm zone="ch-system-util-linux sfdisk">
     646          <indexterm zone="ch-system-util-linux-ng sfdisk">
    715647            <primary sortas="b-sfdisk">sfdisk</primary>
    716648          </indexterm>
     
    722654        <listitem>
    723655          <para>Disables devices and files for paging and swapping</para>
    724           <indexterm zone="ch-system-util-linux swapoff">
     656          <indexterm zone="ch-system-util-linux-ng swapoff">
    725657            <primary sortas="b-swapoff">swapoff</primary>
    726658          </indexterm>
     
    733665          <para>Enables devices and files for paging and swapping and
    734666          lists the devices and files currently in use</para>
    735           <indexterm zone="ch-system-util-linux swapon">
     667          <indexterm zone="ch-system-util-linux-ng swapon">
    736668            <primary sortas="b-swapon">swapon</primary>
    737669          </indexterm>
     
    745677          of a log file, then continues displaying any new entries in the
    746678          log file as they are created</para>
    747           <indexterm zone="ch-system-util-linux tailf">
     679          <indexterm zone="ch-system-util-linux-ng tailf">
    748680            <primary sortas="b-tailf">tailf</primary>
    749681          </indexterm>
     
    755687        <listitem>
    756688          <para>Tunes the parameters of the line printer</para>
    757           <indexterm zone="ch-system-util-linux tunelp">
     689          <indexterm zone="ch-system-util-linux-ng tunelp">
    758690            <primary sortas="b-tunelp">tunelp</primary>
    759691          </indexterm>
     
    766698          <para>A filter for translating underscores into escape sequences
    767699          indicating underlining for the terminal in use</para>
    768           <indexterm zone="ch-system-util-linux ul">
     700          <indexterm zone="ch-system-util-linux-ng ul">
    769701            <primary sortas="b-ul">ul</primary>
    770702          </indexterm>
     
    776708        <listitem>
    777709          <para>Disconnects a file system from the system's file tree</para>
    778           <indexterm zone="ch-system-util-linux umount">
     710          <indexterm zone="ch-system-util-linux-ng umount">
    779711            <primary sortas="b-umount">umount</primary>
    780712          </indexterm>
     
    786718        <listitem>
    787719          <para>Sets the video mode in a bootable image</para>
    788           <indexterm zone="ch-system-util-linux vidmode">
     720          <indexterm zone="ch-system-util-linux-ng vidmode">
    789721            <primary sortas="b-vidmode">vidmode</primary>
    790722          </indexterm>
     
    797729          <para>Reports the location of the binary, source, and man page
    798730          for the given command</para>
    799           <indexterm zone="ch-system-util-linux whereis">
     731          <indexterm zone="ch-system-util-linux-ng whereis">
    800732            <primary sortas="b-whereis">whereis</primary>
    801733          </indexterm>
     
    808740          <para>Sends a message to the given user <emphasis>if</emphasis> that
    809741          user has not disabled receipt of such messages</para>
    810           <indexterm zone="ch-system-util-linux write">
     742          <indexterm zone="ch-system-util-linux-ng write">
    811743            <primary sortas="b-write">write</primary>
    812744          </indexterm>
  • BOOK/final-system/hppa-chapter.xml

    rad74173 r3a5c139  
    5959  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/texinfo.xml"/>
    6060  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/udev.xml"/>
    61   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/util-linux.xml"/>
     61  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/util-linux-ng.xml"/>
    6262  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/vim.xml"/>
    6363  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/aboutdebug.xml"/>
  • BOOK/final-system/x86-chapter.xml

    rad74173 r3a5c139  
    5959  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/texinfo.xml"/>
    6060  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/udev.xml"/>
    61   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/util-linux.xml"/>
     61  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/util-linux-ng.xml"/>
    6262  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/vim.xml"/>
    6363  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/aboutdebug.xml"/>
  • BOOK/introduction/common/changelog.xml

    rad74173 r3a5c139  
    4040      <para>September 9, 2007</para>
    4141      <itemizedlist>
     42        <listitem>
     43          <para>[jciccone] - Updated to Util-Linux-ng 2.13.</para>
     44        </listitem>
    4245        <listitem>
    4346          <para>[jciccone] - Updated Udev to 115.
  • BOOK/materials/common/packages.xml

    rad74173 r3a5c139  
    466466
    467467    <varlistentry>
    468       <term>Util-linux (&util-linux-version;) - <token>&util-linux-size;</token>:</term>
    469       <listitem>
    470         <para>Home page: <ulink url="&util-linux-home;"/></para>
    471         <para>Download: <ulink url="&util-linux-url;"/></para>
    472         <para>MD5 sum: <literal>&util-linux-md5;</literal></para>
     468      <term>Util-linux-ng (&util-linux-ng-version;) - <token>&util-linux-ng-size;</token>:</term>
     469      <listitem>
     470        <para>Home page: <ulink url="&util-linux-ng-home;"/></para>
     471        <para>Download: <ulink url="&util-linux-ng-url;"/></para>
     472        <para>MD5 sum: <literal>&util-linux-ng-md5;</literal></para>
    473473      </listitem>
    474474    </varlistentry>
  • BOOK/materials/common/patches.xml

    rad74173 r3a5c139  
    191191
    192192    <varlistentry>
    193       <term>Util-linux Cramfs Patch - <token>&util-linux-cramfs-patch-size;</token>:</term> <listitem>
    194         <para>Download: <ulink
    195         url="&patches-root;&util-linux-cramfs-patch;"/></para>
    196         <para>MD5 sum: <literal>&util-linux-cramfs-patch-md5;</literal></para>
    197       </listitem>
    198     </varlistentry>
    199 
    200     <varlistentry>
    201       <term>Util-linux Syscalls Patch - <token>&util-linux-syscall_fixes-patch-size;</token>:</term> <listitem>
    202         <para>Download: <ulink
    203         url="&patches-root;&util-linux-syscall_fixes-patch;"/></para>
    204         <para>MD5 sum: <literal>&util-linux-syscall_fixes-patch-md5;</literal></para>
    205       </listitem>
    206     </varlistentry>
    207 
    208     <varlistentry os="util-linux-lseek-patch">
    209       <term>Util-linux lseek Patch - <token>&util-linux-lseek-patch-size;</token>:</term>
    210       <listitem>
    211         <para>Download: <ulink
    212         url="&patches-root;&util-linux-lseek-patch;"/></para>
    213         <para>MD5 sum: <literal>&util-linux-lseek-patch-md5;</literal></para>
    214       </listitem>
    215     </varlistentry>
    216 
    217     <varlistentry>
    218       <term>Util-linux Missing Header Patch - <token>&util-linux-missing_header-patch-size;</token>:</term> <listitem>
    219         <para>Download: <ulink
    220         url="&patches-root;&util-linux-missing_header-patch;"/></para>
    221         <para>MD5 sum: <literal>&util-linux-missing_header-patch-md5;</literal></para>
    222       </listitem>
    223     </varlistentry>
    224 
    225     <varlistentry>
    226193      <term>Vim Cross-Compile Patch - <token>&vim-cross_compile-patch-size;</token>:</term>
    227194      <listitem>
  • BOOK/packages.ent

    rad74173 r3a5c139  
    304304<!ENTITY udev-home "http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html">
    305305
    306 <!ENTITY util-linux-version "2.12r">
    307 <!ENTITY util-linux-size "1,339 KB">
    308 <!ENTITY util-linux-url "&kernel;linux/utils/util-linux/util-linux-&util-linux-version;.tar.bz2">
    309 <!ENTITY util-linux-md5 "af9d9e03038481fbf79ea3ac33f116f9">
    310 <!ENTITY util-linux-home " ">
     306<!ENTITY util-linux-ng-version "2.13">
     307<!ENTITY util-linux-ng-size "2,652 KB">
     308<!ENTITY util-linux-ng-url "&kernel;linux/utils/util-linux-ng/v&util-linux-ng-version;/util-linux-ng-&util-linux-ng-version;.tar.bz2">
     309<!ENTITY util-linux-ng-md5 "2175a6e64ba0cf8ff05402eaee33e4b0">
     310<!ENTITY util-linux-ng-home " ">
    311311
    312312<!ENTITY vim-version "7.1">
  • BOOK/patches.ent

    rad74173 r3a5c139  
    8181<!ENTITY texinfo-tempfile_fix-patch-size "2.2 KB">
    8282
    83 <!ENTITY util-linux-cramfs-patch "util-linux-&util-linux-version;-cramfs-1.patch">
    84 <!ENTITY util-linux-cramfs-patch-md5 "1c3f40b30e12738eb7b66a35b7374572">
    85 <!ENTITY util-linux-cramfs-patch-size "2.8 KB">
    86 
    87 <!ENTITY util-linux-syscall_fixes-patch "util-linux-&util-linux-version;-syscall_fixes-1.patch">
    88 <!ENTITY util-linux-syscall_fixes-patch-md5 "e1c86c9859c242b300599cef277f03e1">
    89 <!ENTITY util-linux-syscall_fixes-patch-size "4 KB">
    90 
    91 <!ENTITY util-linux-lseek-patch "util-linux-&util-linux-version;-missing_lseek-1.patch">
    92 <!ENTITY util-linux-lseek-patch-md5 "5d6c86321c1ea74d7ed7cf57861da423">
    93 <!ENTITY util-linux-lseek-patch-size "12 KB">
    94  
    95 <!ENTITY util-linux-missing_header-patch "util-linux-&util-linux-version;-missing_header-1.patch">
    96 <!ENTITY util-linux-missing_header-patch-md5 "33ccc15d2e92caa6189b044f573fdcda">
    97 <!ENTITY util-linux-missing_header-patch-size "1 KB">
    98 
    9983<!ENTITY vim-cross_compile-patch "vim-&vim-version;-cross_compile-1.patch">
    10084<!ENTITY vim-cross_compile-patch-md5 "f8af7a628b58959914390783932c23bc">
Note: See TracChangeset for help on using the changeset viewer.