diff options
author | rodrigc <rodrigc@FreeBSD.org> | 2005-11-29 19:13:28 +0000 |
---|---|---|
committer | rodrigc <rodrigc@FreeBSD.org> | 2005-11-29 19:13:28 +0000 |
commit | c4a985aa82498ec0823b3d1dde35f67493cafcb0 (patch) | |
tree | ce2ac19c952221fecd531a65684049434ae15b34 /UPDATING | |
parent | aea275fca96384ee1e8df4508f5b030e56b75871 (diff) | |
download | FreeBSD-src-c4a985aa82498ec0823b3d1dde35f67493cafcb0.zip FreeBSD-src-c4a985aa82498ec0823b3d1dde35f67493cafcb0.tar.gz |
Document removal of nodev mount option.
Requested by: gleb
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -22,6 +22,11 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 7.x IS SLOW: to maximize performance. 20051129: + The nodev mount option was deprecated in RELENG_6 (where it + was a no-op), and is now unsupported. If you have nodev or dev listed + in /etc/fstab, remove it, otherwise it will result in a mount error. + +20051129: ABI between ipfw(4) and ipfw(8) has been changed. You need to rebuild ipfw(8) when rebuilding kernel. |