From owner-cvs-src@FreeBSD.ORG Sun Jun 27 12:38:26 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F15A016A4CE for ; Sun, 27 Jun 2004 12:38:26 +0000 (GMT) Received: from smtp2.netcologne.de (smtp2.netcologne.de [194.8.194.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 857DD43D2F for ; Sun, 27 Jun 2004 12:38:26 +0000 (GMT) (envelope-from thomas@laurel.tmseck.homedns.org) Received: from laurel.tmseck.homedns.org (xdsl-213-196-243-137.netcologne.de [213.196.243.137]) by smtp2.netcologne.de (Postfix) with SMTP id 60B494629 for ; Sun, 27 Jun 2004 14:38:04 +0200 (MEST) Received: (qmail 657 invoked by uid 1001); 27 Jun 2004 12:38:14 -0000 Date: 27 Jun 2004 12:38:14 -0000 Message-ID: <20040627123814.656.qmail@laurel.tmseck.homedns.org> From: tmseck-lists@netcologne.de (Thomas-Martin Seck) To: Mike Makonnen Organization: a private site in Germany In-Reply-To: <20040627084958.GB983__5876.55973290584$1088326353@rogue.acs-et.com> X-Newsgroups: gmane.os.freebsd.devel.cvs X-Attribution: tms cc: cvs-src@freebsd.org Subject: Re: cvs commit: src/etc rc.shutdown rc.subr X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2004 12:38:27 -0000 * Mike Makonnen [gmane.os.freebsd.devel.cvs]: > Not that I'm aware. Ports use a separate copy of rc.subr that gets downloaded > as a dependency. Not any more, fortunately. bsd.port.mk adds the dependency only for the ".if ${OSVERSION} < 500037" case if a port specifies USE_RC_NG. If a port explicitly depends on the rc_subr port it's broken.