busybox zcip problems

Denys Vlasenko vda.linux at googlemail.com
Fri Oct 10 10:50:42 UTC 2008


On Friday 10 October 2008 11:44:42 am Denys Vlasenko wrote:
> >    I have resolve it. It's my fault.I just +x to zcip.script, issue is resolved.
> >    But another issue is that once I exceute 
> >       #./busybox zcip -v eth0 examples/zcip.script 
> >      config eth0  169.254.x.x
> >  
> >    It seems never return, is it right?
> 
> Yes:
> 
> # ./busybox zcip --help
> BusyBox v1.13.0.svn (2008-10-09 15:50:55 CEST) multi-call binary
> Usage: zcip [OPTIONS] ifname script
> Manage a ZeroConf IPv4 link-local address
> Options:
>         -f              Run in foreground
>         -q              Quit after address (no daemon)
>         -r 169.254.x.x  Request this address first
>         -v              Verbose

I will modify --help to read as follows:



# ./busybox zcip --help
BusyBox v1.13.0.svn (2008-10-10 12:12:58 CEST) multi-call binary

Usage: zcip [OPTIONS] ifname script

Manage a ZeroConf IPv4 link-local address

Options:
        -f              Run in foreground
        -q              Quit after obtaining address
        -r 169.254.x.x  Request this address first
        -v              Verbose

With no -q, runs continuously monitoring for ARP conflicts,
exits only on I/O errors (link down etc)



Is this better?
--
vda



More information about the busybox mailing list