summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorjlam <jlam>2002-10-20 08:09:46 +0000
committerjlam <jlam>2002-10-20 08:09:46 +0000
commit2c8f5594f1c013cf43541b69b5e8bb8f42f80aa3 (patch)
treeb27cad9b4a25e1b4fc1ea48d7de436de8a9ef1e3 /print
parent30ffcb2bf52d318de2434d9ca2294dd2950af988 (diff)
downloadpkgsrc-2c8f5594f1c013cf43541b69b5e8bb8f42f80aa3.tar.gz
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.
Diffstat (limited to 'print')
-rw-r--r--print/cups/files/cupsd.sh3
1 files changed, 1 insertions, 2 deletions
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}"