From owner-svn-src-stable@FreeBSD.ORG Tue Feb 14 10:19:59 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 4F098106566C; Tue, 14 Feb 2012 10:19:59 +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 393008FC1A; Tue, 14 Feb 2012 10:19:59 +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 q1EAJxmM092877; Tue, 14 Feb 2012 10:19:59 GMT (envelope-from dougb@svn.freebsd.org) Received: (from dougb@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q1EAJx8E092875; Tue, 14 Feb 2012 10:19:59 GMT (envelope-from dougb@svn.freebsd.org) Message-Id: <201202141019.q1EAJx8E092875@svn.freebsd.org> From: Doug Barton Date: Tue, 14 Feb 2012 10:19:59 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-7@freebsd.org X-SVN-Group: stable-7 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r231659 - stable/7/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:19:59 -0000 Author: dougb Date: Tue Feb 14 10:19:58 2012 New Revision: 231659 URL: http://svn.freebsd.org/changeset/base/231659 Log: MFC r230374: If we're booting there is no need to waste time determining if the service is running or not. Modified: stable/7/etc/rc.subr Directory Properties: stable/7/etc/ (props changed) Modified: stable/7/etc/rc.subr ============================================================================== --- stable/7/etc/rc.subr Tue Feb 14 10:19:27 2012 (r231658) +++ stable/7/etc/rc.subr Tue Feb 14 10:19:58 2012 (r231659) @@ -654,7 +654,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