Changeset ef613133
- Timestamp:
- 07/17/2021 05:04:22 PM (10 months ago)
- Branches:
- 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, arm, ml-11.0, multilib, trunk, xry111/clfs-ng, xry111/glibc-2.34, xry111/lfs-next, xry111/tester-nohack
- Children:
- 590d2559
- Parents:
- 28bdcfe
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
appendices/dependencies.xml
r28bdcfe ref613133 219 219 <segtitle>&testsuites;</segtitle> 220 220 <seglistitem> 221 <seg> Shadow</seg>221 <seg>Expect and Shadow</seg> 222 222 </seglistitem> 223 223 </segmentedlist> -
chapter07/createfiles.xml
r28bdcfe ref613133 176 176 chapter.</para> 177 177 178 <screen><userinput>echo "tester:x: $(ls -n $(tty) | cut -d" " -f3):101::/home/tester:/bin/bash" >> /etc/passwd178 <screen><userinput>echo "tester:x:101:101::/home/tester:/bin/bash" >> /etc/passwd 179 179 echo "tester:x:101:" >> /etc/group 180 180 install -o tester -d /home/tester</userinput></screen> -
chapter08/bash.xml
r28bdcfe ref613133 77 77 class="username">tester</systemitem> user:</para> 78 78 79 <screen><userinput remap="test">su tester << EOF80 PATH=$PATH make tests < $(tty) 79 <screen><userinput remap="test">su -s /usr/bin/expect tester << EOF 80 spawn make tests; expect EOF; 81 81 EOF</userinput></screen> 82 82
Note:
See TracChangeset
for help on using the changeset viewer.