From owner-cvs-ports@FreeBSD.ORG Sun Dec 4 02:01:02 2005 Return-Path: X-Original-To: cvs-ports@FreeBSD.org Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB1B316A41F; Sun, 4 Dec 2005 02:01:02 +0000 (GMT) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B25543D64; Sun, 4 Dec 2005 02:01:02 +0000 (GMT) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jB4211ok088924; Sun, 4 Dec 2005 02:01:01 GMT (envelope-from dougb@repoman.freebsd.org) Received: (from dougb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jB4211Db088923; Sun, 4 Dec 2005 02:01:01 GMT (envelope-from dougb) Message-Id: <200512040201.jB4211Db088923@repoman.freebsd.org> From: Doug Barton Date: Sun, 4 Dec 2005 02:01:01 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/print/cups-base Makefile X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Dec 2005 02:01:02 -0000 dougb 2005-12-04 02:01:01 UTC FreeBSD ports repository Modified files: print/cups-base Makefile Log: 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 Revision Changes Path 1.49 +3 -1 ports/print/cups-base/Makefile