summaryrefslogtreecommitdiffstats
path: root/etc/etc.alpha/rc.alpha
Commit message (Collapse)AuthorAgeFilesLines
* Add an enable_osf1 knob to the alpha startup codegallatin1999-12-151-0/+9
|
* Apply a consistent style to most of the etc scripts. Particularly, usesheldonh1999-09-131-28/+86
| | | | | | | | | 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-271-1/+1
|
* Style clean-up:sheldonh1999-08-251-23/+23
| | | | | | | | | | | | | | | | * 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
* Sync with rc.i386 - use kldload rather than modload (which never existedpeter1999-04-241-3/+5
| | | | on the Alpha anyway)
* Change to use FreeBSD device major numbers and tty definitions.dfr1998-08-311-1/+91
|
* Add some place-holder files here to keep the distribution targetjkh1998-05-201-0/+8
from blowing up. The disktab file isn't necessarily invalid either for a PCI Alpha.
OpenPOWER on IntegriCloud