From 3eefda642d290d4ec408d5bdb0506604ec5350d0 Mon Sep 17 00:00:00 2001 From: jlam Date: Sat, 19 Oct 2002 18:00:16 +0000 Subject: Don't default to pgsql=NO anymore, as rc.d scripts aren't copied into /etc/rc.d by default any longer. This causes the usual warning to be emitted when the script is executed. --- databases/postgresql-server/files/pgsql.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'databases') diff --git a/databases/postgresql-server/files/pgsql.sh b/databases/postgresql-server/files/pgsql.sh index f1f09d68cf5..01c2a25d32b 100644 --- a/databases/postgresql-server/files/pgsql.sh +++ b/databases/postgresql-server/files/pgsql.sh @@ -1,6 +1,6 @@ #!@RCD_SCRIPTS_SHELL@ # -# $NetBSD: pgsql.sh,v 1.13 2002/09/20 02:01:56 grant Exp $ +# $NetBSD: pgsql.sh,v 1.14 2002/10/19 18:00:16 jlam Exp $ # # PostgreSQL database rc.d control script # @@ -104,7 +104,6 @@ pgsql_doit() if [ -f /etc/rc.subr -a -d /etc/rc.d -a -f /etc/rc.d/DAEMON ] then load_rc_config $name - eval [ -z "\$${rcvar}" ] && eval ${rcvar}=NO run_rc_command "$1" else if [ -f /etc/rc.conf ] -- cgit v1.2.3