Changeset 846eed7 in clfs-sysroot for BOOK/final-system


Ignore:
Timestamp:
Sep 15, 2007, 11:23:44 AM (17 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
ed3a5a4
Parents:
e7585ab
Message:

Create entities for each uid and gid and reference those entities throught the book instead of using user names and group names. prevent util-linux-ng from changing programs groups.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/util-linux-ng.xml

    re7585ab r846eed7  
    4747
    4848<screen os="b"><userinput>./configure --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    49     --enable-partx --disable-wall --enable-write</userinput></screen>
     49    --enable-partx --disable-wall --enable-write \
     50    --disable-makeinstall-chown</userinput></screen>
    5051
    5152    <variablelist os="c">
     
    7273          <para>This option allows the <command>write</command> program to be
    7374          installed.</para>
     75        </listitem>
     76      </varlistentry>
     77
     78      <varlistentry>
     79        <term><parameter>--disable-makeinstall-chown</parameter></term>
     80        <listitem>
     81          <para>This option prevents installed programs from having groups
     82          changed. They will be changed later in the book.</para>
    7483        </listitem>
    7584      </varlistentry>
Note: See TracChangeset for help on using the changeset viewer.