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

Petter Reinholdtsen pere at alioth.debian.org
Wed Aug 26 15:20:49 UTC 2009


Author: pere
Date: 2009-08-26 15:20:46 +0000 (Wed, 26 Aug 2009)
New Revision: 1639

Modified:
   sysvinit/trunk/debian/sysv-rc.postinst
   sysvinit/trunk/debian/sysv-rc.templates
Log:
Improve user visible text.

Modified: sysvinit/trunk/debian/sysv-rc.postinst
===================================================================
--- sysvinit/trunk/debian/sysv-rc.postinst	2009-08-26 14:26:57 UTC (rev 1638)
+++ sysvinit/trunk/debian/sysv-rc.postinst	2009-08-26 15:20:46 UTC (rev 1639)
@@ -142,7 +142,7 @@
 		echo "error: Something failed while converting."
 	    fi
 	else
-	    echo "warning: Not converting legacy boot sequence"
+	    echo "warning: Not converting legacy boot sequence to dependency based boot sequencing."
 	fi
     fi
 }

Modified: sysvinit/trunk/debian/sysv-rc.templates
===================================================================
--- sysvinit/trunk/debian/sysv-rc.templates	2009-08-26 14:26:57 UTC (rev 1638)
+++ sysvinit/trunk/debian/sysv-rc.templates	2009-08-26 15:20:46 UTC (rev 1639)
@@ -10,16 +10,16 @@
 Template: sysv-rc/convert-legacy
 Type: boolean
 Default: true
-_Description: Migrate legacy boot sequence to dependency based sequencing?
+_Description: Migrate legacy boot sequencing to dependency based sequencing?
  With dependency based boot sequencing, the order of boot and shutdown
- scripts is calculated dynamically when a new package is installed
- using dependency information provided with each init.d script.  This
- allow some long standing problems with the boot sequence to be
- solved, and make it possible to detect when new problems are
- introduced into the boot and shutdown sequence.
+ scripts is calculated dynamically using dependency information
+ provided with each init.d script when a new package is installed.
+ This allow some long standing problems with the boot and shutdown
+ sequences to be solved, and make it possible to detect when new
+ problems are introduced into the boot and shutdown sequence.
  .
  This is a one way migration, where the old way of ordering boot
- scripts using hardcoded sequence numbers is made obsolete, and the
+ scripts using fixed sequence numbers is made obsolete, and the
  dependency information provided is used to generate the sequence
  numbers instead.
  .




More information about the Pkg-sysvinit-commits mailing list