Changeset 846eed7 in clfs-sysroot for BOOK/bootable/common
- Timestamp:
- Sep 15, 2007, 11:23:44 AM (17 years ago)
- Branches:
- master
- Children:
- ed3a5a4
- Parents:
- e7585ab
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/bootable/common/chowning.xml
re7585ab r846eed7 28 28 entire CLFS system.</para> 29 29 30 <screen><userinput>chown -Rv 0:0${CLFS}</userinput></screen>30 <screen><userinput>chown -Rv &uid-root;:&gid-root; ${CLFS}</userinput></screen> 31 31 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 33 34 <systemitem class="username">root</systemitem>.</para> 34 35 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 43 chmod g+s ${CLFS}/usr/bin/write</userinput></screen> 36 44 37 45 <para>The following device nodes need to be created for the system to
Note:
See TracChangeset
for help on using the changeset viewer.