void-packages/srcpkgs/postgresql/INSTALL
Juan RP e791f83899 postgresql: improve rc service, INSTALL, add pam conf file.
--HG--
extra : convert_revision : d5fe81f0ac5134f796f8e9fce96e53c764fbfacf
2010-03-02 06:45:21 +01:00

23 lines
570 B
Plaintext

# *-*-shell-*-*
#
case ${ACTION} in
post)
cat << _EOF
=====================================================================
Please note that to properly start the PostgreSQL server,
a sample configuration file should be copied to
/var/lib/postgresql/data from
/usr/share/postgresql/postgresql.conf.sample, edit it accordingly
and use the following the command:
$ /etc/init.d/postgresql start
The configuration file for starting the service is available in
/etc/conf.d/postgresql.
=====================================================================
_EOF
;;
esac