public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-cluster/util-vserver/files: util-vserver-0.30.214-baselayout2_path.patch
@ 2007-11-17 21:50 Benedikt Boehm (hollow)
  0 siblings, 0 replies; 3+ messages in thread
From: Benedikt Boehm (hollow) @ 2007-11-17 21:50 UTC (permalink / raw
  To: gentoo-commits

hollow      07/11/17 21:50:35

  Added:                util-vserver-0.30.214-baselayout2_path.patch
  Log:
  fix PATH for baselayout2
  (Portage version: 2.1.3.19)

Revision  Changes    Path
1.1                  sys-cluster/util-vserver/files/util-vserver-0.30.214-baselayout2_path.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/util-vserver/files/util-vserver-0.30.214-baselayout2_path.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/util-vserver/files/util-vserver-0.30.214-baselayout2_path.patch?rev=1.1&content-type=text/plain

Index: util-vserver-0.30.214-baselayout2_path.patch
===================================================================
Index: /trunk/scripts/vserver.functions
===================================================================
--- /trunk/scripts/vserver.functions (revision 2626)
+++ /trunk/scripts/vserver.functions (revision 2634)
@@ -316,7 +316,8 @@
 	(xgentoo)
 	    test -n "$RUNLEVEL_START" || RUNLEVEL_START="default"
+	    RC_PATH=/usr/sbin:/usr/bin:/sbin:/bin
 
 	    INITCMD_START=( env TERM=$TERM /lib/rcscripts/sh/init-vserver.sh "$RUNLEVEL_START" )
-	    INITCMD_STOP=( env -i TERM=$TERM RUNLEVEL=0 /sbin/rc shutdown )
+	    INITCMD_STOP=( env -i PATH=$RC_PATH TERM=$TERM RUNLEVEL=0 /sbin/rc shutdown )
 	    INITCMD_PREPARE=( $_FAKE_RUNLEVEL 3 /var/run/utmp )
 	    ;;



-- 
gentoo-commits@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-cluster/util-vserver/files: util-vserver-0.30.214-baselayout2_path.patch
@ 2007-11-18 10:23 Benedikt Boehm (hollow)
  0 siblings, 0 replies; 3+ messages in thread
From: Benedikt Boehm (hollow) @ 2007-11-18 10:23 UTC (permalink / raw
  To: gentoo-commits

hollow      07/11/18 10:23:55

  Modified:             util-vserver-0.30.214-baselayout2_path.patch
  Log:
  fix broken patch (LF instead of CRLF, blame trac)
  (Portage version: 2.1.3.19)

Revision  Changes    Path
1.2                  sys-cluster/util-vserver/files/util-vserver-0.30.214-baselayout2_path.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/util-vserver/files/util-vserver-0.30.214-baselayout2_path.patch?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/util-vserver/files/util-vserver-0.30.214-baselayout2_path.patch?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/util-vserver/files/util-vserver-0.30.214-baselayout2_path.patch?r1=1.1&r2=1.2

Index: util-vserver-0.30.214-baselayout2_path.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/util-vserver/files/util-vserver-0.30.214-baselayout2_path.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- util-vserver-0.30.214-baselayout2_path.patch	17 Nov 2007 21:50:35 -0000	1.1
+++ util-vserver-0.30.214-baselayout2_path.patch	18 Nov 2007 10:23:55 -0000	1.2
@@ -1,14 +1,16 @@
-Index: /trunk/scripts/vserver.functions
-===================================================================
---- /trunk/scripts/vserver.functions (revision 2626)
-+++ /trunk/scripts/vserver.functions (revision 2634)
-@@ -316,7 +316,8 @@
- 	(xgentoo)
- 	    test -n "$RUNLEVEL_START" || RUNLEVEL_START="default"
-+	    RC_PATH=/usr/sbin:/usr/bin:/sbin:/bin
- 
- 	    INITCMD_START=( env TERM=$TERM /lib/rcscripts/sh/init-vserver.sh "$RUNLEVEL_START" )
--	    INITCMD_STOP=( env -i TERM=$TERM RUNLEVEL=0 /sbin/rc shutdown )
-+	    INITCMD_STOP=( env -i PATH=$RC_PATH TERM=$TERM RUNLEVEL=0 /sbin/rc shutdown )
- 	    INITCMD_PREPARE=( $_FAKE_RUNLEVEL 3 /var/run/utmp )
- 	    ;;
+Index: scripts/vserver.functions
+===================================================================
+--- scripts/vserver.functions	(revision 2626)
++++ scripts/vserver.functions	(revision 2634)
+@@ -315,9 +315,10 @@
+ 
+ 	(xgentoo)
+ 	    test -n "$RUNLEVEL_START" || RUNLEVEL_START="default"
++	    RC_PATH=/usr/sbin:/usr/bin:/sbin:/bin
+ 
+ 	    INITCMD_START=( env TERM=$TERM /lib/rcscripts/sh/init-vserver.sh "$RUNLEVEL_START" )
+-	    INITCMD_STOP=( env -i TERM=$TERM RUNLEVEL=0 /sbin/rc shutdown )
++	    INITCMD_STOP=( env -i PATH=$RC_PATH TERM=$TERM RUNLEVEL=0 /sbin/rc shutdown )
+ 	    INITCMD_PREPARE=( $_FAKE_RUNLEVEL 3 /var/run/utmp )
+ 	    ;;
+ 



-- 
gentoo-commits@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-cluster/util-vserver/files: util-vserver-0.30.214-baselayout2_path.patch
@ 2009-06-28 16:24 Benedikt Boehm (hollow)
  0 siblings, 0 replies; 3+ messages in thread
From: Benedikt Boehm (hollow) @ 2009-06-28 16:24 UTC (permalink / raw
  To: gentoo-commits

hollow      09/06/28 16:24:46

  Removed:              util-vserver-0.30.214-baselayout2_path.patch
  Log:
  0.30.215-r3 stable on amd64/x86; new snapshot for experimental kernels; cleanup
  (Portage version: 2.2_rc33/cvs/Linux i686)



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-06-28 16:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-17 21:50 [gentoo-commits] gentoo-x86 commit in sys-cluster/util-vserver/files: util-vserver-0.30.214-baselayout2_path.patch Benedikt Boehm (hollow)
  -- strict thread matches above, loose matches on Subject: below --
2007-11-18 10:23 Benedikt Boehm (hollow)
2009-06-28 16:24 Benedikt Boehm (hollow)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox