1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00

Remove the PROVIDE line from the startup script. From our

perspective, this is still an old-style rc script, however
the presence of the PROVIDE line fools the new rcorder
code in HEAD into thinking that it should be treated like
a new style script.

I submitted the patch to the maintainer recently, but given
that the PR points out the problem in the real world, I'm
taking unilateral action. If the maintainer has a better
solution, that's not a problem.

PR:		ports/89892
Submitted by:	Nicolas Blais
This commit is contained in:
Doug Barton 2005-12-04 02:01:01 +00:00
parent 356f504d8b
commit f678b28453
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=150335

View File

@ -9,7 +9,7 @@
PORTNAME= cups-base
PORTVERSION= ${CUPS_PORTVER}
PORTREVISION= 5
PORTREVISION= 6
PORTEPOCH= ${CUPS_PORTEPOCH}
CATEGORIES= print
MASTER_SITES= ${CUPS_MASTER_SITES}
@ -33,6 +33,8 @@ post-patch:
${WRKSRC}/man/*.man
@${REINPLACE_CMD} -e 's|CXX="$$CC"||g' \
${WRKSRC}/${CONFIGURE_SCRIPT}
@${CP} ${WRKSRC}/cups.sh.in ${WRKSRC}/cups.sh.in.presed
@${SED} 40d ${WRKSRC}/cups.sh.in.presed > ${WRKSRC}/cups.sh.in
pre-install:
@${ECHO_MSG} "===>" Stopping cupsd ...