| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
| |
PR: 44363
Notes:
svn path=/head/; revision=110476
|
| |
|
|
|
|
|
| |
file doesn't exist already.
Notes:
svn path=/head/; revision=98412
|
| |
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
| |
PR: misc/39381
Submitted by: Dirk-Willem van Gulik <dirkx@covalent.net>
Notes:
svn path=/head/; revision=98383
|
| |
|
|
|
|
|
| |
w/o giving any credit.
Notes:
svn path=/head/; revision=66830
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
| |
Notes:
svn path=/head/; revision=52165
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
| |
Notes:
svn path=/head/; revision=50472
|
| |
|
|
|
|
|
| |
as necessary (for half-assed upgrades).
Notes:
svn path=/head/; revision=43849
|
| |
|
|
| |
Notes:
svn path=/head/; revision=40287
|
| |
|
|
|
|
|
| |
Submitted by: Vanilla Pooh Shu <vanilla@oneway.net>
Notes:
svn path=/head/; revision=39524
|
|
|
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
|