From owner-cvs-src@FreeBSD.ORG Fri Sep 23 16:54:10 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 69BB116A41F; Fri, 23 Sep 2005 16:54:10 +0000 (GMT) (envelope-from wollman@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2886C43D45; Fri, 23 Sep 2005 16:54:10 +0000 (GMT) (envelope-from wollman@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 j8NGsA5k006388; Fri, 23 Sep 2005 16:54:10 GMT (envelope-from wollman@repoman.freebsd.org) Received: (from wollman@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8NGsAbe006387; Fri, 23 Sep 2005 16:54:10 GMT (envelope-from wollman) Message-Id: <200509231654.j8NGsAbe006387@repoman.freebsd.org> From: Garrett Wollman Date: Fri, 23 Sep 2005 16:54:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/etc/rc.d Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Fri, 23 Sep 2005 16:54:10 -0000 wollman 2005-09-23 16:54:10 UTC FreeBSD src repository Modified files: etc/rc.d Makefile Log: If we're not installing OpenSSH in the base, don't install its startup file either. This clears the way for third-party SSH ports to install an RCng startup script. Revision Changes Path 1.56 +6 -1 src/etc/rc.d/Makefile