Changeset ea8f9e2 for chapter06/bash.xml


Ignore:
Timestamp:
08/08/2007 06:51:02 PM (17 years ago)
Author:
Jeremy Huntwork <jhuntwork@…>
Children:
63add56
Parents:
1bd7fd4
Message:

Merge r8294-r8297, r8299 and r8302 from trunk

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/jh/BOOK@8303 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/bash.xml

    r1bd7fd4 rea8f9e2  
    8282
    8383    <para>Now, run the tests as the <systemitem
    84     class="username">nobody</systemitem> user:</para>
     84    class="username">nobody</systemitem> user, ensuring that the standard
     85    input device is readable:</para>
    8586
    86 <screen><userinput>su-tools nobody -s /bin/bash -c "make tests"</userinput></screen>
     87<screen><userinput>su-tools nobody -s /bin/bash -c "make tests" &lt;/dev/tty</userinput></screen>
    8788
    8889    <para>Install the package:</para>
Note: See TracChangeset for help on using the changeset viewer.