diff options
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 |