Anti-foot-shooting for pcvt users: ignore isdn_screenflags which is
only for syscons. Requested by: Alexander Leidinger <Alexander@Leidinger.net> MFC after: 7 days
This commit is contained in:
@@ -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=''
|
||||
|
||||
+10
@@ -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=''
|
||||
|
||||
Reference in New Issue
Block a user