Date: Sat, 17 Nov 2001 12:10:04 -0800 (PST) From: Dag-Erling Smorgrav <des@ofug.org> To: freebsd-bugs@FreeBSD.org Subject: Re: conf/21695: ifconfig_XXX_aliasY in rc.conf; Y must be in sequential order Message-ID: <200111172010.fAHKA4j04289@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR conf/21695; it has been noted by GNATS. From: Dag-Erling Smorgrav <des@ofug.org> To: Ian Dowse <iedowse@maths.tcd.ie> Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: conf/21695: ifconfig_XXX_aliasY in rc.conf; Y must be in sequential order Date: 17 Nov 2001 21:07:03 +0100 Ian Dowse <iedowse@maths.tcd.ie> writes: > Another approach that could be used here would be to filter the > output of "set" using while/read/case, e.g something like > > set | (while read alias; do > [...] > done) Unless set(1) is guaranteed to sort its output, you might want to pipe it through sort(1) first. DES -- Dag-Erling Smorgrav - des@ofug.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200111172010.fAHKA4j04289>