summaryrefslogtreecommitdiffstats
path: root/etc/etc.amd64
Commit message (Collapse)AuthorAgeFilesLines
* Use apm instead of apmconf.asmodai2000-01-231-4/+4
| | | | | Necessary change to due removal of apmconf which got moved into apm by green.
* Use more thorough redirection to make the impact of allscreens_flagssheldonh1999-12-211-1/+1
| | | | | | | | | more comprehensive. Previously, at least colour changes were not applied to all virtual consoles. PR: 15066 Reported by: Andy Farkas <andyf@speednet.com.au> Submitted by: yokota
* Be slightly less verbose.obrien1999-09-151-1/+1
|
* /Linux emulation/Linux mode binary compatibility/obrien1999-09-151-1/+1
|
* Apply a consistent style to most of the etc scripts. Particularly, usesheldonh1999-09-131-47/+136
| | | | | | | | | case instead of test where appropriate, since case allows case is a sh builtin and (as a side-effect) allows case-insensitivity. Changes discussed on freebsd-hackers. Submitted by: Doug Barton <Doug@gorean.org>
* $Id$ -> $FreeBSD$peter1999-08-272-2/+2
|
* Style clean-up:sheldonh1999-08-251-33/+33
| | | | | | | | | | | | | | | | * All variables are now embraced: ${foo} * All comparisons against some value now take the form: [ "${foo}" ? "value" ] where ? is a comparison operator * All empty string tests now take the form: [ -z "${foo}" ] * All non-empty string tests now take the form: [ -n "${foo}" ] Submitted by: jkh
* Grammar and formatting touch-ups to comments.hoek1999-08-221-12/+12
|
* Refine on explanation for apm stuff.iwasaki1999-07-121-2/+2
| | | | | | Make it clear that apmd depends on apmconf -e. Reviewed by: obrien, my friend :-)
* Add apmd_enable and apmd_flags for the boot-time optinos.iwasaki1999-07-111-2/+2
| | | | | Pointed out by: obrien Forgotten by: iwasaki
* Put apmd configuration and rc files in /etc.iwasaki1999-07-101-1/+5
| | | | Update some files for apmd.
* Feed the vty monster.des1999-07-041-2/+7
|
* Reviewed by: jkhwes1999-02-091-1/+23
| | | | | | Submitted by: wes Added commentary to ttys to clarify the meaning of the columns. Added commentary to ttys to clarify the meaning of the columns.
* Added a knob for svr4 to rc.conf (and associated support in rc.i386)newton1999-01-301-1/+6
| | | | Suggested by: jkh
* Unload the splash decoder module when a screen saver module is loaded.yokota1999-01-291-1/+4
| | | | | | | | Strictly speaking, it is not necessary; the screen saver will load even if the splash module is still in memory. But still, it is the right thing to do, otherwise the splash decoder module just wasts the kernel space. Discussed with: des
* kldload the screen saverspeter1998-11-111-3/+2
|
* Write temp files with a uniq name into /var/runwosch1998-11-011-2/+2
| | | | | instead the public writable directory /tmp PR: conf/8330
* Add Id keywordsbrian1998-09-021-0/+1
|
* modstat | grep _saver is used to determine if a screensaver is loadedphk1998-07-221-2/+2
| | | | | | | already. The modstat output goes to the screen. PR: 7351 Reviewed by: phk Submitted by: Jos Backus <Jos.backus@nl.origin-it.com>
* Moved from directory above. It is i386 specific.jb1998-05-161-0/+277
|
* Cosmetique changes in vidcontrol all screens knobache1998-04-021-4/+4
|
* Implement vidcontrol knob which allows to set passed flags/modesache1998-04-021-1/+10
| | | | for all virtual screens (via for loop)
* New moused flag.jkh1998-03-071-2/+2
| | | | Submitted by: Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp>
* DTRT with ${viddev} in the same way as the other vidcontrol entries.jkh1997-09-141-2/+2
| | | | Reminded by: bde
* MF22: If moused started, also enable it for console vty.jkh1997-09-131-1/+2
| | | | PR: 4525
* fix rndcontrol invocation.. rndcontrol has the irq after a -s switch, notpeter1997-07-061-2/+2
| | | | | | | just the next argument. We really need to be able to tag drivers with their randomness "suitability" so that this can be more automatic. It would be nice if all suitable drivers registered their irq automatically, but still allowed them to be turned on/off etc.
* Correct the way IRQs are passed to rndcontrol. If there are more thanmarkm1997-06-021-2/+2
| | | | | | one IRQ being used, the -s options must be specified for each of them. In this case rc.conf would only allow 1, as the -s was coded into rc.i386.
* YAMF22jkh1997-05-271-2/+2
|
* Neaten up some things which were inconsistent, add a few more flagsjkh1997-05-191-3/+3
| | | | | to things which need them, general cleanup. Submitted by: Brian Somers <brian@awfulhak.org>
* Update the etc world from RELENG_2_2 which is now more up-to-datejkh1997-05-031-6/+1
| | | | | | (gotta get myself -current again, this is a drag). Also-fixes-problems-noted-by: Wolfgang Helbig & Joerg Wunsch
* YAMF22jkh1997-04-281-2/+7
|
* YAMF22jkh1997-04-281-5/+10
|
* Bring in rc file changes from -current.jkh1997-04-271-14/+9
|
* Revert $FreeBSD$ to $Id$peter1997-02-231-1/+1
|
* As /etc/sysconfig and /etc/rc.i386 is now, you can't modify the sysconsjkh1997-01-241-0/+5
| | | | | | | bell type on boot. Slightly annoying when your system doesn't have a speaker. This adds a `keybell' frob for setting it. Closes PR#2519 Submitted-By: Jonathan Mini <mini@hydrogen.nike.efn.org>
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* Remove sleep before moused, problem fixed with new consolectl deviceache1996-09-091-2/+2
|
* Make moused actually work:ache1996-09-071-2/+2
| | | | | add sleep 20 before moused starts. It allows all getties to activate screens.
* Add moused hooks (OFF by default)ache1996-06-231-1/+7
|
* Another round of spelling fixes.mpp1996-01-311-3/+3
|
* Uniformize startup display to follow style of all the others. This meanswollman1995-11-291-27/+14
| | | | | in particular getting rid of most of the goop that causes syscons options to be spread out over four separate lines.
* Fix stupid typo.markm1995-11-141-2/+2
| | | | Pointed out by: Mark Valentine
* OOps, nearly missed this bit. Add the call to rndcontrol to set themarkm1995-11-131-1/+7
| | | | chosen interrupts for the entropy gathering in /dev/random.
* Part 2 of the linux LKM hook, and use the new screen saver entrypeter1995-10-281-2/+7
| | | | | points in the modload, as enforced by the recent symorder and bsd.kmod.mk changes..
* FreeBSD/386 -> FreeBSD/i386rgrimes1995-07-171-2/+2
| | | | Submitted by: Thomas Graichen <graichen@sirius.physik.fu-berlin.de>
* Reviewed by: sosrgrimes1995-05-261-10/+14
| | | | | | | | | | | | Submitted by: bde rc.i386 failed messily when I used a serial console. Editors note: Use file redirection so that all the kbdcontrol and vidcontrol commands act upon /dev/ttyv0 instead of stdin. Though this feature is not documented it is the intended behavior of {vid,kbd}control and shall be documented in the future as such.
* A better solution for the noisy ibcs2 startup, just echo a space and thenrgrimes1995-04-131-4/+2
| | | | | call ibcs2. Submitted by: jkh, slight modification by me.
* Add missing "echo '.'" to end of file so that the next file calledrgrimes1995-04-101-1/+3
| | | | starts on a new line.
* This is a purely cosmetic clean up. Fix many cut and paste problems thatrgrimes1995-04-091-5/+5
| | | | had turned tabs into spaces.
* Don't spit out a gratuitous ibcs2 startup message.jkh1995-04-061-2/+4
|
OpenPOWER on IntegriCloud