postgresql: improve rc service, INSTALL, add pam conf file.

--HG--
extra : convert_revision : d5fe81f0ac5134f796f8e9fce96e53c764fbfacf
This commit is contained in:
Juan RP
2010-03-02 06:45:21 +01:00
parent 888834d9c5
commit e791f83899
5 changed files with 33 additions and 122 deletions

View File

@@ -54,4 +54,6 @@ post_install()
${DESTDIR}/etc/conf.d/postgresql
install -D -m755 ${FILESDIR}/postgresql.rc \
${DESTDIR}/etc/init.d/postgresql
install -D -m644 ${FILESDIR}/postgresql.pam \
${DESTDIR}/etc/pam.d/postgresql
}