diff --git a/srcpkgs/postgresql/INSTALL b/srcpkgs/postgresql/INSTALL.msg similarity index 67% rename from srcpkgs/postgresql/INSTALL rename to srcpkgs/postgresql/INSTALL.msg index 78064fc1377..6f3fe210fbe 100644 --- a/srcpkgs/postgresql/INSTALL +++ b/srcpkgs/postgresql/INSTALL.msg @@ -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 diff --git a/srcpkgs/postgresql/template b/srcpkgs/postgresql/template index 576deeb156a..9cad5b553f0 100644 --- a/srcpkgs/postgresql/template +++ b/srcpkgs/postgresql/template @@ -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