DragonFly submit List (threaded) for 2003-10
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
Re: pccard woes (probably rcNG buglet)
:> if [ -x "${dhclient_program}" ]; then
:> if [ `basename ${dhclient_program}` = "dhclient" ]; then
:> pidfile="/var/run/dhclient.${interface}.pid"
:> dhclient_flags="${dhcp_flags} -pf ${pidfile}"
:> fi
: vvvvvvvvvvvvv
:> ${dhclient_program} ${dhcp_flags} ${interface}
: ^^^^^^^^^^^^^
:
:Shouldn't that be ${dhclient_flags} ? Or at least set to include
:dhclient_flags? I think this is the pccard_ether bug that's been plagueing
:us (well, me and David mostly, I guess) :)
:
:Cheers,
:Emiel
Yes, and it was fixed in current in two places. I'll bring them in.
-Matt
Matthew Dillon
<dillon@xxxxxxxxxxxxx>
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]