[Pkg-sysvinit-commits] r1567 - in sysvinit/trunk/debian: . sysv-rc/sbin

Petter Reinholdtsen pere at alioth.debian.org
Thu Jul 30 09:06:34 UTC 2009


Author: pere
Date: 2009-07-30 09:06:34 +0000 (Thu, 30 Jul 2009)
New Revision: 1567

Modified:
   sysvinit/trunk/debian/changelog
   sysvinit/trunk/debian/sysv-rc/sbin/update-rc.d
Log:
Rewrite message in update-rc.d to make it more obvious that both
start and stop symlinks are taken into account (Closes: #519553).

Modified: sysvinit/trunk/debian/changelog
===================================================================
--- sysvinit/trunk/debian/changelog	2009-07-30 09:03:13 UTC (rev 1566)
+++ sysvinit/trunk/debian/changelog	2009-07-30 09:06:34 UTC (rev 1567)
@@ -5,6 +5,8 @@
     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
+    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

Modified: sysvinit/trunk/debian/sysv-rc/sbin/update-rc.d
===================================================================
--- sysvinit/trunk/debian/sysv-rc/sbin/update-rc.d	2009-07-30 09:03:13 UTC (rev 1566)
+++ sysvinit/trunk/debian/sysv-rc/sbin/update-rc.d	2009-07-30 09:06:34 UTC (rev 1567)
@@ -186,7 +186,7 @@
     my ($action, %lvls, @start, @stop, @xstartlinks);
 
     if (!&checklinks) {
-	print " System startup links for $initd/$bn do not exist.\n";
+	print " System start/stop links for $initd/$bn do not exist.\n";
 	exit (0);
     }
 
@@ -313,7 +313,7 @@
     my @links;
 
     if (&checklinks) {
-	print " System startup links for $initd/$bn already exist.\n";
+	print " System start/stop links for $initd/$bn already exist.\n";
 	exit (0);
     }
     print " Adding system startup for $initd/$bn ...\n";




More information about the Pkg-sysvinit-commits mailing list