From owner-freebsd-current@FreeBSD.ORG Thu Jun 21 01:24:47 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E39CF106564A for ; Thu, 21 Jun 2012 01:24:47 +0000 (UTC) (envelope-from Devin.Teske@fisglobal.com) Received: from mx1.fisglobal.com (mx1.fisglobal.com [199.200.24.190]) by mx1.freebsd.org (Postfix) with ESMTP id AA5F58FC0C for ; Thu, 21 Jun 2012 01:24:46 +0000 (UTC) Received: from smtp.fisglobal.com ([10.132.206.31]) by ltcfislmsgpa05.fnfis.com (8.14.4/8.14.4) with ESMTP id q5L1Ok7F006773 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NOT); Wed, 20 Jun 2012 20:24:46 -0500 Received: from [10.0.0.105] (10.14.152.61) by smtp.fisglobal.com (10.132.206.31) with Microsoft SMTP Server (TLS) id 14.2.283.3; Wed, 20 Jun 2012 20:24:45 -0500 MIME-Version: 1.0 (Apple Message framework v1257) Content-Type: text/plain; charset="us-ascii" From: Devin Teske In-Reply-To: Date: Wed, 20 Jun 2012 18:24:43 -0700 Content-Transfer-Encoding: quoted-printable Message-ID: <4A5D7040-8623-4005-A5DF-D9E9211E4986@fisglobal.com> References: <9B5B97C3-A795-4A16-8381-B0FED87E3053@fisglobal.com> To: Vitaly Magerya X-Mailer: Apple Mail (2.1257) X-Originating-IP: [10.14.152.61] X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.7.7855, 1.0.260, 0.0.0000 definitions=2012-06-20_04:2012-06-20, 2012-06-20, 1970-01-01 signatures=0 Cc: freebsd-current@freebsd.org Subject: Re: [CFT] sysutils/bsdconfig: Replacement for sysinstall(8) post-install configuration abilities X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Devin Teske List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jun 2012 01:24:48 -0000 On Jun 20, 2012, at 5:16 PM, Vitaly Magerya wrote: > Devin Teske wrote: >> If you have the time and/or energy, please test and report any issues th= at >> you experience. >=20 > "Toggle Startup Services" dialog shows sendmail_enable and > sendmail_msp_queue_enable variables, but doesn't seem to show > sendmail_submit_enable and sendmail_outbound_enable. Is this > by design? >=20 What does the following produce: service sendmail rcvar Now what does this say: grep sendmail /var/run/bsdconfig/startup_rcvar_map.cache Do they agree? The list is generated dynamically. If there's a variable that's missing, it= 's because it wasn't reported by the rc.d script. > It also hangs if I try to toggle sendmail_msp_queue_enable. >=20 > (Tell me if you can't reproduce this easily, I'll provide more > details). Wow, that was an obscure bug! Thanks for finding that! The nature of this bug is that if the item that you select in the menu is e= venly divisible by both 2 and 3 landing on a boundary, the item works as ex= pected, otherwise you can only toggle the item ON (not off). Details are too boring to explain, I'll have to roll a new version. Thank you so very much for finding this bug. I'll try to have it fixed toda= y in the next hour or so. Other areas should be unaffected. --=20 Devin _____________ The information contained in this message is proprietary and/or confidentia= l. If you are not the intended recipient, please: (i) delete the message an= d all copies; (ii) do not disclose, distribute or use the message in any ma= nner; and (iii) notify the sender immediately. In addition, please be aware= that any message addressed to our domain is subject to archiving and revie= w by persons other than the intended recipient. Thank you.