From owner-svn-src-head@FreeBSD.ORG Wed Sep 29 23:01:07 2010 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 50EE31065672; Wed, 29 Sep 2010 23:01:07 +0000 (UTC) (envelope-from emaste@FreeBSD.org) Received: from mail1.sandvine.com (Mail1.sandvine.com [64.7.137.134]) by mx1.freebsd.org (Postfix) with ESMTP id 097B28FC18; Wed, 29 Sep 2010 23:01:06 +0000 (UTC) Received: from labgw2.phaedrus.sandvine.com (192.168.222.22) by WTL-EXCH-1.sandvine.com (192.168.196.31) with Microsoft SMTP Server id 14.0.694.0; Wed, 29 Sep 2010 19:00:56 -0400 Received: by labgw2.phaedrus.sandvine.com (Postfix, from userid 10332) id A746B33C00; Wed, 29 Sep 2010 19:01:05 -0400 (EDT) Date: Wed, 29 Sep 2010 19:01:05 -0400 From: Ed Maste To: Anonymous Message-ID: <20100929230105.GA94730@sandvine.com> References: <201009291308.o8TD8NHo009975__13177.80579343$1285765721$gmane$org@svn.freebsd.org> <86tyl842yt.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: <86tyl842yt.fsf@gmail.com> User-Agent: Mutt/1.4.2.1i Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r213270 - head/etc/rc.d X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 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: Wed, 29 Sep 2010 23:01:07 -0000 On Thu, Sep 30, 2010 at 02:08:58AM +0400, Anonymous wrote: > Ed Maste writes: > > > Author: emaste > > Date: Wed Sep 29 13:08:23 2010 > > New Revision: 213270 > > URL: http://svn.freebsd.org/changeset/base/213270 > > > [...] > > + if [ ${waited} -eq ${defaultroute_carrier_delay} ] && ! defaultroute_carrier; then > > + echo -n "(no carrier)" > > + break > > + fi > > This produces > > [: -eq: argument expected > > by default. The patch on freebsd-rc@ had etc/defaults/rc.conf diff, too. Thanks, commited as r213285. -Ed