From 2c91cfd5b6336a58ae31eaabb905c31e79fb2473 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 16 Sep 2014 09:39:33 +0200 Subject: [PATCH] postgresql: switch to INSTALL.msg. --- srcpkgs/postgresql/{INSTALL => INSTALL.msg} | 10 +--------- srcpkgs/postgresql/template | 2 +- 2 files changed, 2 insertions(+), 10 deletions(-) rename srcpkgs/postgresql/{INSTALL => INSTALL.msg} (67%) 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