aboutsummaryrefslogtreecommitdiff
path: root/etc/rc.d/isdnd
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc.d/isdnd')
-rw-r--r--etc/rc.d/isdnd10
1 files changed, 10 insertions, 0 deletions
diff --git a/etc/rc.d/isdnd b/etc/rc.d/isdnd
index 293ba562806d..a3d3e5401e76 100644
--- a/etc/rc.d/isdnd
+++ b/etc/rc.d/isdnd
@@ -38,6 +38,16 @@ case ${isdn_enable} in
[Yy][Ee][Ss])
echo -n 'ISDN subsystem setup:'
+ # Check for pcvt driver (VT100/VT220 emulator)
+ #
+ if [ -x /usr/sbin/ispcvt ]; then
+ if /usr/sbin/ispcvt; then
+ # No vidcontrol if we are using pcvt
+ #
+ isdn_screenflags=NO
+ fi
+ fi
+
case ${isdn_flags} in
[Nn][Oo])
isdn_flags=''