summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authormdodd <mdodd@FreeBSD.org>2002-09-30 08:01:43 +0000
committermdodd <mdodd@FreeBSD.org>2002-09-30 08:01:43 +0000
commit6e93a3d53a5c2c260a85af85164cae37876c8d95 (patch)
treecc2da7a2ace1577b20082d52621b84d13a8f1634 /etc
parentac39eb25760ce05e8d5715c93314f3f33797ac86 (diff)
downloadFreeBSD-src-6e93a3d53a5c2c260a85af85164cae37876c8d95.zip
FreeBSD-src-6e93a3d53a5c2c260a85af85164cae37876c8d95.tar.gz
- Recognize 'idt' interfaces.
- The start command is 'atm_start' not 'start_cmd'.
Diffstat (limited to 'etc')
-rw-r--r--etc/rc.d/atm15
1 files changed, 4 insertions, 1 deletions
diff --git a/etc/rc.d/atm1 b/etc/rc.d/atm1
index 0272642..eb3dc62 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
;;
OpenPOWER on IntegriCloud