diff options
| author | Matthew N. Dodd <mdodd@FreeBSD.org> | 2002-09-30 08:01:43 +0000 |
|---|---|---|
| committer | Matthew N. Dodd <mdodd@FreeBSD.org> | 2002-09-30 08:01:43 +0000 |
| commit | e2540a6d469d977418683ebb9182fb8e1a2ad3ce (patch) | |
| tree | cc2da7a2ace1577b20082d52621b84d13a8f1634 /etc | |
| parent | 955f5ec38382e468702858aebb3f4c17e614ec8f (diff) | |
Notes
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/rc.d/atm1 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/etc/rc.d/atm1 b/etc/rc.d/atm1 index 0272642b753c..eb3dc625b379 100644 --- a/etc/rc.d/atm1 +++ b/etc/rc.d/atm1 @@ -44,7 +44,7 @@ stop_cmd=":" # Initial interface configuration. # N.B. /usr is not mounted. # -start_cmd() +atm_start() { # Locate all probed ATM adapters atmdev=`atm sh stat int | while read dev junk; do @@ -55,6 +55,9 @@ start_cmd() hfa[0-9] | hfa[0-9][0-9]) echo "${dev} " ;; + idt[0-9] | idt[0-9][0-9]) + echo "${dev} " + ;; *) continue ;; |
