Bug 39351

Summary: /etc/rc.syscons is always ran - even if there is no vga.
Product: Base System Reporter: Dirk-Willem van Gulik <dirkx>
Component: confAssignee: Doug Barton <dougb>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 5.0-CURRENT   
Hardware: Any   
OS: Any   

Description Dirk-Willem van Gulik 2002-06-15 23:10:01 UTC
Unlike virtually all other aspects; there seems to be no clean way in /etc[/default/]rc.conf to switch off the running of /etc/rc.syscons.

Fix: 

add a flag to /etc/default/rc.conf and pick it up in /etc/rc
How-To-Repeat: set up a diskless machine according to diskless(8)
Comment 1 Makoto Matsushita 2002-06-16 07:58:11 UTC
dirkx> Unlike virtually all other aspects; there seems to be no clean
dirkx> way in /etc[/default/]rc.conf to switch off the running of
dirkx> /etc/rc.syscons.

You can simply remove /etc/rc.syscons file, to stop running.  If you
don't want to do so, you can also set some variable to stop all
/etc/rc.syscons setup effective.

Doesn't it work for you?

-- -
Makoto `MAR' Matsushita
Comment 2 Doug Barton freebsd_committer freebsd_triage 2002-06-16 20:36:48 UTC
State Changed
From-To: open->closed


Everything in rc.syscons is already controlled by a knob, and as 
was already said, if you don't like having it run, just rm it. 


Comment 3 Doug Barton freebsd_committer freebsd_triage 2002-06-16 20:36:48 UTC
Responsible Changed
From-To: freebsd-bugs->dougb


I'm looking more closely at /etc stuff again.
Comment 4 Doug Barton freebsd_committer freebsd_triage 2002-06-16 21:56:05 UTC
State Changed
From-To: closed->patched
Comment 5 Doug Barton freebsd_committer freebsd_triage 2002-11-04 07:05:46 UTC
State Changed
From-To: patched->closed


Finally MFC'ed this, sorry for the delay.