Or alternative patch (copied from sysvinit) which is more failure prone.
--
Ondřej Surý <[email protected]>
http://blog.rfc1925.org/
--- /srv/chroot/unstable/var/lib/dpkg/info/libsepol1.postinst.orig 2009-08-24 14:16:22.000000000 +0200
+++ /srv/chroot/unstable/var/lib/dpkg/info/libsepol1.postinst 2009-08-24 14:22:39.000000000 +0200
@@ -158,9 +158,9 @@ case "$1" in
# Use telinit if available, it is better form, according
# to the sysvinit maintainer.
if [ -x /sbin/telinit ]; then
- (telinit u ; sleep 1)
+ (telinit u ||: ; sleep 1)
else
- (init u ; sleep 1)
+ (init u ||: ; sleep 1)
fi
fi
fi