summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJozef Mlich <imlich@fit.vutbr.cz>2014-11-14 13:37:26 +0100
committerPavel Raiskup <praiskup@redhat.com>2014-11-15 21:53:35 +0100
commit9dfef4352bb428fc5eeddc0a2b4cd4ac6ab297dd (patch)
tree0ea20f9ceb5f4beaeca8a6b7f6c11031015d3c33
parent4981646cd5649b1b70e30597ee803646d26c692e (diff)
downloadpostgresql-setup-9dfef4352bb428fc5eeddc0a2b4cd4ac6ab297dd.tar.gz
postgresql-setup-9dfef4352bb428fc5eeddc0a2b4cd4ac6ab297dd.tar.xz
postgresql-setup-9dfef4352bb428fc5eeddc0a2b4cd4ac6ab297dd.zip
sysvinit: rhel6 /etc/init.d to /etc/rc.d/init.d
* Makefile.am: s|init.d|rc.d/init.d|.
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
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