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

Petter Reinholdtsen pere at alioth.debian.org
Sun Aug 23 17:48:20 UTC 2009


Author: pere
Date: 2009-08-23 17:48:19 +0000 (Sun, 23 Aug 2009)
New Revision: 1623

Modified:
   sysvinit/trunk/debian/sysv-rc.postinst
Log:
Lets ask with critical priority, to give as good chance as possible to see the question.

Modified: sysvinit/trunk/debian/sysv-rc.postinst
===================================================================
--- sysvinit/trunk/debian/sysv-rc.postinst	2009-08-23 17:45:57 UTC (rev 1622)
+++ sysvinit/trunk/debian/sysv-rc.postinst	2009-08-23 17:48:19 UTC (rev 1623)
@@ -123,10 +123,10 @@
 	# dependency based, making 'yes' the default.
 	db_set sysv-rc/convert-legacy true
 
-	# Priority is high during upgrades, to give those with
-	# existing installations higher chance of seeing and rejecting
+	# Priority is critical during upgrades, to give those with
+	# existing installations a good  chance of seeing and rejecting
 	# the migration.
-	db_input high sysv-rc/convert-legacy || [ $? -eq 30 ]
+	db_input critical sysv-rc/convert-legacy || [ $? -eq 30 ]
 
 	db_go || true
 	db_get sysv-rc/convert-legacy || true




More information about the Pkg-sysvinit-commits mailing list