summaryrefslogtreecommitdiffstats
path: root/etc/defaults/rc.conf
diff options
context:
space:
mode:
authorhm <hm@FreeBSD.org>2001-07-23 14:24:31 +0000
committerhm <hm@FreeBSD.org>2001-07-23 14:24:31 +0000
commitf624f22b321fbbda0fed8cc92bd9a73e7dbc9c9d (patch)
treeb4415974aeda66f945fb769dc8450b933c2abbf4 /etc/defaults/rc.conf
parent0f7dc27de9fff9ad17977cb9952c731a79a99fc1 (diff)
downloadFreeBSD-src-f624f22b321fbbda0fed8cc92bd9a73e7dbc9c9d.zip
FreeBSD-src-f624f22b321fbbda0fed8cc92bd9a73e7dbc9c9d.tar.gz
change the default for isdn_fsdev to NO. specifying a device here
results in a potential conflict with a getty running on that device. PR: 26818 Submitted by: Clement Ballabriga <clement@asso.ups-tlse.fr>
Diffstat (limited to 'etc/defaults/rc.conf')
-rw-r--r--etc/defaults/rc.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf
index 04d6724..68dd437 100644
--- a/etc/defaults/rc.conf
+++ b/etc/defaults/rc.conf
@@ -214,9 +214,9 @@ atm_enable="NO" # Configure ATM interfaces (or NO).
atm_pvcs="" # Set to PVC list (or leave empty).
atm_arps="" # Set to permanent ARP list (or leave empty).
-### ISDN interface options: ###
+### ISDN interface options: (see also: /usr/share/examples/isdn) ###
isdn_enable="NO" # Enable the ISDN subsystem (or NO).
-isdn_fsdev="/dev/ttyv4" # Output device for fullscreen mode (or NO for daemon mode).
+isdn_fsdev="NO" # Output device for fullscreen mode (or NO for daemon mode).
isdn_flags="-dn -d0x1f9" # Flags for isdnd
isdn_ttype="cons25" # terminal type for fullscreen mode
isdn_screenflags="NO" # screenflags for ${isdn_fsdev}
OpenPOWER on IntegriCloud