From 2c8f5594f1c013cf43541b69b5e8bb8f42f80aa3 Mon Sep 17 00:00:00 2001 From: jlam Date: Sun, 20 Oct 2002 08:09:46 +0000 Subject: Don't default to cupsd=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. --- print/cups/files/cupsd.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'print') diff --git a/print/cups/files/cupsd.sh b/print/cups/files/cupsd.sh index 12feaed7eff..328d7c1061e 100644 --- a/print/cups/files/cupsd.sh +++ b/print/cups/files/cupsd.sh @@ -1,6 +1,6 @@ #!@RCD_SCRIPTS_SHELL@ # -# $NetBSD: cupsd.sh,v 1.12 2002/09/20 02:01:59 grant Exp $ +# $NetBSD: cupsd.sh,v 1.13 2002/10/20 08:09:46 jlam Exp $ # # Common UNIX Printing System daemon # @@ -21,7 +21,6 @@ extra_commands="reload" if [ -f /etc/rc.subr ] then load_rc_config $name - eval [ -z "\$${rcvar}" ] && eval ${rcvar}=NO run_rc_command "$1" else @ECHO@ -n " ${name}" -- cgit v1.2.3