From 2fd3ad709dffab9fb9355621aa608c1db1184535 Mon Sep 17 00:00:00 2001 From: David Scott Date: Sat, 19 Dec 2009 16:37:00 +0000 Subject: [PATCH] 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 --- forking_executioner/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/forking_executioner/Makefile b/forking_executioner/Makefile index 4c586f7..09a6fb3 100644 --- a/forking_executioner/Makefile +++ b/forking_executioner/Makefile @@ -7,7 +7,7 @@ OCAMLOPT = ocamlopt 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 -- 2.39.5