From owner-cvs-all Wed Nov 28 19:16:28 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 907C737B416; Wed, 28 Nov 2001 19:16:23 -0800 (PST) Received: (from luigi@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAT3GN574450; Wed, 28 Nov 2001 19:16:23 -0800 (PST) (envelope-from luigi) Message-Id: <200111290316.fAT3GN574450@freefall.freebsd.org> From: Luigi Rizzo Date: Wed, 28 Nov 2001 19:16:23 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/picobsd/floppy.tree/etc rc.conf X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG luigi 2001/11/28 19:16:23 PST Modified files: release/picobsd/floppy.tree/etc rc.conf Log: Implement a more efficient way to assign addresses: read /etc/hosts only once into an array of shell variables, and then scan the array to find entries matching the MAC address. Associative arrays would really be handy here... Revision Changes Path 1.10 +43 -25 src/release/picobsd/floppy.tree/etc/rc.conf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message