From owner-svn-src-head@FreeBSD.ORG Tue Nov 20 09:17:07 2012 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 38A7DE0A; Tue, 20 Nov 2012 09:17:07 +0000 (UTC) (envelope-from mike.telahun@gmail.com) Received: from mail-la0-f54.google.com (mail-la0-f54.google.com [209.85.215.54]) by mx1.freebsd.org (Postfix) with ESMTP id 21C6E8FC14; Tue, 20 Nov 2012 09:17:05 +0000 (UTC) Received: by mail-la0-f54.google.com with SMTP id j13so5433886lah.13 for ; Tue, 20 Nov 2012 01:17:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=DH4pNsybmX4iDoMZaXjl164XKfah9ta7L2NgZdiCieQ=; b=a2tq39rcmMwxnEetKcRxe2xi8rlOCNVewUNuZjc4BtLamKZQiQT1mIxdZmQhVJt7pW ihsRbW7N+CK6a8wiPwufuB3QGmiB4GKlkmGC5PwkRgKWgYvyqo3WX2yrJNs6NMujVb4Y PoPnirDK25sAdR8gaUzNUbzTICxzRHudtqZbCkksFiyGeg8xLCl7/q7po09h3ngMF7od iaPfC1obY8bJ4cVS9jAFi/cPfswH7ipk9hQkxfjaJT++nhkPdVQpHtr3peAxQZ5s8w/X XRpd+fUYP7KdjDxK2nSbj6DkOWiBtkEvf6rK+Gl1SIXgGWgvUcUJG5MXLVyaGaxWAa0g SuxA== Received: by 10.152.106.79 with SMTP id gs15mr14178871lab.31.1353403024444; Tue, 20 Nov 2012 01:17:04 -0800 (PST) Received: from [172.16.16.157] ([213.55.108.232]) by mx.google.com with ESMTPS id hu6sm4475565lab.13.2012.11.20.01.17.00 (version=SSLv3 cipher=OTHER); Tue, 20 Nov 2012 01:17:02 -0800 (PST) Message-ID: <50AB4A89.5030707@gmail.com> Date: Tue, 20 Nov 2012 12:16:57 +0300 From: Mike Telahun User-Agent: Mozilla/5.0 (X11; Linux i686; rv:16.0) Gecko/20121028 Thunderbird/16.0.2 MIME-Version: 1.0 To: Hiroki Sato Subject: Re: svn commit: r243324 - head/etc References: <201211200445.qAK4j4YF027280@svn.freebsd.org> <50AB19D3.9080106@gmail.com> <20121120.161434.1928803376818060657.hrs@allbsd.org> In-Reply-To: <20121120.161434.1928803376818060657.hrs@allbsd.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, src-committers@FreeBSD.org X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Nov 2012 09:17:07 -0000 On 11/20/2012 10:14 AM, Hiroki Sato wrote: > rc_fast, rc_force, and rc_quiet are not intended to be used in > /etc/rc.conf or other config files. These variables have no default > value and will be defined forcibly via {fast,force,quiet}start. If > we use checkyesno() here, it checks whether a variable is defined or > not and then put an warning message when not defined. It is a bad > side-effect for them. Ok. Thanks for the explanation. Cheers, Mike.