From owner-FreeBSD-users-jp@jp.freebsd.org  Sun Jul 13 01:43:20 1997
Received: by jaz.jp.freebsd.org (8.8.6+2.7Wbeta5/8.7.3) id BAA26569
	Sun, 13 Jul 1997 01:14:39 +0900 (JST)
Received: by jaz.jp.freebsd.org (8.8.6+2.7Wbeta5/8.7.3) with ESMTP id BAA26556
	for <FreeBSD-users-jp@jp.freebsd.org>; Sun, 13 Jul 1997 01:14:34 +0900 (JST)
Received: (from ume@localhost) by tasogare.imasy.or.jp (8.8.6/3.4W4-96030215) with UUCP id AAA23310 for FreeBSD-users-jp@jp.freebsd.org; Sun, 13 Jul 1997 00:49:59 +0900 (JST)
Received: from localhost (ume@localhost [127.0.0.1])
	by chaos.calm.imasy.or.jp (8.8.6/3.6Wbeta4-CHAOS1.5) with ESMTP id AAA04475
	for <FreeBSD-users-jp@jp.freebsd.org>; Sun, 13 Jul 1997 00:45:38 +0900 (JST)
To: FreeBSD-users-jp@jp.freebsd.org
In-Reply-To: Your message of "Sat, 12 Jul 1997 23:38:23 +0900"
References: <199707121438.XAA17226@lavender.sanpei.org>
X-Mailer: Mew version 1.85 on Emacs 19.34.1 / Mule 2.3
X-PGP-Fingerprint: 6B 0C 53 FC 5D D0 37 91  05 D0 B3 EF 36 9B 6A BC
X-URL: http://www.imasy.or.jp/~ume/
Mime-Version: 1.0
Content-Type: Multipart/Mixed;
	boundary="--Next_Part(Sun_Jul_13_00:45:17_1997_631)--"
Content-Transfer-Encoding: 7bit
Message-Id: <19970713004536R.ume@calm.imasy.or.jp>
Date: Sun, 13 Jul 1997 00:45:36 +0900
From: Hajimu UMEMOTO <ume@calm.imasy.or.jp>
X-Dispatcher: imput version 970701
Lines: 70
Reply-To: FreeBSD-users-jp@jp.freebsd.org
Precedence: bulk
X-Distribute: distribute [version 2.1 (Alpha) patchlevel=19]
X-Sequence: FreeBSD-users-jp 15749
Subject: [FreeBSD-users-jp 15749] Re: dhcpc can't get routing info.
Errors-To: owner-FreeBSD-users-jp@jp.freebsd.org
Sender: owner-FreeBSD-users-jp@jp.freebsd.org

----Next_Part(Sun_Jul_13_00:45:17_1997_631)--
Content-Type: Text/Plain; charset=iso-2022-jp
Content-Transfer-Encoding: 7bit

  $BG_K\!wF|N)$G$9!#(B

>>>>> On Sat, 12 Jul 1997 23:38:23 +0900,
	MIHIRA "Sanpei" Yoshiro <sanpei@yy.cs.keio.ac.jp> said:

sanpei> (a) resolv.conf $B=q$-49$($K$D$$$F$O!"(B
sanpei> 
sanpei> 	(1) $B<!$NMM$K%G%U%)%k%H$+$iJQ99$7$J$$$H;H$($^$;$s!#(B
sanpei> 
sanpei> 	    /etc/pccard_ether $B$r<!$NMM$KJQ99$7$F$/$@$5$$!#(B
sanpei> 
sanpei> if [ "x$pccard_ether" != "xNO" ] ; then
sanpei>         eval ifconfig_args=\$ifconfig_${interface}
sanpei>         if [ "x$ifconfig_args" = "xDHCP" ] ; then
sanpei>                 /usr/local/sbin/dhcpc -r -n $interface <----------
sanpei>                                       ~~~~~
sanpei>         else
sanpei>                 if [ "x$ifconfig_args" != "xNO" ] ; then

  pccard_ether $B$KD>@\F~$l$A$c$&$H!"J#?t$N%+!<%I$r;H$&$H$-$K:$$k$N$G!"(B
rc.conf $B$G$3$N$h$&$J46$8$G;XDj$G$-$k$h$&$K$7$F$$$^$9!#(B

	dhcpc_common="-r"
	dhcpc_ed0=$dhcpc_common
	dhcpc_ep0=$dhcpc_common
	dhcpc_fe0=$dhcpc_common
	dhcpc_sn0=$dhcpc_common

  PAO-970616 $B$N(B pccard_ether $B$H$N:9J,$G$9!#(B


----Next_Part(Sun_Jul_13_00:45:17_1997_631)--
Content-Type: Text/Plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

--- PAO-970616/2.2.2-RELEASE/etc/pccard_ether	Tue Jun  3 14:16:05 1997
+++ pccard_ether	Wed May 28 21:22:42 1997
@@ -7,7 +7,7 @@
 # HOSOKAWA, Tatsumi <hosokawa@jp.FreeBSD.org>
 #
 
-# Suck in the /etc/sysconfig variables
+# Suck in the /etc/rc.conf variables
 if [ -f /etc/rc.conf ]; then
 	. /etc/rc.conf
 fi
@@ -18,7 +18,8 @@
 if [ "x$pccard_ether" != "xNO" ] ; then
 	eval ifconfig_args=\$ifconfig_${interface}
 	if [ "x$ifconfig_args" = "xDHCP" ] ; then
-		/usr/local/sbin/dhcpc $interface
+		eval dhcpc_args=\$dhcpc_${interface}
+		/usr/local/sbin/dhcpc $dhcpc_args $interface
 	else
 		if [ "x$ifconfig_args" != "xNO" ] ; then
 			ifconfig $interface $ifconfig_args $*

----Next_Part(Sun_Jul_13_00:45:17_1997_631)--
Content-Type: Text/Plain; charset=iso-2022-jp
Content-Transfer-Encoding: 7bit

$BG_K\(B $BH%(B $B!w(B $B%$%s%?!<%M%C%H8_=u2q2#IM(B
ume@imasy.or.jp  ume@iabs.hitachi.co.jp  http://www.imasy.or.jp/~ume/
$B%W%m%0%i%`$O=q$$$??M$N0U?^$G$O$J$/=q$+$l$?DL$jF0$/(B

----Next_Part(Sun_Jul_13_00:45:17_1997_631)----
