[PATCH 1.2.2.1] fuser -SIGNAL parsing

Roberto A. Foglietta roberto.foglietta at gmail.com
Wed Dec 12 18:15:54 UTC 2007


Hi to all,

 fuser allow -k and -SIGNAL but do not parse it correctly

========= before ===========

/ # fuser -k -9 -m /home
fuser: Unsupported option '9'

========= after ===========

/ # /mnt/tmpfs/busybox fuser -k -9 -m /home
/ # echo $?
1
/ # cd /home/
/home # cat >pippo &
/home # /mnt/tmpfs/busybox fuser -k -9 -m /home
/ # echo $?
0

 Cheers,
-- 
/roberto
-------------- next part --------------
A non-text attachment was scrubbed...
Name: busybox-1.2.2.1_fuser_signal_option.patch
Type: text/x-patch
Size: 651 bytes
Desc: not available
Url : http://lists.busybox.net/pipermail/busybox/attachments/20071212/022a7435/attachment-0002.bin 


More information about the busybox mailing list