From faaedfcd27f5bc8421207dbc341eae0c5863c0ff Mon Sep 17 00:00:00 2001 From: lissav Date: Sat, 6 Oct 2012 11:22:00 +0000 Subject: [PATCH] getting the /etc/init.d/postgresql file right Former-commit-id: 04f5b148be2f55504b5b1143ccceb3d878d5a41a --- postgres91/postgresql-9.1.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgres91/postgresql-9.1.spec b/postgres91/postgresql-9.1.spec index 963e25c..337afc5 100644 --- a/postgres91/postgresql-9.1.spec +++ b/postgres91/postgresql-9.1.spec @@ -476,7 +476,7 @@ install -m 755 postgresql-check-db-dir $RPM_BUILD_ROOT%{_bindir}/postgresql-chec install -d $RPM_BUILD_ROOT/etc/rc.d/init.d sed 's/^PGVERSION=.*$/PGVERSION=%{version}/' <%{SOURCE11} >postgresql.init -install -m 755 %{SOURCE11} $RPM_BUILD_ROOT/etc/rc.d/init.d/postgresql +install -m 755 postgresql.init $RPM_BUILD_ROOT/etc/rc.d/init.d/postgresql %if %pam install -d $RPM_BUILD_ROOT/etc/pam.d