From 6918c9f7698df26508fb997514621ee881650453 Mon Sep 17 00:00:00 2001 From: olgeni Date: Tue, 27 May 2008 09:12:31 +0000 Subject: Upgrade to version 1.350. --- sysutils/usermin/files/patch-postgresql_config-freebsd | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'sysutils/usermin/files') diff --git a/sysutils/usermin/files/patch-postgresql_config-freebsd b/sysutils/usermin/files/patch-postgresql_config-freebsd index 12058ad6b789..6d6a55cb744e 100644 --- a/sysutils/usermin/files/patch-postgresql_config-freebsd +++ b/sysutils/usermin/files/patch-postgresql_config-freebsd @@ -3,19 +3,21 @@ $FreeBSD$ --- postgresql/config-freebsd.orig +++ postgresql/config-freebsd -@@ -1,17 +1,17 @@ +@@ -1,18 +1,18 @@ basedb=template1 pass= -hba_conf=/usr/local/pgsql/data/pg_hba.conf -alt_hba_conf=/usr/local/share/postgresql/pg_hba.conf.sample -pid_file=/usr/local/pgsql/data/postmaster.pid --stop_cmd=/usr/local/etc/rc.d/010.pgsql.sh stop --start_cmd=/usr/local/etc/rc.d/010.pgsql.sh start +-stop_cmd=/usr/local/etc/rc.d/postgresql stop +-start_cmd=/usr/local/etc/rc.d/postgresql start +-setup_cmd=/usr/local/etc/rc.d/postgresql initdb +hba_conf=%%PREFIX%%/pgsql/data/pg_hba.conf +alt_hba_conf=%%PREFIX%%/share/postgresql/pg_hba.conf.sample +pid_file=%%PREFIX%%/pgsql/data/postmaster.pid -+stop_cmd=%%PREFIX%%/etc/rc.d/010.pgsql.sh stop -+start_cmd=%%PREFIX%%/etc/rc.d/010.pgsql.sh start ++stop_cmd=%%PREFIX%%/etc/rc.d/postgresql stop ++start_cmd=%%PREFIX%%/etc/rc.d/postgresql start ++setup_cmd=%%PREFIX%%/etc/rc.d/postgresql initdb perpage=25 -psql=/usr/local/bin/psql +psql=%%PREFIX%%/bin/psql -- cgit