aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2004-06-29 04:35:31 +0000
committerBill Nottingham <notting@redhat.com>2004-06-29 04:35:31 +0000
commitd5e5bb172bcf2eca414f4a7cc2e5abddccecae3c (patch)
tree51228578a9f2d528d1bc433006a19d188c345c04
parent7ba04ee33b699ccd4b49fc9c44fa794f519658b6 (diff)
downloadinitscripts-d5e5bb172bcf2eca414f4a7cc2e5abddccecae3c.tar
initscripts-d5e5bb172bcf2eca414f4a7cc2e5abddccecae3c.tar.gz
initscripts-d5e5bb172bcf2eca414f4a7cc2e5abddccecae3c.tar.bz2
initscripts-d5e5bb172bcf2eca414f4a7cc2e5abddccecae3c.tar.xz
initscripts-d5e5bb172bcf2eca414f4a7cc2e5abddccecae3c.zip
set devicetype for xDSL (#126194)
-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 7ef8c800..5f1135de 100644
--- a/sysconfig/network-scripts/network-functions
+++ b/sysconfig/network-scripts/network-functions
@@ -59,6 +59,9 @@ source_config ()
Modem)
DEVICETYPE="ppp"
;;
+ xDSL)
+ DEVICETYPE="ppp"
+ ;;
ISDN)
DEVICETYPE="ippp"
;;