OS <[EMAIL PROTECTED]> writes:
> line 106 of /usr/lib/libDrakX/network.pm from drakxtools 1.1.3-2 is :
>
> ONBOOT => net2module(){$intf->{DEVICE}},
> /\
> it should be :
>
> ONBOOT => net2module({$intf->{DEVICE}}),
yop, but the current code is
ONBOOT => bool2yesno(!member($intf->{DEVICE}, map { $_->{device} }
detect_devices::probeall())),
thanks anyway :)
i should have uploaded a new drakxtools already, sorry.
