diff options
author | jlam <jlam@pkgsrc.org> | 2003-06-04 06:15:37 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2003-06-04 06:15:37 +0000 |
commit | 91bb23d5adca4f0a3c83d248529db7988c6f7664 (patch) | |
tree | 1b379b5d05cba64302ebdae22534ee8efad8fc19 /print/cups/files | |
parent | 13a527e481b2737e53e0e8a5de008715c93b9240 (diff) | |
download | pkgsrc-91bb23d5adca4f0a3c83d248529db7988c6f7664.tar.gz |
Bump the PKGREVISION for print/cups to 1:
Change the cupsd rc.d script to REQUIRE slpd. This is needed for the
case where cupsd actually uses SLP to register services (by setting
BrowseProtocols to include "slp") and does nothing otherwise.
Diffstat (limited to 'print/cups/files')
-rw-r--r-- | print/cups/files/cupsd.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/cups/files/cupsd.sh b/print/cups/files/cupsd.sh index f900b669ddf..7c07b802f9f 100644 --- a/print/cups/files/cupsd.sh +++ b/print/cups/files/cupsd.sh @@ -1,11 +1,11 @@ #!@RCD_SCRIPTS_SHELL@ # -# $NetBSD: cupsd.sh,v 1.16 2003/05/28 09:01:02 jlam Exp $ +# $NetBSD: cupsd.sh,v 1.17 2003/06/04 06:15:38 jlam Exp $ # # Common UNIX Printing System daemon # # PROVIDE: cupsd -# REQUIRE: DAEMON +# REQUIRE: DAEMON slpd # # You will need to set some variables in /etc/rc.conf to start cupsd: # |