From owner-svn-src-stable@FreeBSD.ORG Tue Feb 14 10:18:50 2012 Return-Path: Delivered-To: svn-src-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 38389106566C; Tue, 14 Feb 2012 10:18:50 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 2285F8FC1A; Tue, 14 Feb 2012 10:18:50 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q1EAInis092740; Tue, 14 Feb 2012 10:18:50 GMT (envelope-from dougb@svn.freebsd.org) Received: (from dougb@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q1EAInS4092738; Tue, 14 Feb 2012 10:18:49 GMT (envelope-from dougb@svn.freebsd.org) Message-Id: <201202141018.q1EAInS4092738@svn.freebsd.org> From: Doug Barton Date: Tue, 14 Feb 2012 10:18:49 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org X-SVN-Group: stable-9 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r231657 - stable/9/etc X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2012 10:18:50 -0000 Author: dougb Date: Tue Feb 14 10:18:49 2012 New Revision: 231657 URL: http://svn.freebsd.org/changeset/base/231657 Log: MFC r230374: If we're booting there is no need to waste time determining if the service is running or not. Modified: stable/9/etc/rc.subr Directory Properties: stable/9/etc/ (props changed) Modified: stable/9/etc/rc.subr ============================================================================== --- stable/9/etc/rc.subr Tue Feb 14 10:17:30 2012 (r231656) +++ stable/9/etc/rc.subr Tue Feb 14 10:18:49 2012 (r231657) @@ -683,7 +683,7 @@ run_rc_command() fi fi - eval $_pidcmd # determine the pid if necessary + [ -z "$autoboot" ] && eval $_pidcmd # determine the pid if necessary for _elem in $_keywords; do if [ "$_elem" != "$rc_arg" ]; then