Changeset 8112a8d in clfs-embedded


Ignore:
Timestamp:
Oct 12, 2017, 11:55:26 AM (6 years ago)
Author:
Andrew Bradford <andrew@…>
Branches:
master
Children:
e3742c1
Parents:
0b3adee
Message:

cleanup: chowning: Remove mention of /var/run/utmp

We've previously modified the book to not create this file so no need to
chgrp it.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/cleanup/chowning.xml

    r0b3adee r8112a8d  
    3030<screen><userinput>chown -Rv root:root ${CLFS}/targetfs</userinput></screen>
    3131
    32   <para>The following files should not to belong to the
    33   <systemitem class="groupname">root</systemitem> group, they should belong
     32  <para>The following file should not to belong to the
     33  <systemitem class="groupname">root</systemitem> group, it should belong
    3434  to the <systemitem class="groupname">utmp</systemitem> group (group 13):</para>
    3535
    36 <screen><userinput>chgrp -v 13 ${CLFS}/targetfs/var/run/utmp ${CLFS}/targetfs/var/log/lastlog</userinput></screen>
     36<screen><userinput>chgrp -v 13 ${CLFS}/targetfs/var/log/lastlog</userinput></screen>
    3737
    3838</sect1>
Note: See TracChangeset for help on using the changeset viewer.