Re: Failed to add a script at shutdown

2013-05-06 Thread Robert Schumann
Heyho! Am 06.05.2013 20:27, schrieb Harald Becker: And remember: If you change inittab you need to reboot twice to test, first reboot to reload inittab, then you may test with 'kill -QUIT 1' I guess there is no need to reboot the first time, SIGHUP to init should also trigger the reload of

hostname applet appends useless space

2012-03-22 Thread Robert Schumann
Heyho guys, one small bug again :) [jazz@laptux ~]$ echo $(hostname -i) 192.168.2.21 [jazz@laptux ~]$ echo $(busybox hostname -i) 192.168.2.21 Cheers Robert ___ busybox mailing list busybox@busybox.net

cut numbering inconsistency

2012-03-15 Thread Robert Schumann
Heyho guys, tested with 1.18.2 and with 1.19.3: *GNU cut*: % echo foo:bar | cut -d':' -f0 cut: fields and positions are numbered from 1 Try `cut --help' for more information. % echo foo:bar | cut -d':' -f1 foo *busybox cut*: % echo foo:bar | busybox cut -d':' -f0 foo % echo foo:bar | busybox

Re: Config error - PHP with HTTPD

2011-08-02 Thread Robert Schumann
Hi Elias! I'm not very deep into your issue and I cannot verify your problem, but... Am 02.08.2011 16:08, schrieb Elias Lovén Larsson: This happens when I run it... # httpd -fvv -c /etc/httpd.php.conf -p 81 -h /usr/www-php httpd: config error '*.php:/usr/bin/php-cgi' in '/etc/httpd.php.conf'

Re: No brace expansion for ash?

2011-07-09 Thread Robert Schumann
Hi Eric! Am 09.07.2011 14:31, schrieb Eric Martin: So why is this bashism integrated in hush if it bloats the shell ??? Yes i totally agree, but why don't integrate this bashism in ASH_BASH_COMPAT ? It doesn't bloat the shell if you don't want it. Well, I guess you don't get the term FOSS