View | Details | Raw Unified | Return to bug 19719
Collapse All | Expand All

(-)pccard_ether (+6 lines)
Lines 23-28 Link Here
23
[Nn][Oo] | '')
23
[Nn][Oo] | '')
24
        ;;
24
        ;;
25
[Dd][Hh][Cc][Pp])
25
[Dd][Hh][Cc][Pp])
26
	if [ -r /etc/start_if.${interface} ]; then
27
		. /etc/start_if.${interface}
28
	fi
26
	if [ -r /sbin/dhclient ]; then
29
	if [ -r /sbin/dhclient ]; then
27
		if [ -s /var/run/dhclient.pid ]; then
30
		if [ -s /var/run/dhclient.pid ]; then
28
			kill `cat /var/run/dhclient.pid`
31
			kill `cat /var/run/dhclient.pid`
Lines 40-45 Link Here
40
	fi
43
	fi
41
	;;
44
	;;
42
*)
45
*)
46
	if [ -r /etc/start_if.${interface} ]; then
47
		. /etc/start_if.${interface}
48
	fi
43
	ifconfig ${interface} ${pccard_ifconfig} $*
49
	ifconfig ${interface} ${pccard_ifconfig} $*
44
	;;
50
	;;
45
esac
51
esac

Return to bug 19719