Ignore:
Timestamp:
Dec 12, 2013, 11:19:29 AM (10 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
e680587
Parents:
3693f572
Message:

Add screen tags around userinput test commands and remap userinput for test commands as remap="test".

File:
1 edited

Legend:

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

    r3693f572 r686839b  
    6565    <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>
    6666
    67 <screen os="dummy2"><userinput>echo "dummy1:x:1000:" &gt;&gt; /etc/group
     67<screen os="dummy2"><userinput remap="test">echo "dummy1:x:1000:" &gt;&gt; /etc/group
    6868echo "dummy2:x:1001:dummy" &gt;&gt; /etc/group
    6969echo "dummy:x:1000:1000::/root:/bin/bash" &gt;&gt; /etc/passwd</userinput></screen>
    7070
    71     <para os="f">To test the results, issue:
    72     <userinput>chown -Rv dummy . &amp;&amp; su dummy -s /bin/bash -c "PATH=$PATH make -k check"</userinput></para>
     71    <para os="f">To test the results, issue:</para>
     72
     73<screen os="f2"><userinput remap="test">chown -Rv dummy . &amp;&amp;
     74su dummy -s /bin/bash -c "PATH=$PATH make -k check"</userinput></screen>
    7375
    7476    <para os="g">Install the package:</para>
Note: See TracChangeset for help on using the changeset viewer.