# HG changeset patch # User David Scott # 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 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