From owner-freebsd-rc@FreeBSD.ORG Sat Oct 29 13:32:09 2011 Return-Path: Delivered-To: freebsd-rc@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 292FE1065678 for ; Sat, 29 Oct 2011 13:32:09 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from tensor.andric.com (cl-327.ede-01.nl.sixxs.net [IPv6:2001:7b8:2ff:146::2]) by mx1.freebsd.org (Postfix) with ESMTP id E01AF8FC0A for ; Sat, 29 Oct 2011 13:32:05 +0000 (UTC) Received: from [IPv6:2001:7b8:3a7:0:89e1:b26d:b9ae:d0c1] (unknown [IPv6:2001:7b8:3a7:0:89e1:b26d:b9ae:d0c1]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id A65C05C37; Sat, 29 Oct 2011 15:32:04 +0200 (CEST) Message-ID: <4EAC0059.1030709@FreeBSD.org> Date: Sat, 29 Oct 2011 15:32:09 +0200 From: Dimitry Andric Organization: The FreeBSD Project User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:8.0) Gecko/20111019 Thunderbird/8.0 MIME-Version: 1.0 To: John Blazek References: <201110290010.p9T0AFEf053880@freefall.freebsd.org> In-Reply-To: <201110290010.p9T0AFEf053880@freefall.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-rc@FreeBSD.org Subject: Re: conf/161710: SSHD starts on boot even if sshd_enable=" NO" in 8.2 X-BeenThere: freebsd-rc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Discussion related to /etc/rc.d design and implementation." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Oct 2011 13:32:09 -0000 On 2011-10-29 02:10, John Blazek wrote: > The following reply was made to PR conf/161710; it has been noted by GNATS. > > From: John Blazek > To: Dimitry Andric > Cc: bug-followup@FreeBSD.org,d@delphij.net > Subject: Re: conf/161710: SSHD starts on boot even if > sshd_enable="NO" in 8.2 > Date: Fri, 28 Oct 2011 19:05:22 -0500 > > Hello, > > As you predicted, the patch resolved the dual sshd startup: > > > [root@kahlua]:[~]# sockstat | grep ssh > root sshd 55696 2 tcp4 192.168.3.134:2220 192.168.3.142:1089 > root sshd 55696 3 tcp4 192.168.3.134:2220 192.168.3.142:1089 > root sshd 55696 4 tcp4 192.168.3.134:2220 192.168.3.142:1089 > root sshd 8361 3 tcp6 *:22200 *:* > root sshd 8361 4 tcp4 *:22200 *:* > > > Thanks again. > > Sorry for making you find something that had already been fixed. No problem, glad there is a reasonably simple solution. > I guess there is no good way to add that patch to the next 8.2-px ? As far as I know, only security problems get patched in the release versions. It will end up in 8.3-RELEASE eventually, though I have no idea when that is planned; the release engineering team is very busy on 9.0 at the moment. :) For now, you will just need to apply the fix locally.