|
|
|
|
|
|
|
|
|
|
xen-api
[Xen-API] [PATCH] install fork/exec daemons init.d script into rc.d/init
# 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 +-
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 <=
|
|
|
|
|