From owner-freebsd-bugs Sat Nov 17 12:10:11 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CD47237B405 for ; Sat, 17 Nov 2001 12:10:04 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAHKA4j04289; Sat, 17 Nov 2001 12:10:04 -0800 (PST) (envelope-from gnats) Date: Sat, 17 Nov 2001 12:10:04 -0800 (PST) Message-Id: <200111172010.fAHKA4j04289@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Dag-Erling Smorgrav Subject: Re: conf/21695: ifconfig_XXX_aliasY in rc.conf; Y must be in sequential order Reply-To: Dag-Erling Smorgrav Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR conf/21695; it has been noted by GNATS. From: Dag-Erling Smorgrav To: Ian Dowse 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 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