[BusyBox] ifup, ifdown applets

Vladimir N. Oleynik dzo at simtreas.ru
Tue Nov 19 04:36:03 UTC 2002


Steven,

> "cat /var/run/udhcpc.eth0.pid | xargs kill -9" does not work! I suppose due to a
> problem (bug?) in xargs!

Not.
Solutions for ALL GNU utils:
xargs -- command -options

> ~ # cat /var/run/udhcpc.eth0.pid | xargs kill -s SIGTERM
> xargs: invalid option -- s
> BusyBox v0.61.pre (2002.11.18-13:00+0000) multi-call binary
> 
> Usage: xargs [COMMAND] [-prt] [ARGS...]

This have small mistake. Must be:
Usage: xargs [-prt] [COMMAND] [ARGS...]


--w
vodz



More information about the busybox mailing list