diff options
author | Karsten Hopp <karsten@redhat.com> | 2004-09-01 11:30:20 +0000 |
---|---|---|
committer | Karsten Hopp <karsten@redhat.com> | 2004-09-01 11:30:20 +0000 |
commit | 14841bc9529da8787f0084644b6019b9421bfa99 (patch) | |
tree | f3106f73ff42a2e5b0256c87e12edd87125867f9 /sysconfig/network-scripts/network-functions | |
parent | 4916ec9c0fa6d48c8e4f56479963b34660c4e9d8 (diff) | |
download | initscripts-14841bc9529da8787f0084644b6019b9421bfa99.tar initscripts-14841bc9529da8787f0084644b6019b9421bfa99.tar.gz initscripts-14841bc9529da8787f0084644b6019b9421bfa99.tar.bz2 initscripts-14841bc9529da8787f0084644b6019b9421bfa99.tar.xz initscripts-14841bc9529da8787f0084644b6019b9421bfa99.zip |
- esconX interfaces are gone, they are now called ctcX and configured the same as ctc interfaces
Diffstat (limited to 'sysconfig/network-scripts/network-functions')
-rw-r--r-- | sysconfig/network-scripts/network-functions | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/sysconfig/network-scripts/network-functions b/sysconfig/network-scripts/network-functions index 5724e9ba..8d14a780 100644 --- a/sysconfig/network-scripts/network-functions +++ b/sysconfig/network-scripts/network-functions @@ -77,12 +77,6 @@ source_config () IUCV) DEVICETYPE="iucv" ;; - ESCON) - DEVICETYPE="escon" - ;; - QETH) - DEVICETYPE="eth" - ;; esac [ -z "$DEVICETYPE" ] && DEVICETYPE=`echo ${DEVICE} | sed "s/[0-9]*$//"` @@ -341,7 +335,7 @@ configure_ccwgroup_device () if [ "$TYPE" = "QETH" ]; then DIR="/sys/bus/ccwgroup/drivers/qeth" elif - [ "$TYPE" = "CTC" -o "$TYPE" = "ESCON" ]; then + [ "$TYPE" = "CTC" ]; then DIR="/sys/bus/ccwgroup/drivers/ctc" elif [ "$TYPE" = "LCS" ]; then |