diff options
author | dougb <dougb@FreeBSD.org> | 2003-05-02 05:27:35 +0000 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2003-05-02 05:27:35 +0000 |
commit | f30c2be11fd392aa4839da69c2fdb02378de5128 (patch) | |
tree | 5cf20dabe73b1b28170c4ad3440357817b0526be /UPDATING | |
parent | 47865226a5bd7d8a045e552f7a19507a92e7bf41 (diff) | |
download | FreeBSD-src-f30c2be11fd392aa4839da69c2fdb02378de5128.zip FreeBSD-src-f30c2be11fd392aa4839da69c2fdb02378de5128.tar.gz |
Per previous announcement, remove the old version of the rc system.
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.
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 13 |
1 files changed, 8 insertions, 5 deletions
@@ -17,11 +17,14 @@ NOTE TO PEOPLE WHO THINK THAT 5.0-CURRENT IS SLOW: developers choose to disable these features on build machines to maximize performance. -20030427: - The old rc system will soon be going away. If you have specified - rc_ng="NO" in your /etc/rc.conf[.local] you should remove it and - test with the new rc system. Please report any problems to - freebsd-rc@yahoogroups.com, and/or freebsd-current@freebsd.org. +20030501: + The old rc system has been removed. Please report any problems + to freebsd-rc@yahoogroups.com, and/or freebsd-current@freebsd.org. + Your personal versions of these files will not be removed, so you can + continue to use them. However, you should take great care when updating, + especially when using mergemaster, since the compatibility code that + utilizes these old scripts has also been removed. + 20030423: A bug has been fixed in /dev/devctl which would cause devd |