pccard woes (probably rcNG buglet)

Matthew Dillon dillon at apollo.backplane.com
Thu Oct 9 08:36:07 PDT 2003


:>         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 at xxxxxxxxxxxxx>





More information about the Submit mailing list