1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/sysutils/webmin/files/patch-postgresql::config-freebsd
Jimmy Olgeni f5e6ab76e0 Update port to version 0.950 (with "status", "sendmail" and
"cluster-software" module patches).

Make port LOCALBASE independent (ports/35945).

PR:		35945 (modified)
Submitted by:	Kazutoshi Kubota <tu7k-kbt@asahi-net.or.jp>
2002-04-02 10:21:34 +00:00

21 lines
664 B
Plaintext

--- postgresql/config-freebsd.orig Sat Mar 16 07:14:55 2002
+++ postgresql/config-freebsd Sat Mar 16 07:15:01 2002
@@ -1,11 +1,11 @@
basedb=template1
pass=
-hba_conf=/usr/local/pgsql/data/pg_hba.conf
-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
+hba_conf=%%PREFIX%%/pgsql/data/pg_hba.conf
+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
perpage=25
-psql=/usr/local/bin/psql
+psql=%%PREFIX%%/bin/psql
login=pgsql
-plib=/usr/local/lib
+plib=%%PREFIX%%/lib
nodbi=0