Hello, I found your emails here http://packages.debian.org/wheezy/initscripts
I don't know the correct way to report a bug so i'll just send an email. I upgraded the package initscripts, the version installed now is 2.88dsf-41+deb7u1 I'm using dash for the shell interperter (0.5.7-3) At boot I got the error message: /etc/rcS.d/S13mountall.sh: 59: kill: Illegal number: 492 1 At the line 59 we have: [ -n "$PID" ] && kill -s USR1 "$PID" I removed the quotes and there are no more error messages: [ -n "$PID" ] && kill -s USR1 $PID Regards
_______________________________________________ Pkg-sysvinit-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-sysvinit-devel

