From owner-svn-src-all@FreeBSD.ORG Sat Jan 14 12:11:38 2012 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 25CED106564A; Sat, 14 Jan 2012 12:11:38 +0000 (UTC) (envelope-from pluknet@gmail.com) Received: from mail-tul01m020-f182.google.com (mail-tul01m020-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id C69E88FC08; Sat, 14 Jan 2012 12:11:37 +0000 (UTC) Received: by obbta17 with SMTP id ta17so4796517obb.13 for ; Sat, 14 Jan 2012 04:11:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=bEd6xCEw/Fe3wA1UwLdE0RuY5viqrjqBpf1ebatnF1c=; b=clWTTYeFsJwOJ06qBFzq/NAVQJL0RERepvhDr4fTaziH1vvP7L0YV7Ai76RuUM7Si9 F8prMCQ9SfUqVkw/7DHHhLZTOO4A4kAOfkzUubJUG9MFMmp6sfv5VK+6cKxZ+Dl0l3T9 l6ydf9oAZCY1+sCqMeoAXVWRKl3H6oKn5q4jI= MIME-Version: 1.0 Received: by 10.182.43.10 with SMTP id s10mr4134713obl.43.1326543097311; Sat, 14 Jan 2012 04:11:37 -0800 (PST) Sender: pluknet@gmail.com Received: by 10.182.171.67 with HTTP; Sat, 14 Jan 2012 04:11:37 -0800 (PST) In-Reply-To: <201201140859.q0E8x2gV003415@svn.freebsd.org> References: <201201140859.q0E8x2gV003415@svn.freebsd.org> Date: Sat, 14 Jan 2012 15:11:37 +0300 X-Google-Sender-Auth: rkmHLvgBE5ztSpZdr_yt8quRHmM Message-ID: From: Sergey Kandaurov To: Doug Barton Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r230103 - head/etc X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Jan 2012 12:11:38 -0000 On 14 January 2012 12:59, Doug Barton wrote: > Author: dougb > Date: Sat Jan 14 08:59:02 2012 > New Revision: 230103 > URL: http://svn.freebsd.org/changeset/base/230103 > > Log: > =A0Now that its callers have been udpated, remove set_rcvar(). > > =A0The concept of set_rcvar() was nice in theory, but the forks > =A0it creates are a drag on the startup process, which is especially > =A0noticeable on slower systems, such as embedded ones. > > Modified: > =A0head/etc/rc.subr > Hi, rc(8) and rc.subr(8) still reference this function. Also, it would be fine to have some adoption to the new set_rcvar-less order like printing The Big Warning and still doing its job in Y.x branch and stop doing anything in the next Y+1.x branch. --=20 wbr, pluknet