From owner-freebsd-mobile Mon Aug 20 11:27:19 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from ns.yogotech.com (ns.yogotech.com [206.127.123.66]) by hub.freebsd.org (Postfix) with ESMTP id 3EC0937B408; Mon, 20 Aug 2001 11:27:13 -0700 (PDT) (envelope-from nate@yogotech.com) Received: from nomad.yogotech.com (nomad.yogotech.com [206.127.123.131]) by ns.yogotech.com (8.9.3/8.9.3) with ESMTP id MAA23427; Mon, 20 Aug 2001 12:27:10 -0600 (MDT) (envelope-from nate@nomad.yogotech.com) Received: (from nate@localhost) by nomad.yogotech.com (8.8.8/8.8.8) id MAA29520; Mon, 20 Aug 2001 12:27:04 -0600 (MDT) (envelope-from nate) From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15233.22136.524384.459698@nomad.yogotech.com> Date: Mon, 20 Aug 2001 12:27:04 -0600 To: Toshihiko ARAI Cc: nate@yogotech.com (Nate Williams), freebsd-mobile@FreeBSD.org, imp@FreeBSD.org Subject: Re: Documentation for rc.conf's removable_interfaces? In-Reply-To: <200108200357.f7K3vMn18594.toshi@jp.FreeBSD.org> References: <15228.2988.181554.313833@nomad.yogotech.com> <200108200357.f7K3vMn18594.toshi@jp.FreeBSD.org> X-Mailer: VM 6.95 under 21.1 (patch 12) "Channel Islands" XEmacs Lucid Reply-To: nate@yogotech.com (Nate Williams) Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org > > What happens is that in /etc/pccard_ether, it stops on the line: > > case ${pccard_ifconfig} in > > [Nn][Oo] | '') > > ---> expr "${removable_interfaces}" : ".*${interface}" > /dev/null || exit 0 > > ;; > > *) > > # Backward compatible > > eval ifconfig_${interface}=\${pccard_ifconfig} > > ;; > > > I'm not sure what this line is supposed to be doing, but it's causing my > > configuration to blow up. If I comment this out, things proceed as > > normal and expected. > > > Am I supposed to be adding 'ed1 and ep1' to 'removable_interfaces'? If > > so, why? Any documentation on this would be greatly appreciated! > > I thought that it is necessary for sysinstall at first, but > i think that removable_interfaces variable is unnecessary now. > Because I am busy currently, a patch for sysinstall is > unfinished. You realize that FreeBSD 4.4-RELEASE is due to be released in a couple of weeks, and that currently static routing is broken. Will you have time in the near future to work on this, or would you suggest we instead back out these changes so that things work again for the new release? Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message