diff options
author | jlam <jlam@pkgsrc.org> | 2002-10-20 08:09:46 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-10-20 08:09:46 +0000 |
commit | 753e15c6df176ce0f98a3e4db107695106bbd833 (patch) | |
tree | b27cad9b4a25e1b4fc1ea48d7de436de8a9ef1e3 /print/cups | |
parent | 6df14eedfcda750af0f37662f881866104e29904 (diff) | |
download | pkgsrc-753e15c6df176ce0f98a3e4db107695106bbd833.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/cups')
-rw-r--r-- | print/cups/files/cupsd.sh | 3 |
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}" |