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

Petter Reinholdtsen pere at alioth.debian.org
Thu Sep 3 18:36:10 UTC 2009


Author: pere
Date: 2009-09-03 18:36:09 +0000 (Thu, 03 Sep 2009)
New Revision: 1708

Modified:
   sysvinit/trunk/debian/changelog
Log:
Improve changelog entries.

Modified: sysvinit/trunk/debian/changelog
===================================================================
--- sysvinit/trunk/debian/changelog	2009-09-03 16:27:10 UTC (rev 1707)
+++ sysvinit/trunk/debian/changelog	2009-09-03 18:36:09 UTC (rev 1708)
@@ -8,28 +8,29 @@
     page from the source as well.
   * Make init.d/rc.local depend on $all to get it to start later in
     the boot sequence (Closes: #539084).
-  * Rewrite message in update-rc.d to make it more obvious that both
+  * Rewrite message from update-rc.d to make it more obvious that both
     start and stop symlinks are taken into account (Closes: #519553).
   * Rewrite /etc/rcS.d/README and /etc/rc[2-5].d/README to explain how
     to disable a service at a given runlevel with the dependency based
-    boot sequencing.  Remove the list of well known sequence numbers in
-    rcS.d/, no longer valid with dependency based boot sequencing.
+    boot sequencing.  Remove the list of well known sequence numbers
+    in rcS.d/ that is no longer valid with dependency based boot
+    sequencing.
   * Make sysv-rc Breaks: initscripts (<< 2.86.ds1-63) to make sure
     scripts working with makefile style concurrent booting is
     installed.  Not using dependency to avoid circular dependency
     between initscripts and sysv-rc.
-  * Dependency based boot sequencing is now the default.  Move the
-    code to migrate to dependency based boot sequencing during
-    upgrades from the insserv package to the sysv-rc package.  Depend
-    on insserv (>> 1.12.0-10) for this.  Let initscripts depend on
-    sysv-rc | file-rc to make sure they are installed first.
+  * Move the code to migrate to dependency based boot sequencing
+    during upgrades from the insserv package to the sysv-rc package.
+    Depend on insserv (>> 1.12.0-10) for this.  Let initscripts depend
+    on sysv-rc | file-rc to make sure they are installed first.
     Migration is a one-way process, enabled after a critical debconf
     question during upgrades when it is safe to do so (Closes:
     #540546, #541041).  Checks previously done by
     update-bootsystem-insserv are now only done once in sysv-rc
-    postinst (Closes: #538934).  The change make it possible to remove
-    both sysv-rc and insserv (Closes: #538959) if other packages want
-    to take over the boot sequencing resposibility.
+    postinst (Closes: #538934).  Dependency based boot sequencing is
+    now the default.  This change make it possible to remove both
+    sysv-rc and insserv (Closes: #538959) if other packages want to
+    take over the boot sequencing resposibility.
   * Rewrite initscripts postinst to always use the update-rc.d script
     instead of the legacy updatercd() function which was used as a
     speed optimization no longer relevant when dependency based boot
@@ -56,9 +57,9 @@
   * Make sure update-rc.d compares command line parameters for start/stop
     runlevel configuration with the Default-Start and Default-Stop values in
     LSB info comment of script and warns if there are differences.
-  * Update sysv-rc debconf templates with text which help sell dep based
-    boot to end users, and provide sound advice for people who encounter
-    problems which prevent the migration.
+  * Update sysv-rc debconf templates with text which help explain
+    dependency based boot to end users, and provide sound advice for
+    people who encounter problems which prevent the migration.
   * Update inittab.kfreebsd-gnu: On GNU/kFreeBSD the serial devices have
     change from /dev/cuuaX to  /dev/ttydX in kernel 6.0 which is minumum
     kernel currently supported in Debian. (Closes: #544555)
@@ -76,7 +77,7 @@
   * Use versioned conflict on chkconfig (<< 11.0-79.1-2), now that it
     dropped the service command.
   * Drop unneeded dependency rmnologin from init.d/stop-bootlogd, and
-    correct $remote_fs dependency to $local_fs, as /usr/ is not used.
+    correct $remote_fs dependency to $local_fs, as /usr/ is not aused.
   * Drop unneeded dependency on udev for init.d/bootlogs, and add ldm
     and sdm to list of display managers to start after to get the
     complete list.
@@ -90,9 +91,9 @@
   * Drop initscripts conflict on insserv (<< 1.09.0-12), now that
     sysv-rc depend on insserv (>> 1.12.0-10).
   * Drop initscripts conflict on udev (<< 0.080-1), which was
-    before oldstable was released.
+    before the current oldstable was released.
   * Drop initscripts conflict on usplash (<< 0.5.8-2), which was
-    before stable was released.
+    before the current stable was released.
   * Remove code in init.d/killprocs to restart /sbin/update, as it is
     only useful for kernels up to linux 2.2, which is no longer
     supported (Closes: #544249).  Thanks to Marco d'Itri for the tip.




More information about the Pkg-sysvinit-commits mailing list