diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 1999-12-14 04:54:55 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 1999-12-14 04:54:55 +0000 |
| commit | 5eacf821880bcb5a979cfeb79df8121878373684 (patch) | |
| tree | c0ac0a615d7720dde38e4d2408bb17e1fe6c7a06 /release | |
| parent | 9d6b377b08afef44e0439266ef053f9c5b7620e4 (diff) | |
Notes
Diffstat (limited to 'release')
| -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 d2d1a668a1eda..24929fda48129 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 9b0b438464ef6..5fb7139285a7f 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 --------------------------- |
