From owner-freebsd-hackers Mon Jan 20 02:20:43 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id CAA23126 for hackers-outgoing; Mon, 20 Jan 1997 02:20:43 -0800 (PST) Received: from ui-gate.utell.co.uk (ui-gate.utell.co.uk [194.200.4.253]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id CAA23099 for ; Mon, 20 Jan 1997 02:20:39 -0800 (PST) Received: (from root@localhost) by ui-gate.utell.co.uk (8.7.6/8.7.3) id KAA07227; Mon, 20 Jan 1997 10:14:37 GMT From: Bourne-again Superuser Message-Id: <199701201014.KAA07227@ui-gate.utell.co.uk> Subject: /etc/sysconfig, /etc/netstart To: hackers@freebsd.org Date: Mon, 20 Jan 1997 10:14:37 +0000 (GMT) Cc: brian@awfulhak.demon.co.uk Reply-To: brian@awfulhak.demon.co.uk X-Mailer: ELM [version 2.4ME+ PL28 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi, Has anyone got any objections to the following lines in /etc/netstart ? # Set up all he network interfaces, calling startup scripts if needed for ifn in ${network_interfaces}; do if [ -e /etc/start_if.${ifn} ]; then . /etc/start_if.${ifn} ${ifn} fi eval ifconfig_args=\$ifconfig_${ifn} ifconfig ${ifn} ${ifconfig_args} eval aliases=\$alias_${ifn} if [ -n "$aliases" ]; then for alias in $aliases; do ifconfig ${ifn} inet $alias netmask 0xffffffff alias done fi ifconfig ${ifn} done Cheers, Brian , Don't __EVER__ lose your sense of humour !