From owner-freebsd-current@FreeBSD.ORG Mon Dec 5 12:30:21 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4629316A41F; Mon, 5 Dec 2005 12:30:21 +0000 (GMT) (envelope-from b.candler@pobox.com) Received: from thorn.pobox.com (thorn.pobox.com [208.210.124.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id B45F243D64; Mon, 5 Dec 2005 12:30:20 +0000 (GMT) (envelope-from b.candler@pobox.com) Received: from thorn (localhost [127.0.0.1]) by thorn.pobox.com (Postfix) with ESMTP id C8C13E4; Mon, 5 Dec 2005 07:30:41 -0500 (EST) Received: from mappit.local.linnet.org (212-74-113-67.static.dsl.as9105.com [212.74.113.67]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by thorn.sasl.smtp.pobox.com (Postfix) with ESMTP id 43F10F06; Mon, 5 Dec 2005 07:30:38 -0500 (EST) Received: from lists by mappit.local.linnet.org with local (Exim 4.54 (FreeBSD)) id 1EjFTy-000Ne1-V4; Mon, 05 Dec 2005 12:30:14 +0000 Date: Mon, 5 Dec 2005 12:30:14 +0000 From: Brian Candler To: Doug Barton Message-ID: <20051205123014.GA90877@uk.tiscali.com> References: <200512031609.48962.nb_root@videotron.ca> <200512041135.39342.nb_root@videotron.ca> <20051204174032.GA1304@mail.scottro.net> <200512041303.45970.nb_root@videotron.ca> <43933227.4050906@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <43933227.4050906@FreeBSD.org> User-Agent: Mutt/1.4.2.1i Cc: freebsd-current@freebsd.org, Scott Robbins , Nicolas Blais Subject: Re: [rc update] sshd no longer starts at boot X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Dec 2005 12:30:21 -0000 On Sun, Dec 04, 2005 at 10:15:03AM -0800, Doug Barton wrote: > Nicolas Blais wrote: > > >For cupds, after you did the update, did you rm > >/usr/local/etc/rc.d/cups.sh and cp /usr/local/etc/rc.d/cups.sh.sample > >/usr/local/etc/rc.d/cups.sh ? > > A more effective long term solution to that problem is to do: > > cd /usr/local/etc/rc.d > rm cups.sh > ln -s cups.sh.sample cups.sh I presume that if ports are upgraded so that they honour foo_enable from rc.conf, there is no need for them to install foo.sh.sample any more, and they should just install foo.sh instead? That's unless the port *intends* that the user make changes to the startup script directly (in which case, the symlink option given above isn't really appropriate) Regards, Brian.