summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2003-06-04 06:15:37 +0000
committerjlam <jlam@pkgsrc.org>2003-06-04 06:15:37 +0000
commit91bb23d5adca4f0a3c83d248529db7988c6f7664 (patch)
tree1b379b5d05cba64302ebdae22534ee8efad8fc19 /print
parent13a527e481b2737e53e0e8a5de008715c93b9240 (diff)
downloadpkgsrc-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')
-rw-r--r--print/cups/Makefile4
-rw-r--r--print/cups/files/cupsd.sh4
2 files changed, 4 insertions, 4 deletions
diff --git a/print/cups/Makefile b/print/cups/Makefile
index 86f232cfa81..ece20f98e37 100644
--- a/print/cups/Makefile
+++ b/print/cups/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.63 2003/06/04 06:08:43 jlam Exp $
+# $NetBSD: Makefile,v 1.64 2003/06/04 06:15:37 jlam Exp $
#
# The CUPS author is very good about taking back changes into the main
# CUPS distribution. The correct place to send patches or bug-fixes is:
@@ -6,7 +6,7 @@
DISTNAME= cups-${DIST_VERS}-source
PKGNAME= cups-${VERS}
-PKGREVISION= # empty
+PKGREVISION= 1
BASE_VERS= 1.1.19
DIST_VERS= ${BASE_VERS}
VERS= ${DIST_VERS:S/-/./g}
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:
#