diff options
-rw-r--r-- | release/texts/alpha/RELNOTES.TXT | 5 | ||||
-rw-r--r-- | release/texts/i386/RELNOTES.TXT | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/release/texts/alpha/RELNOTES.TXT b/release/texts/alpha/RELNOTES.TXT index d2d1a66..24929fd 100644 --- a/release/texts/alpha/RELNOTES.TXT +++ b/release/texts/alpha/RELNOTES.TXT @@ -152,6 +152,11 @@ Groff/troff/eqn has been updated to version 1.11. Gdb has been updated to version 4.18 and is now part of the standard release for FreeBSD/alpha. +`chown' has moved from "/usr/sbin" to "/sbin". This is due to dependencies +on it by `MAKEDEV'. Please update any scripts that have "/usr/sbin" +hardcoded in them. Since `chgrp' is a link to `chown', `chgrp' has moved +from "/usr/bin" to "/bin" to reside on the same partition. + 2. Supported Configurations --------------------------- diff --git a/release/texts/i386/RELNOTES.TXT b/release/texts/i386/RELNOTES.TXT index 9b0b438..5fb7139 100644 --- a/release/texts/i386/RELNOTES.TXT +++ b/release/texts/i386/RELNOTES.TXT @@ -154,6 +154,11 @@ Groff/troff/eqn has been updated to version 1.11. Gdb has been updated to version 4.18 and is now part of the standard release for FreeBSD/alpha. +`chown' has moved from "/usr/sbin" to "/sbin". This is due to dependencies +on it by `MAKEDEV'. Please update any scripts that have "/usr/sbin" +hardcoded in them. Since `chgrp' is a link to `chown', `chgrp' has moved +from "/usr/bin" to "/bin" to reside on the same partition. + 2. Supported Configurations --------------------------- |