From owner-freebsd-rc@FreeBSD.ORG Sat Oct 29 00:00:24 2011 Return-Path: Delivered-To: freebsd-rc@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 44FA7106566B for ; Sat, 29 Oct 2011 00:00:24 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 27DBF8FC12 for ; Sat, 29 Oct 2011 00:00:24 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p9T00NK4041770 for ; Sat, 29 Oct 2011 00:00:23 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p9T00NYs041769; Sat, 29 Oct 2011 00:00:23 GMT (envelope-from gnats) Date: Sat, 29 Oct 2011 00:00:23 GMT Message-Id: <201110290000.p9T00NYs041769@freefall.freebsd.org> To: freebsd-rc@FreeBSD.org From: John Blazek Cc: 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 Reply-To: John Blazek 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 00:00:24 -0000 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 18:56:52 -0500 Awesome! At least I'm really not losing my mind! Well I might be anyway, but not in this case! Thank you! -john At 06:30 PM 10/28/2011, Dimitry Andric wrote: >Aha, now I see the cause of the problem. A similar case to yours was >actually reported in conf/156427: > > http://www.freebsd.org/cgi/query-pr.cgi?pr=156427 > >There is an issue in /etc/rc.subr, which was introduced accidentally in >r206686, fixed in head in r220760, and later merged to stable/8 in >r220958: > > http://svnweb.freebsd.org/base?view=revision&revision=220958 > >but this was after 8.2 released, unfortunately. > >You should be able to fix it by applying just the diff to rc.subr, which >I have attached for your convenience. > >