WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-api

[Xen-API] [PATCH] install fork/exec daemons init.d script into rc.d/init

To: xen-api@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-API] [PATCH] install fork/exec daemons init.d script into rc.d/init.d
From: David Scott <dave.scott@xxxxxxxxxxxxx>
Date: Sat, 19 Dec 2009 16:38:55 +0000
Delivery-date: Sat, 19 Dec 2009 08:33:47 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-api-request@lists.xensource.com?subject=help>
List-id: Discussion of API issues surrounding Xen <xen-api.lists.xensource.com>
List-post: <mailto:xen-api@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-api>, <mailto:xen-api-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-api>, <mailto:xen-api-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-api-bounces@xxxxxxxxxxxxxxxxxxx
# HG changeset patch
# User David Scott <dave.scott@xxxxxxxxxxxxx>
# Date 1261240620 0
# Node ID 3dfa078d2b22ec7f821ac2388c420d10f00d546f
# Parent  bd8e01f7ec1b2bea5216a9da0361d194795926c2
CA-36049: install the init script into /etc/rc.d/init.d (not /etc/init.d-- this 
is normally a symlink in dom0)

Signed-off-by: David Scott <dave.scott@xxxxxxxxxxxxx>

diff -r bd8e01f7ec1b -r 3dfa078d2b22 forking_executioner/Makefile
--- a/forking_executioner/Makefile      Fri Dec 18 20:48:37 2009 +0000
+++ b/forking_executioner/Makefile      Sat Dec 19 16:37:00 2009 +0000
@@ -7,7 +7,7 @@
 LDFLAGS = -cclib -L./
 
 LIBEXEC  = "/opt/xensource/libexec"
-INIT_D   = "/etc/init.d"
+INIT_D   = "/etc/rc.d/init.d"
 VERSION := $(shell hg parents --template "{rev}" 2>/dev/null || echo 0.0)
 OCAMLOPTFLAGS = -g -dtypes
 
1 file changed, 1 insertion(+), 1 deletion(-)
forking_executioner/Makefile |    2 +-


Attachment: xen-api-libs.hg.patch
Description: Text Data

_______________________________________________
xen-api mailing list
xen-api@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/mailman/listinfo/xen-api
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-API] [PATCH] install fork/exec daemons init.d script into rc.d/init.d, David Scott <=