[Pkg-sysvinit-devel] Error in mountall.sh script

echo083 echo083 at yahoo.fr
Fri Jan 3 18:43:57 UTC 2014


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.alioth.debian.org/pipermail/pkg-sysvinit-devel/attachments/20140103/3cf6f335/attachment.html>


More information about the Pkg-sysvinit-devel mailing list