Followup-For: Bug #757725 Control: tags -1 patch Hi,
attached is a patch that adds a .maintscript file to properly remove the obsolete /etc/init.d/greylist on upgrades (and therefore complete #775063) I'm not sure whether the severity should be raised to serious. I remember several upgrade failures that occurred with a service being provided by more than one init.d script, e.g. some bugs involving gfs2-utils where it was rather tricky to clean this up properly. Andreas
diff -Nru greylistd-0.8.8.4/debian/changelog greylistd-0.8.8.5/debian/changelog --- greylistd-0.8.8.4/debian/changelog 2015-01-16 19:04:04.000000000 +0100 +++ greylistd-0.8.8.5/debian/changelog 2015-02-12 03:15:46.000000000 +0100 @@ -1,3 +1,10 @@ +greylistd (0.8.8.5) UNRELEASED; urgency=medium + + * debian/greylistd.maintscript: Properly dispose of the obsolete + /etc/init.d/greylist. (Closes: #757725) + + -- Andreas Beckmann <[email protected]> Thu, 12 Feb 2015 02:59:54 +0100 + greylistd (0.8.8.4) unstable; urgency=medium * debian/preinst: take care of old /etc/init.d/greylist while doing diff -Nru greylistd-0.8.8.4/debian/greylistd.maintscript greylistd-0.8.8.5/debian/greylistd.maintscript --- greylistd-0.8.8.4/debian/greylistd.maintscript 1970-01-01 01:00:00.000000000 +0100 +++ greylistd-0.8.8.5/debian/greylistd.maintscript 2015-02-12 03:08:48.000000000 +0100 @@ -0,0 +1 @@ +rm_conffile /etc/init.d/greylist 0.8.8.5~

