Re: start-stop-daemon does not recognise --start

2007-10-18 Thread Denys Vlasenko
On Thursday 18 October 2007 01:56, Hamish Moffatt wrote: On Thu, Oct 18, 2007 at 09:58:41AM +1000, Hamish Moffatt wrote: start-stop-daemon claims to offer --start, but then doesn't accept it: Actually all the long options seems to be broken. Works for me: $ ./busybox start-stop-daemon

Re: [busybox:01243] Re: [patch] setsebool applet

2007-10-18 Thread KaiGai Kohei
Denys Vlasenko wrote: On Thursday 18 October 2007 11:19, KaiGai Kohei wrote: I could not find selinux/setsebool.c on the HEAD of svn repository. http://www.busybox.net/cgi-bin/viewcvs.cgi/trunk/busybox/selinux/ Don't you forget to run 'svn add selinux/setsebool.c' before commit? Oh

Re: [busybox:01243] Re: [patch] setsebool applet

2007-10-18 Thread Denys Vlasenko
On Thursday 18 October 2007 11:19, KaiGai Kohei wrote: I could not find selinux/setsebool.c on the HEAD of svn repository. http://www.busybox.net/cgi-bin/viewcvs.cgi/trunk/busybox/selinux/ Don't you forget to run 'svn add selinux/setsebool.c' before commit? Oh my... Try now... -- vda

Re: unzip : can't open ' ' : No such file or directory

2007-10-18 Thread Denys Vlasenko
On Monday 15 October 2007 10:16, Paul Stynen wrote: Hi, I wanted to report the following problem. package: busybox version: 1.7.2 When I execute busybox 'unzip' I get following error $ ls a.zip $ unzip a.zip Archive: a.zip unzip: can't open '': No such file or directory $unzip -l

long / short options (was Re: start-stop-daemon does not recognise --start)

2007-10-18 Thread Ralf Friedl
Denys Vlasenko wrote: Try this patch. ... Do you think it would be useful to define something like this: #define OPTION_HELP_TEXT(SHORT, LONG, TEXT) SHORT USE_FEATURE_LONG_OPTIONS(LONG) TEXT Then the options could be written as OPTION_HELP_TEXT( -v, , --verbose, Verbose\n) and the middle

Re: inetd and telnetd problem

2007-10-18 Thread Ming Liu
Dear Philipp, Thanks for your suggestion. I enabled to support standalone telnetd in busybox and add -i in inetd.conf as: telnet stream tcp nowait root /usr/sbin/telnetd telnetd -i or even telnet stream tcp nowait root /usr/sbin/telnetd telnetd -i -l /bin/ash When I telnet the board from

Re: inetd and telnetd problem

2007-10-18 Thread Denys Vlasenko
On Thursday 18 October 2007 18:45, Ming Liu wrote: Dear Philipp, Thanks for your suggestion. I enabled to support standalone telnetd in busybox and add -i in inetd.conf as: telnet stream tcp nowait root /usr/sbin/telnetd telnetd -i or even telnet stream tcp nowait root

Re: long / short options (was Re: start-stop-daemon does not recognise --start)

2007-10-18 Thread Denys Vlasenko
On Thursday 18 October 2007 18:41, Ralf Friedl wrote: Denys Vlasenko wrote: Try this patch. ... Do you think it would be useful to define something like this: #define OPTION_HELP_TEXT(SHORT, LONG, TEXT) SHORT USE_FEATURE_LONG_OPTIONS(LONG) TEXT Then the options could be written as

patch - ping select interface.

2007-10-18 Thread Bob Keyes
I originally made this for my own needs, contributed it to openwrt but think it should go upstream to busybox. I am new here, not sure of the regular way I am supposed to make contributions, but whoever is in charge of accepting patches please take a look at https://dev.openwrt.org/ticket/2522