summaryrefslogtreecommitdiff
path: root/etc/rc.devfs
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/4.2.0_cvscvs2svn2000-11-201-1/+1
| | | | | | | 'RELENG_4_2_0_RELEASE'. This commit was manufactured to restore the state of the 4.2-RELEASE image. Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
* MFC: Add copyright.David E. O'Brien2000-10-301-1/+25
| | | | Notes: svn path=/stable/4/; revision=67950
* MFC: - add source_rc_confsJeroen Ruigrok van der Werven2000-05-281-0/+1
| | | | | | | | Reminded of, while working on the readline MFC, by: Mike Harding <mvh@ix.netcom.com> Notes: svn path=/stable/4/; revision=61053
* typoPhilippe Charnier1999-10-121-1/+1
| | | | Notes: svn path=/head/; revision=52165
* Apply a consistent style to most of the etc scripts. Particularly, useSheldon Hearn1999-09-131-3/+4
| | | | | | | | | | | | 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> Notes: svn path=/head/; revision=51231
* $Id$ -> $FreeBSD$Peter Wemm1999-08-271-1/+1
| | | | Notes: svn path=/head/; revision=50472
* Use /etc/defaults/rc.conf everywhere, falling back to /etc/rc.confJordan K. Hubbard1999-02-101-2/+4
| | | | | | | as necessary (for half-assed upgrades). Notes: svn path=/head/; revision=43849
* Shut this thing up; most people don't even have this enabled.Jordan K. Hubbard1998-10-131-4/+1
| | | | Notes: svn path=/head/; revision=40287
* Put the right path on the devices.Søren Schmidt1998-09-201-2/+2
| | | | | | | Submitted by: Vanilla Pooh Shu <vanilla@oneway.net> Notes: svn path=/head/; revision=39524
* Make /dev/vga a softlink to /dev/ttyv0 under DEVFS using /etc/rc.devfsSøren Schmidt1998-09-141-0/+14
Remove the hack from syscons that added a /dev/vga node in DEVFS it broke root acces on ttyv0 because dev_mkdb screwed up. Notes: svn path=/head/; revision=39162