Bug 26818

Summary: Bad default value for isdn_fsdev in /etc/defaults/rc.conf
Product: Base System Reporter: clement <clement>
Component: confAssignee: hm
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.3-STABLE   
Hardware: Any   
OS: Any   

Description clement 2001-04-24 14:40:06 UTC
	The default value of isdn_fsdev (isdnd's controlling terminal when it's
run in fullscreen mode) is set to /dev/ttyv4 in /etc/defaults/rc.conf. Therefore
, if the user doesn't modify it in /etc/rc.conf, isdnd attachs itself to /dev/tt
yv4, which is used later by getty(8), so, when getty is started, isdnd can no lo
nger read from its controlling terminal.

Fix: 

I think it may be safer to set the default value of isdn_fsdev to "NO",
in /etc/defaults/rc.conf, and let isdnd run in daemon mode unless the user specified a tty.
How-To-Repeat: 	Configure the ISDN kernel drivers and isdnd, put isdn_enable="YES" in
/etc/rc.conf, do not define isdn_fsdev in /etc/rc.conf, and reboot.
Comment 1 hm freebsd_committer freebsd_triage 2001-05-24 12:26:32 UTC
Responsible Changed
From-To: freebsd-bugs->hm

change to maintainer.
Comment 2 hm freebsd_committer freebsd_triage 2001-07-23 15:30:08 UTC
State Changed
From-To: open->closed

The default for isdn_fsdev has been changed to NO in /etc/defaults/rc.conf 
for FreeBSD 5.0-CURRENT.