FreeBSD path fix
authorJoe Cooper <joe@virtualmin.com>
Mon, 5 May 2008 23:19:17 +0000 (23:19 +0000)
committerJoe Cooper <joe@virtualmin.com>
Mon, 5 May 2008 23:19:17 +0000 (23:19 +0000)
postgresql/config-freebsd

index 2d1ed3c..8ff4ac5 100644 (file)
@@ -3,8 +3,8 @@ 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
+stop_cmd=/usr/local/etc/rc.d/postgresql.sh stop
+start_cmd=/usr/local/etc/rc.d/postgresql.sh start
 perpage=25
 psql=/usr/local/bin/psql
 login=pgsql