diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2013-03-01 17:08:02 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2013-03-01 17:08:02 +0000 |
commit | ffe21e15c997665a11cbee559b1bdb1e889d76f3 (patch) | |
tree | 78fba26d763d9936b18cb44808435d9a7c0dd664 /chapter06 | |
parent | e81fe89a553960405172d473f6856931874c02c7 (diff) |
Upgrade to Linux-3.8.1 and other minor touchups
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10177 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/procps.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/procps.xml b/chapter06/procps.xml index f9370229a..cadbbd64b 100644 --- a/chapter06/procps.xml +++ b/chapter06/procps.xml @@ -81,8 +81,8 @@ <screen><userinput remap="test">pushd testsuite sed -i -e 's|exec which sleep|exec echo /tools/bin/sleep|' \ - -e 's|999999|&9|' config/unix.exp - sed -i 's|pmap_initname\\\$|pmap_initname|' pmap.test/pmap.exp + -e 's|999999|&9|' config/unix.exp + sed -i -e 's|pmap_initname\\\$|pmap_initname|' pmap.test/pmap.exp make site.exp DEJAGNU=global-conf.exp runtest popd</userinput></screen> |