[Pkg-sysvinit-commits] r1244 - in sysvinit/trunk/debian: . initscripts

pere at alioth.debian.org pere at alioth.debian.org
Mon Feb 11 07:57:44 UTC 2008


Author: pere
Date: 2008-02-11 07:57:43 +0000 (Mon, 11 Feb 2008)
New Revision: 1244

Modified:
   sysvinit/trunk/debian/changelog
   sysvinit/trunk/debian/initscripts/preinst
Log:
  * Update version trigger for the /etc/init.d/bootclean to this
    version, to make sure those left with the file because of bug
    #464869 get it removed on this upgrade.

Modified: sysvinit/trunk/debian/changelog
===================================================================
--- sysvinit/trunk/debian/changelog	2008-02-11 07:55:58 UTC (rev 1243)
+++ sysvinit/trunk/debian/changelog	2008-02-11 07:57:43 UTC (rev 1244)
@@ -3,6 +3,9 @@
   * Fix shell quoting typo in conffile removal code (Closes: #464869).
   * Make sure to only check for conffile removal on upgrades.
   * Improve displayed text when removing unused obsolete conffiles.
+  * Update version trigger for the /etc/init.d/bootclean to this
+    version, to make sure those left with the file because of bug
+    #464869 get it removed on this upgrade.
 
  -- Petter Reinholdtsen <pere at debian.org>  Fri, 01 Feb 2008 19:37:42 +0100
 

Modified: sysvinit/trunk/debian/initscripts/preinst
===================================================================
--- sysvinit/trunk/debian/initscripts/preinst	2008-02-11 07:55:58 UTC (rev 1243)
+++ sysvinit/trunk/debian/initscripts/preinst	2008-02-11 07:57:43 UTC (rev 1244)
@@ -46,7 +46,7 @@
 	# The /etc/init.d/bootclean script fragment was moved to
 	# /lib/init/ in version 2.86.ds1-39
 	#
-	if [ "$2" ] && dpkg --compare-versions "$2" lt "2.86.ds1-39" ; then
+	if [ "$2" ] && dpkg --compare-versions "$2" lt "2.86.ds1-54" ; then
 		eliminate_conffile "/etc/init.d/bootclean"
 	fi
 	#




More information about the Pkg-sysvinit-commits mailing list