aboutsummaryrefslogtreecommitdiff
path: root/etc/rc.syscons
Commit message (Collapse)AuthorAgeFilesLines
* Make the 'echo' output for blanktime and scrnmap consistent with theirDima Dorfman2001-08-311-2/+2
| | | | | | | | variable names. There were minor differences in both cases, which were needlessly confusing and inconsistent. Notes: svn path=/head/; revision=82660
* Fix minor typo.David E. O'Brien2001-08-091-1/+1
| | | | Notes: svn path=/head/; revision=81357
* Add an allscreens_kbdflags option. Same thing as allscreens_flags,Dima Dorfman2001-04-281-0/+9
| | | | | | | | | but runs kbdcontrol instead of vidcontrol. Reviewed by: ru Notes: svn path=/head/; revision=76110
* Add mousechar_start hookAndrey A. Chernov2001-04-191-0/+7
| | | | | | | Reviewed by: Nick Hibma <n_hibma@qubesoft.com> Notes: svn path=/head/; revision=75708
* Move the syscons configuration to a machine independent rc.syscons. TheJohn Baldwin2001-01-091-0/+176
syscons sh code was identical on both platforms except for whitespace differences. Notes: svn path=/head/; revision=70856