FreeBSD 8 tweaks

This commit is contained in:
Jamie Cameron
2013-05-22 15:57:45 -07:00
parent a904d4fc5a
commit 5baad03693
2 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
show_empty=0
rpc_inetd=0
show_empty=1
rpc_inetd=1
inetd_conf_file=/etc/inetd.conf
rpc_protocols=tcp udp
restart_command=/etc/rc.d/inetd forcerestart

View File

@@ -4,7 +4,7 @@ hba_conf=/usr/local/pgsql/data/pg_hba.conf
pid_file=/usr/local/pgsql/data/postmaster.pid
stop_cmd=/usr/local/etc/rc.d/postgresql forcestop
start_cmd=/usr/local/etc/rc.d/postgresql forcestart
setup_cmd=/usr/local/etc/rc.d/postgresql forceinitdb
setup_cmd=chown pgsql: /usr/local/pgsql/data ; /usr/local/etc/rc.d/postgresql forceinitdb
perpage=25
psql=/usr/local/bin/psql
login=pgsql