[Pkg-sysvinit-commits] r1625 - in sysvinit/trunk/debian: . sysv-rc/man8

Petter Reinholdtsen pere at alioth.debian.org
Sun Aug 23 18:16:27 UTC 2009


Author: pere
Date: 2009-08-23 18:16:27 +0000 (Sun, 23 Aug 2009)
New Revision: 1625

Modified:
   sysvinit/trunk/debian/sysv-rc.postinst
   sysvinit/trunk/debian/sysv-rc/man8/update-rc.d.8
Log:
Keep the legacy mode flag file next to the init.d scripts, instead of in a sysv-rc specific directory.

Modified: sysvinit/trunk/debian/sysv-rc/man8/update-rc.d.8
===================================================================
--- sysvinit/trunk/debian/sysv-rc/man8/update-rc.d.8	2009-08-23 17:54:17 UTC (rev 1624)
+++ sysvinit/trunk/debian/sysv-rc/man8/update-rc.d.8	2009-08-23 18:16:27 UTC (rev 1625)
@@ -69,7 +69,7 @@
 the boot system is converted to dependency based boot sequencing.
 The conversion to dependency based boot sequencing is one\-way.  The
 machines using the legacy mode will have a file
-/var/lib/sysv\-rc/legacy\-bootsequence.
+/etc/init.d/.legacy\-bootordering .
 
 Packages installing init.d scripts should make sure both methods work,
 for compatiblity with systems where the migration have not been done

Modified: sysvinit/trunk/debian/sysv-rc.postinst
===================================================================
--- sysvinit/trunk/debian/sysv-rc.postinst	2009-08-23 17:54:17 UTC (rev 1624)
+++ sysvinit/trunk/debian/sysv-rc.postinst	2009-08-23 18:16:27 UTC (rev 1625)
@@ -10,7 +10,7 @@
 backupfile="$logdir/bootscripts-$now.tar.gz"
 listfile="$logdir/bootscripts-$now-after.list"
 logfile="$logdir/run-$now.log"
-flagfile=/var/lib/sysv-rc/legacy-bootsequence
+flagfile=/etc/init.d/.legacy-bootordering
 
 # Make sure insserv is in path
 PATH=/sbin:$PATH




More information about the Pkg-sysvinit-commits mailing list