wok-6.x diff e2fsprogs/receipt @ rev 9521
Add arpwatch.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Thu Apr 07 08:27:54 2011 +0000 (2011-04-07) |
parents | bdcb3c29980e |
children | 7b7b3127147e |
line diff
1.1 --- a/e2fsprogs/receipt Thu Dec 23 15:36:53 2010 +0000 1.2 +++ b/e2fsprogs/receipt Thu Apr 07 08:27:54 2011 +0000 1.3 @@ -48,3 +48,16 @@ 1.4 rm $fs/usr/sbin/uuidd $fs/usr/bin/uuidgen 1.5 rm $fs/lib/libuuid* $fs/usr/lib/libuuid* 1.6 } 1.7 + 1.8 +# Overlap busybox 1.9 +pre_install() 1.10 +{ 1.11 + rm -f $1/sbin/findfs 1.12 + rm -f $1/sbin/tune2fs 1.13 +} 1.14 + 1.15 +post_remove() 1.16 +{ 1.17 + ln -s /bin/busybox /sbin/findfs 1.18 + ln -s /bin/busybox /sbin/tune2fs 1.19 +}