[Pkg-sysvinit-commits] r460 - in sysvinit/trunk/debian: . sysv-rc/etc/init.d

Petter Reinholdtsen pere at costa.debian.org
Fri Dec 30 00:58:10 UTC 2005


Author: pere
Date: 2005-12-30 00:58:09 +0000 (Fri, 30 Dec 2005)
New Revision: 460

Modified:
   sysvinit/trunk/debian/changelog
   sysvinit/trunk/debian/sysv-rc/etc/init.d/rc
Log:
  [ Petter Reinholdtsen ]
  * sysv-rc: Fix some typos in the startpar handling.  Patches from Mark
    Hatle.  (Closes: #345269)

Modified: sysvinit/trunk/debian/changelog
===================================================================
--- sysvinit/trunk/debian/changelog	2005-12-30 00:24:31 UTC (rev 459)
+++ sysvinit/trunk/debian/changelog	2005-12-30 00:58:09 UTC (rev 460)
@@ -4,6 +4,10 @@
   * initscripts: Clean up code that reads fstab
   * Previous release also closed: #227540
 
+  [ Petter Reinholdtsen ]
+  * sysv-rc: Fix some typos in the startpar handling.  Patches from Mark
+    Hatle.  (Closes: #345269)
+
  -- Thomas Hood <jdthood at yahoo.co.uk>  Tue, 27 Dec 2005 21:00:03 +0100
 
 sysvinit (2.86.ds1-8) experimental; urgency=low

Modified: sysvinit/trunk/debian/sysv-rc/etc/init.d/rc
===================================================================
--- sysvinit/trunk/debian/sysv-rc/etc/init.d/rc	2005-12-30 00:24:31 UTC (rev 459)
+++ sysvinit/trunk/debian/sysv-rc/etc/init.d/rc	2005-12-30 00:58:09 UTC (rev 460)
@@ -75,7 +75,7 @@
 					$debug . "$script" $action
 					;;
 				  *)
-					$newscripts="$newscripts $script"
+					newscripts="$newscripts $script"
 					;;
 				esac
 			done
@@ -83,6 +83,7 @@
 		fi
 
 		# startpar is not working as it should yet [pere 2005-09-10]
+		[ -n "$scripts" ] && $debug startpar -a $action $scripts
 		$debug startpar -a $action $scripts
 		;;
 	esac




More information about the Pkg-sysvinit-commits mailing list