* Alexander Wirt <[EMAIL PROTECTED]> [20080820 08:54]:
> Didier Roche schrieb am Montag, den 18. August 2008:

> > For daemons that do not require clean shutdown to perform their
> > operation it is possible to not explicitly stop the daemon in
> > runlevels 0 and 6, and let sendsigs take care of stopping the
> > daemon.
[...]

> I don't think that this is wise on a daemon that caches things. 
> I won't apply such a patch without to be really really sure that there are no
> drawbacks (and without talking to upstream first). 

> > --- keepalived-1.1.15/debian/keepalived.postinst    1970-01-01 
> > 01:00:00.000000000 +0100
> > +++ keepalived-1.1.15-ubuntu/debian/keepalived.postinst     2008-08-16 
> > 15:37:08.000000000 +0200
> > @@ -0,0 +1,8 @@
> > +#!/bin/sh
> > +
> > +# Remove shutdown and reboot links; this init script does not need them.
> > +if dpkg --compare-versions "$2" lt "1.1.12-1ubuntu1"; then
> > +   rm -f /etc/rc0.d/K20keepalived /etc/rc6.d/K20keepalived
> > +fi

JFTR: This solution won't work for people using file-rc.

regards,
-mika-

Attachment: signature.asc
Description: Digital signature

Reply via email to