]> xenbits.xensource.com Git - xcp/xen-api-libs.git/commitdiff
CA-36049: install the init script into /etc/rc.d/init.d (not /etc/init.d-- this is...
authorDavid Scott <dave.scott@eu.citrix.com>
Sat, 19 Dec 2009 16:37:00 +0000 (16:37 +0000)
committerDavid Scott <dave.scott@eu.citrix.com>
Sat, 19 Dec 2009 16:37:00 +0000 (16:37 +0000)
Signed-off-by: David Scott <dave.scott@eu.citrix.com>
forking_executioner/Makefile

index 4c586f7470b7fa0ca5df95e2e43a17e28698e91b..09a6fb3a246faec3ea8b89ef93ef2e2107af62f8 100644 (file)
@@ -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