svn commit: r213270 - head/etc/rc.d

Ed Maste emaste at FreeBSD.org
Wed Sep 29 23:01:07 UTC 2010


On Thu, Sep 30, 2010 at 02:08:58AM +0400, Anonymous wrote:

> Ed Maste <emaste at FreeBSD.org> 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


More information about the svn-src-all mailing list