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.
This commit is contained in:
jlam 2003-06-04 06:15:37 +00:00
parent 13a527e481
commit 91bb23d5ad
3 changed files with 6 additions and 5 deletions

View file

@ -1,4 +1,4 @@
$NetBSD: CHANGES,v 1.2420 2003/06/04 06:13:00 jlam Exp $
$NetBSD: CHANGES,v 1.2421 2003/06/04 06:16:19 jlam Exp $
Changes to the packages collection and infrastructure in 2003:
@ -2307,3 +2307,4 @@ Changes to the packages collection and infrastructure in 2003:
Updated ddd to 3.3.1 [jmmv 2003-06-03]
Added abook-0.4.17 [jschauma 2003-06-03]
Updated samba to 2.2.8anb2 [jlam 2003-06-04]
Updated cups to 1.1.19nb1 [jlam 2003-06-04]

View file

@ -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}

View file

@ -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:
#