aboutsummaryrefslogtreecommitdiff
path: root/etc/rc.devfs
Commit message (Collapse)AuthorAgeFilesLines
* Per previous announcement, remove the old version of the rc system.Doug Barton2003-05-021-59/+0
| | | | | | | | | | | | | All functionality from the previous system has been preserved, and users should still customize their system boot with the familiar methods, rc.conf, rc.conf.local, rc.firewall, sysctl.conf, etc. Users who have customized versions of scripts that have been removed should take great care when upgrading, since the compatibility code that used those old scripts has also been removed. Notes: svn path=/head/; revision=114492
* Add a header: #!/bin/sh.Tom Rhodes2003-02-061-0/+1
| | | | | | | PR: 44363 Notes: svn path=/head/; revision=110476
* Another good suggestion from Bruce, only create links if theDoug Barton2002-06-191-2/+2
| | | | | | | file doesn't exist already. Notes: svn path=/head/; revision=98412
* Should have paid more attention to the PR. Update (improve?) the examplesDoug Barton2002-06-181-2/+19
| | | | | | | | | by doing them in /dev/, and provide more than just the one example. Submitted by: bde (for the ideas, blame for mistakes is mine) Notes: svn path=/head/; revision=98384
* Only create symlink if /dev/ttyv0 exists.Doug Barton2002-06-181-1/+3
| | | | | | | | PR: misc/39381 Submitted by: Dirk-Willem van Gulik <dirkx@covalent.net> Notes: svn path=/head/; revision=98383
* Add copyright notices. Other systems have been barrowing our /etc filesDavid E. O'Brien2000-10-081-1/+25
| | | | | | | w/o giving any credit. Notes: svn path=/head/; revision=66830
* Add to defaults/rc.conf a new function source_rc_confs which rcSheldon Hearn2000-04-271-0/+1
| | | | | | | | | | | | | | | | | | | | scripts may use to source safely overrides in ${rc_conf_files} files. This protects users who insist on the bad practice of copying /etc/defaults/rc.conf to /etc/rc.conf from a recursive loop that exhausts available file descriptors. Several people have expressed interest in breaking this function out into its own shell script. Anyone who wants to embark on such an undertaking would do well to study the attributed PR. PR: 17595 Reported by: adrian Submitted by: Doug Barton <Doug@gorean.org> Notes: svn path=/head/; revision=59674
* 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