summaryrefslogtreecommitdiffstats
path: root/etc/etc.amd64
Commit message (Collapse)AuthorAgeFilesLines
* Move the syscons configuration to a machine independent rc.syscons. Thejhb2001-01-091-151/+0
| | | | | syscons sh code was identical on both platforms except for whitespace differences.
* Don't announce that rc.${MACHINE_ARCH} is doing the syscons configurationjhb2001-01-071-1/+1
| | | | | | | | as the previous line already tells us we are in rc.${MACHINE_ARCH}. This also allows more syscons configuration messages during startup to fit on one line. Reviewed by: dougb
* Apply a more consistent style to the echo statements in /etc/ scripts.dougb2000-12-171-2/+2
| | | | | | | | | | * Put quotes around each line * Single quotes for lines with no variable interpolation * Double quotes if there is * Capitalize each word that begins a line * Make echo -n 'Doing foo:' ... echo '.' more of a standard No functionality changes
* Fix bug in rev 1.54; the terminating `;;' for the ibcs2_enable=YESsheldonh2000-08-181-0/+1
| | | | case got lost.
* Don't rely on a shell scripts to do the simple job of loadingsheldonh2000-08-181-2/+11
| | | | | | | | | | kernel modules for ibcs2_enable and svr4_enable. Don't rely on a shell script to do the neglibly less simple job of loading a kernel module and running one command for linux_enable. These shell scripts are going away.
* Move the running of the Linux and SVR4 compat bits to the arch independentobrien2000-08-151-16/+0
| | | | | | location. Sponsored by: LinuxWorld frustration
* Clean up all the old setup code for the old /dev/random. This will bemarkm2000-06-251-14/+0
| | | | revisited when the new /dev/random is done.
* Revert to rev 1.6 until post 4.0-R. As probably 98% of i386 installsobrien2000-01-291-1/+2
| | | | | | happen with a keyboard and monitor the console change was not as needed in the i386 case as the Alpha case. IMO >50% of Alpha installs are using a serial console, the change matching rev 1.7 should not be backed out.
* * Use `console' rather than `ttyv0' so there will always be a getty onobrien2000-01-291-2/+1
| | | | | the console reguardless of the type of console. * Make the Alpha version match the i386 version.
* Bah! Give me the pointy hat. Never commit fixes when just awake.asmodai2000-01-241-1/+1
| | | | | | anable -> enable Spotted by: Alexander Leidinger <Alexander@leidinger.net>
* Fix my obmission of the keyword enable after apm -e.asmodai2000-01-241-2/+2
| | | | Submitted by: Blaz Zupan <blaz@amis.net>
* 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
|
OpenPOWER on IntegriCloud