Ignore:
Timestamp:
Feb 18, 2014, 11:52:16 PM (10 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
68a8a9f
Parents:
2cb8644
Message:

No need for a dummy user or group since having user nobody and group nogroup.

File:
1 edited

Legend:

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

    r2cb8644 r0677033  
    6262
    6363<screen os="e"><userinput>make</userinput></screen>
    64 
    65     <para os="dummy1">Create two <systemitem class="groupname">dummy</systemitem> groups and a <systemitem class="username">dummy</systemitem> user to be used during Util-linux and Coreutils test suites:</para>
    66 
    67 <screen os="dummy2"><userinput remap="test">echo "dummy1:x:1000:" &gt;&gt; /etc/group
    68 echo "dummy2:x:1001:dummy" &gt;&gt; /etc/group
    69 echo "dummy:x:1000:1000::/root:/bin/bash" &gt;&gt; /etc/passwd</userinput></screen>
    7064
    7165    <para os="f">To test the results, issue:</para>
Note: See TracChangeset for help on using the changeset viewer.