diff options
| author | Warner Losh <imp@FreeBSD.org> | 2001-09-14 17:28:11 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2001-09-14 17:28:11 +0000 |
| commit | 57c19ec3657e315b878e829ff71e7c43373dd232 (patch) | |
| tree | 79906c88e9ca1acbc100d6be262e3f6896a462b8 /etc/pccard_ether | |
| parent | 7300c6214bdffb1d2b1228ee145feba5c00ffa87 (diff) | |
Notes
Diffstat (limited to 'etc/pccard_ether')
| -rwxr-xr-x | etc/pccard_ether | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/etc/pccard_ether b/etc/pccard_ether index cf530d2468c1..af0a7fbd1d5b 100755 --- a/etc/pccard_ether +++ b/etc/pccard_ether @@ -46,6 +46,17 @@ shift startstop=$1 shift +case ${pccard_ether_delay} in +[Nn][Oo]) + ;; +[0-9]) + sleep ${pccard_ether_delay} + ;; +*) # Default until it has had a chance to make it to /etc/defaults/rc.conf + sleep 5 + ;; +esac + case ${pccard_ifconfig} in [Nn][Oo] | '') ;; |
