diff --git a/inetd/config-freebsd-8-* b/inetd/config-freebsd-8-* index bd331e420..e8ca173ef 100644 --- a/inetd/config-freebsd-8-* +++ b/inetd/config-freebsd-8-* @@ -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 diff --git a/postgresql/config-freebsd-8-* b/postgresql/config-freebsd-8-* index 13920db8b..a368db627 100644 --- a/postgresql/config-freebsd-8-* +++ b/postgresql/config-freebsd-8-* @@ -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