Humm i'll apply that patch :

--- ifup.~1.28.~        Tue Jan 29 11:01:42 2002
+++ ifup        Wed Feb 13 19:38:49 2002
@@ -226,6 +226,14 @@
     [ "X${DOMAINNAME}" = "X" ] && DHCP_ARGS="$DHCP_ARGS -D"
     [ -n "$DHCP_TIMEOUT" ] && DHCP_ARGS="$DHCP_ARGS -t ${DHCP_TIMEOUT}"
     DHCP_ARGS="$DHCP_ARGS $DEVICE"
+    PIDF=/etc/dhcpc/dhcpcd-$DEVICE.pid
+    if [[ -f $PIDF ]];then
+       if kill -0 `cat $PIDF`;then
+           true; #running
+       else
+           /bin/rm -f $PIDF; #clear it
+       fi
+    fi
     ;;
     pump)
     [ -n "$DHCP_HOSTNAME" ] && DHCP_ARGS="-h $DHCP_HOSTNAME"

I think with latest pcmcia i fixed all the knows problems..

-- 
http://www.chmouel.org/

Reply via email to