tags 381497 + patch
severity 381497 important
thanks

Patch attached.

This is causing problems in building Live environments where we specify an
"exit 101" policy.d to disable all initscripts.


Regards,

-- 
Chris Lamb, UK                                       [EMAIL PROTECTED]
                                                            GPG: 0x634F9A20
diff -urNad sysvinit-2.86.ds1.orig/debian/sysv-rc/sbin/invoke-rc.d 
sysvinit-2.86.ds1/debian/sysv-rc/sbin/invoke-rc.d
--- sysvinit-2.86.ds1.orig/debian/sysv-rc/sbin/invoke-rc.d      2008-05-12 
02:04:19.000000000 +0100
+++ sysvinit-2.86.ds1/debian/sysv-rc/sbin/invoke-rc.d   2008-05-12 
02:05:54.000000000 +0100
@@ -135,7 +135,7 @@
             ;;
        1)   RC=105
             ;;
-       101) if test x${FORCE} != x ; then
+       101) if test x${FORCE} = x ; then
                printerror Overriding policy-rc.d denied execution of 
${printaction}.
                RC=104
             fi

Attachment: signature.asc
Description: PGP signature

_______________________________________________
Pkg-sysvinit-devel mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-sysvinit-devel

Reply via email to