Changeset 846eed7 in clfs-sysroot for BOOK/bootable


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/bootable/common/chowning.xml

    re7585ab r846eed7  
    2828  entire CLFS system.</para>
    2929
    30 <screen><userinput>chown -Rv 0:0 ${CLFS}</userinput></screen>
     30<screen><userinput>chown -Rv &uid-root;:&gid-root; ${CLFS}</userinput></screen>
    3131
    32   <para>The following files are not the be owned by
     32  <para>The following files are to be owned by the group
     33  <systemitem class="username">utmp</systemitem> not by
    3334  <systemitem class="username">root</systemitem>.</para>
    3435
    35 <screen><userinput>chgrp -v 13 ${CLFS}/var/run/utmp ${CLFS}/var/log/lastlog</userinput></screen>
     36<screen><userinput>chgrp -v &gid-utmp; ${CLFS}/var/run/utmp ${CLFS}/var/log/lastlog</userinput></screen>
     37
     38  <para>During the installation of Util-Linux-ng configure was instructed not
     39  change the ownership of certain programs. Correct that ownership now that we
     40  have sufficent privileges.</para>
     41
     42<screen><userinput>chgrp -v &gid-tty; ${CLFS}/usr/bin/write
     43chmod g+s ${CLFS}/usr/bin/write</userinput></screen>
    3644
    3745  <para>The following device nodes need to be created for the system to
Note: See TracChangeset for help on using the changeset viewer.