From owner-freebsd-questions Fri Jan 17 1:39:20 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4184737B401 for ; Fri, 17 Jan 2003 01:39:19 -0800 (PST) Received: from mx0.gmx.net (mx0.gmx.net [213.165.64.100]) by mx1.FreeBSD.org (Postfix) with SMTP id 07FDE43F65 for ; Fri, 17 Jan 2003 01:39:18 -0800 (PST) (envelope-from alexander.pohoyda@gmx.net) Received: (qmail 17016 invoked by uid 0); 17 Jan 2003 09:39:16 -0000 Date: Fri, 17 Jan 2003 10:39:16 +0100 (MET) From: Alexander Pohoyda To: freebsd-questions@freebsd.org MIME-Version: 1.0 Subject: 5.0-RC3, /etc/pccard_ether incompatible change. X-Priority: 3 (Normal) X-Authenticated-Sender: #0014602519@gmx.net X-Authenticated-IP: [194.39.131.40] Message-ID: <3260.1042796356@www1.gmx.net> X-Mailer: WWW-Mail 1.6 (Global Message Exchange) X-Flags: 0001 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello, A snippet from my /etc/rc.conf: pccard_enable="YES" ifconfig_wi0="inet 10.0.0.2" ifconfig_ed1="dhcp" On 4.5-RC3 it works as I expected, each interface will get it's own value for ifconfig command. On 5.0-RC3, however, this does not happen. /etc/pccard_ether has been changed this way: case ${pccard_ifconfig} in [Nn][Oo] | '') + expr "...." : ".*${interface}" > /dev/null || exit 0 ;; Default value of ${pccard_ifconfig} is "NO", so the script exits too early now. Am I abusing the featute? What is a correct way to deal with this effect? For a time being I have commented out that line and it works OK for me. TIA -- Alexander Pohoyda To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message