SOURCES: util-vserver-utmpx.patch (NEW) - s/utmp/utmpx/

baggins baggins at pld-linux.org
Mon Oct 24 02:15:11 CEST 2005


Author: baggins                      Date: Mon Oct 24 00:15:11 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- s/utmp/utmpx/

---- Files affected:
SOURCES:
   util-vserver-utmpx.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/util-vserver-utmpx.patch
diff -u /dev/null SOURCES/util-vserver-utmpx.patch:1.1
--- /dev/null	Mon Oct 24 02:15:11 2005
+++ SOURCES/util-vserver-utmpx.patch	Mon Oct 24 02:15:06 2005
@@ -0,0 +1,11 @@
+--- util-vserver-0.30.208/scripts/vserver.functions~	2005-10-11 19:51:05.061289264 +0200
++++ util-vserver-0.30.208/scripts/vserver.functions	2005-10-20 23:13:31.825830032 +0200
+@@ -266,7 +266,7 @@
+ 		INITCMD_START=( "$i" "$RUNLEVEL_START" )
+ 		INITCMD_STOP=(  "$i" "$RUNLEVEL_STOP"  )
+ 	    done
+-	    INITCMD_PREPARE=( $_FAKE_RUNLEVEL "$RUNLEVEL_START" /var/run/utmp )
++	    INITCMD_PREPARE=( $_FAKE_RUNLEVEL "$RUNLEVEL_START" /var/run/utmpx )
+ 	    ;;
+ 	    
+ 	(xplain)
================================================================



More information about the pld-cvs-commit mailing list