aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2003-06-26 03:07:33 +0000
committerBill Nottingham <notting@redhat.com>2003-06-26 03:07:33 +0000
commit346cbaee37fbf159c037da408f2df7f424ca029f (patch)
treeb9ac6fcb1837bfcd76eeb286e421522850ddc2c3
parentb5d31b1c33206284fe1ab4ace66770f2e51d6527 (diff)
downloadinitscripts-346cbaee37fbf159c037da408f2df7f424ca029f.tar
initscripts-346cbaee37fbf159c037da408f2df7f424ca029f.tar.gz
initscripts-346cbaee37fbf159c037da408f2df7f424ca029f.tar.bz2
initscripts-346cbaee37fbf159c037da408f2df7f424ca029f.tar.xz
initscripts-346cbaee37fbf159c037da408f2df7f424ca029f.zip
what's an escon?
-rw-r--r--sysconfig/network-scripts/network-functions3
1 files changed, 3 insertions, 0 deletions
diff --git a/sysconfig/network-scripts/network-functions b/sysconfig/network-scripts/network-functions
index be94e045..8511680b 100644
--- a/sysconfig/network-scripts/network-functions
+++ b/sysconfig/network-scripts/network-functions
@@ -69,6 +69,9 @@ source_config ()
IUCV)
DEVICETYPE="iucv"
;;
+ ESCON)
+ DEVICETYPE="escon"
+ ;;
esac
[ -z "$DEVICETYPE" ] && DEVICETYPE=`echo ${DEVICE} | sed "s/[0-9]*$//"`
[ -z "$REALDEVICE" -a -n "$PARENTDEVICE" ] && REALDEVICE=$PARENTDEVICE