postgresql: switch to INSTALL.msg.
This commit is contained in:
parent
ed628473d3
commit
2c91cfd5b6
2 changed files with 2 additions and 10 deletions
|
@ -1,17 +1,9 @@
|
|||
# *-*-shell-*-*
|
||||
#
|
||||
case ${ACTION} in
|
||||
post)
|
||||
cat << _EOF
|
||||
=====================================================================
|
||||
|
||||
To customize PostgreSQL's systemd initialization:
|
||||
To customize PostgreSQL's initialization:
|
||||
/etc/default/postgresql
|
||||
|
||||
To customize PostgreSQL's server configuration:
|
||||
/etc/postgresql/postgresql.conf
|
||||
|
||||
=====================================================================
|
||||
_EOF
|
||||
;;
|
||||
esac
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'postgresql'
|
||||
pkgname=postgresql
|
||||
version=8.4.21
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-docdir=/usr/share/doc --with-openssl --with-python
|
||||
--with-pam --datadir=/usr/share/postgresql --enable-thread-safety
|
||||
|
|
Loading…
Reference in a new issue