diff options
author | Jeremy Katz <katzj@redhat.com> | 2008-03-06 16:33:57 -0500 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2008-03-06 16:33:57 -0500 |
commit | 67d6e6bb1980204257be17738b1c4f5522ec72de (patch) | |
tree | ba74ac5827a6dc90c2bfe623459a5b6ec0390d8b /scripts/scrubtree | |
parent | e62e0260a0c2db594a8d2c7f753506a36551d850 (diff) | |
download | anaconda-67d6e6bb1980204257be17738b1c4f5522ec72de.tar.gz anaconda-67d6e6bb1980204257be17738b1c4f5522ec72de.tar.xz anaconda-67d6e6bb1980204257be17738b1c4f5522ec72de.zip |
Fix horkage with busybox stuff. There's now start-stop-daemon
Diffstat (limited to 'scripts/scrubtree')
-rwxr-xr-x | scripts/scrubtree | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/scrubtree b/scripts/scrubtree index 4546606ba..16f445c4a 100755 --- a/scripts/scrubtree +++ b/scripts/scrubtree @@ -60,7 +60,7 @@ rm $p/etc/ld.so.conf # mv $p/usr/sbin/busybox.anaconda $p/usr/bin/busybox (cd $p/usr/bin; -set $(./busybox 2>&1| awk '/^\t([[:alnum:]_\.\[]+,)+/' | sed 's/,//g' | sed 's/ +//'); +set $(./busybox 2>&1| awk '/^\t([[:alnum:]\-_\.\[]+,)+/' | sed 's/,//g' | sed 's/ +//'); dontclobber=(sh busybox reboot shutdown poweroff) while [ -n "$1" ]; do save= |