diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2002-04-02 10:21:34 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2002-04-02 10:21:34 +0000 |
commit | f5e6ab76e06afee876943eda09194d7282cd3dda (patch) | |
tree | 70c38fe31d9d4c05a4192ca3f7b8869f9e06e2c6 /sysutils/webmin/files/patch-postgresql::config-freebsd | |
parent | drop maintainership (diff) |
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>
Notes
Notes:
svn path=/head/; revision=57185
Diffstat (limited to 'sysutils/webmin/files/patch-postgresql::config-freebsd')
-rw-r--r-- | sysutils/webmin/files/patch-postgresql::config-freebsd | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/sysutils/webmin/files/patch-postgresql::config-freebsd b/sysutils/webmin/files/patch-postgresql::config-freebsd new file mode 100644 index 000000000000..f5ee971cd37a --- /dev/null +++ b/sysutils/webmin/files/patch-postgresql::config-freebsd @@ -0,0 +1,20 @@ +--- 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 |