wok-current diff coreutils-command/receipt @ rev 8991
dahdi-linux: kernel 2.6.37 fix
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Mar 03 11:26:54 2011 +0100 (2011-03-03) |
parents | d5009f5bff9c |
children | 6afc9676e679 |
line diff
1.1 --- a/coreutils-command/receipt Sat Feb 05 03:20:51 2011 +0000 1.2 +++ b/coreutils-command/receipt Thu Mar 03 11:26:54 2011 +0100 1.3 @@ -41,7 +41,7 @@ 1.4 echo "Processing pre-install commands..." 1.5 echo -n "Removing all Busybox replaced utils... " 1.6 rm -f $root/bin/nice $root/bin/kill $root/bin/sleep 1.7 - rm -f $root/usr/bin/env $root/usr/bin/nohup 1.8 + rm -f $root/usr/bin/env $root/usr/bin/nohup $root/usr/bin/timeout 1.9 rm -f $root/usr/sbin/chroot 1.10 status 1.11 } 1.12 @@ -53,5 +53,6 @@ 1.13 ln -s /bin/busybox /bin/sleep 1.14 ln -s /bin/busybox /usr/bin/env 1.15 ln -s /bin/busybox /usr/bin/nohup 1.16 + ln -s /bin/busybox /usr/bin/timeout 1.17 ln -s /bin/busybox /usr/sbin/chroot 1.18 }