There was a bug in my previous patch (a missing '!'), noticed it after hitting
the send button.

Please find attached an updated patch.

Cheers,
Michael


-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?
diff --git a/debian/src/initscripts/etc/init.d/mountall.sh b/debian/src/initscripts/etc/init.d/mountall.sh
index ae70e96..0b66840 100755
--- a/debian/src/initscripts/etc/init.d/mountall.sh
+++ b/debian/src/initscripts/etc/init.d/mountall.sh
@@ -55,12 +55,12 @@ do_start() {
 	# We might have mounted something over /dev, see if
 	# /dev/initctl is there.
 	#
-	if [ ! -p $INITCTL ]
+	if [ ! -p $INITCTL ] && [ ! -x /sbin/initctl ]
 	then
 		rm -f $INITCTL
 		mknod -m 600 $INITCTL p
+		kill -USR1 1
 	fi
-	kill -USR1 1
 
 	#
 	# Execute swapon command again, in case we want to swap to

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to