SOURCES: rc-scripts-initng.patch - call the second ngc also with f...

glen glen at pld-linux.org
Thu Mar 23 00:47:32 CET 2006


Author: glen                         Date: Wed Mar 22 23:47:32 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- call the second ngc also with full path

---- Files affected:
SOURCES:
   rc-scripts-initng.patch (1.4 -> 1.5) 

---- Diffs:

================================================================
Index: SOURCES/rc-scripts-initng.patch
diff -u SOURCES/rc-scripts-initng.patch:1.4 SOURCES/rc-scripts-initng.patch:1.5
--- SOURCES/rc-scripts-initng.patch:1.4	Wed Mar 22 14:05:23 2006
+++ SOURCES/rc-scripts-initng.patch	Thu Mar 23 00:47:27 2006
@@ -1,5 +1,5 @@
 --- service	2006-02-10 21:27:45.000000000 +0200
-+++ /sbin/service	2006-03-22 15:04:19.037813774 +0200
++++ /sbin/service	2006-03-23 01:46:41.971393784 +0200
 @@ -9,11 +9,13 @@
  [ service_name [ command | --full-restart ] ]"
  
@@ -8,7 +8,7 @@
  
 -if [ -d /etc/rc.d/init.d ]; then
 -	SERVICEDIR="/etc/rc.d/init.d"
-+if [ -x /sbin/ngc ] && ngc -n > /dev/null; then
++if [ -x /sbin/ngc ] && /sbin/ngc -n > /dev/null; then
 +	INITNG=1
 +	SERVICEDIR="/etc/initng/daemon"
  else
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/rc-scripts-initng.patch?r1=1.4&r2=1.5&f=u



More information about the pld-cvs-commit mailing list