mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-15 03:23:50 +02:00
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
|
/etc/default/postgresql
|
||||||
|
|
||||||
To customize PostgreSQL's server configuration:
|
To customize PostgreSQL's server configuration:
|
||||||
/etc/postgresql/postgresql.conf
|
/etc/postgresql/postgresql.conf
|
||||||
|
|
||||||
=====================================================================
|
=====================================================================
|
||||||
_EOF
|
|
||||||
;;
|
|
||||||
esac
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'postgresql'
|
# Template file for 'postgresql'
|
||||||
pkgname=postgresql
|
pkgname=postgresql
|
||||||
version=8.4.21
|
version=8.4.21
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-docdir=/usr/share/doc --with-openssl --with-python
|
configure_args="--with-docdir=/usr/share/doc --with-openssl --with-python
|
||||||
--with-pam --datadir=/usr/share/postgresql --enable-thread-safety
|
--with-pam --datadir=/usr/share/postgresql --enable-thread-safety
|
||||||
|
|
Loading…
Add table
Reference in a new issue