From 9dfef4352bb428fc5eeddc0a2b4cd4ac6ab297dd Mon Sep 17 00:00:00 2001 From: Jozef Mlich Date: Fri, 14 Nov 2014 13:37:26 +0100 Subject: sysvinit: rhel6 /etc/init.d to /etc/rc.d/init.d * Makefile.am: s|init.d|rc.d/init.d|. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 7dd673e..86fc9ee 100644 --- a/Makefile.am +++ b/Makefile.am @@ -10,7 +10,7 @@ libexec_SCRIPTS = postgresql$(DISTSUFF)-ctl \ userunitsdir = /etc/systemd/system if WANT_SYSVINIT -initscriptsdir = $(sysconfdir)/init.d +initscriptsdir = $(sysconfdir)/rc.d/init.d nodist_initscripts_DATA = postgresql$(DISTSUFF) else systemdunitsdir = $(prefix)/lib/systemd/system -- cgit