diff options
author | hm <hm@FreeBSD.org> | 2001-07-23 14:24:31 +0000 |
---|---|---|
committer | hm <hm@FreeBSD.org> | 2001-07-23 14:24:31 +0000 |
commit | f624f22b321fbbda0fed8cc92bd9a73e7dbc9c9d (patch) | |
tree | b4415974aeda66f945fb769dc8450b933c2abbf4 /etc | |
parent | 0f7dc27de9fff9ad17977cb9952c731a79a99fc1 (diff) | |
download | FreeBSD-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')
-rw-r--r-- | etc/defaults/rc.conf | 4 |
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} |