[Pkg-sysvinit-commits] r1678 - sysvinit/trunk/debian

Petter Reinholdtsen pere at alioth.debian.org
Mon Aug 31 19:08:11 UTC 2009


Author: pere
Date: 2009-08-31 19:08:11 +0000 (Mon, 31 Aug 2009)
New Revision: 1678

Modified:
   sysvinit/trunk/debian/sysv-rc.postrm
Log:
Add comment explaining why /etc/init.d/.legacy-bootordering isn't deleted in the postrm.

Modified: sysvinit/trunk/debian/sysv-rc.postrm
===================================================================
--- sysvinit/trunk/debian/sysv-rc.postrm	2009-08-31 19:04:40 UTC (rev 1677)
+++ sysvinit/trunk/debian/sysv-rc.postrm	2009-08-31 19:08:11 UTC (rev 1678)
@@ -12,7 +12,7 @@
 		. /usr/share/debconf/confmodule
 		db_purge
 	    fi
-            exit 0
+	    exit 0
 	    ;;
 	*) exit 0 ;;
 esac
@@ -34,4 +34,7 @@
 # Remove the recorded update-rc.d calls
 rm -f /var/lib/update-rc.d/*
 
+# Do not remove /etc/init.d/.legacy-bootordering, to allow those
+# taking over to know where to continue.
+
 exit 0




More information about the Pkg-sysvinit-commits mailing list