[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-API] [PATCH] install fork/exec daemons init.d script into rc.d/init.d
# 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 _______________________________________________ xen-api mailing list xen-api@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/mailman/listinfo/xen-api
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |