* Jan Wagner ([EMAIL PROTECTED]) [061220 12:13]: > policyd-weight (0.1.14-beta-4) unstable; urgency=medium > > * fix startup script S20, so make polw start before postfix > * provide update path via postinst > > -- Jan Wagner <[EMAIL PROTECTED]> Sun, 17 Dec 2006 14:19:46 +0100
I don't mind to have the order changed, but this change is not ok: + # be shure we get new startscript + if [ -n "$2" ] && dpkg --compare-versions "$2" lt "0.1.14-beta-4"; then + rm -f /etc/rc?.d/*policyd-weight + fi Because that will re-enable policyd-weight for all people who disabled it, iow an RC-bug by itself. Cheers, Andi -- http://home.arcor.de/andreas-barth/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

