Date: Tue, 4 May 2010 11:04:33 -0400 (EDT) From: "Brian A. Seklecki" <lavalamp@spiritual-machines.org> To: freebsd-bugs@FreeBSD.org, freebsd-rc@FreeBSD.org Cc: spolyack@gmail.com, Mark Harrison <mark@mivok.net> Subject: Re: conf/145440: [rc.d] [patch] add multiple fib support (setfib) in /etc/rc.d/routing Message-ID: <alpine.BSF.2.00.1005041041200.96276@vger.digitalfreaks.org> In-Reply-To: <201004062317.o36NHYoB049073@freefall.freebsd.org> References: <201004062317.o36NHYoB049073@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
The only downside to ( conf/132476 conf/132483 ?) is that it uses jot(1), which I don't see in rc(8) anywhere else. Bash has {0..9} syntax, and even reverse {9..0}, but you cant put variables in for one of the extents, so that doesn't help us, and we dont have bash. conf/145440 is the exact same code is except he uses a {while...do}, which is what I was about to start on, so thank you very much. ~BAS
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?alpine.BSF.2.00.1005041041200.96276>