aboutsummaryrefslogtreecommitdiff
path: root/sysutils/webmin/files
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2007-12-22 15:08:32 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2007-12-22 15:08:32 +0000
commite303c7248b1dcdc6889e3baa155cf9fafc4e42e0 (patch)
tree304050bc6fdb9f9e81c68be4aaa9539b5e78a72b /sysutils/webmin/files
parentf9fa1f532ecba49fc9a724507619c727ba56e414 (diff)
Notes
Diffstat (limited to 'sysutils/webmin/files')
-rw-r--r--sysutils/webmin/files/patch-postgresql::config-freebsd4
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/webmin/files/patch-postgresql::config-freebsd b/sysutils/webmin/files/patch-postgresql::config-freebsd
index 7ae3a15e4baa..12058ad6b789 100644
--- a/sysutils/webmin/files/patch-postgresql::config-freebsd
+++ b/sysutils/webmin/files/patch-postgresql::config-freebsd
@@ -3,14 +3,16 @@ $FreeBSD$
--- postgresql/config-freebsd.orig
+++ postgresql/config-freebsd
-@@ -1,16 +1,16 @@
+@@ -1,17 +1,17 @@
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
+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