diff options
Diffstat (limited to 'sysutils/webmin/files/patch-postgresql::config-freebsd')
-rw-r--r-- | sysutils/webmin/files/patch-postgresql::config-freebsd | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/sysutils/webmin/files/patch-postgresql::config-freebsd b/sysutils/webmin/files/patch-postgresql::config-freebsd deleted file mode 100644 index 6d6a55cb744e..000000000000 --- a/sysutils/webmin/files/patch-postgresql::config-freebsd +++ /dev/null @@ -1,34 +0,0 @@ - -$FreeBSD$ - ---- postgresql/config-freebsd.orig -+++ postgresql/config-freebsd -@@ -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/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/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 - login=pgsql --plib=/usr/local/lib -+plib=%%PREFIX%%/lib - nodbi=0 --dump_cmd=/usr/local/bin/pg_dump --rstr_cmd=/usr/local/bin/pg_restore -+dump_cmd=%%PREFIX%%/bin/pg_dump -+rstr_cmd=%%PREFIX%%/bin/pg_restore - sameunix=0 - access=*: * - blob_mode=0 |