diff options
author | mbr <mbr@FreeBSD.org> | 2002-12-16 22:24:26 +0000 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2002-12-16 22:24:26 +0000 |
commit | d975ae88c1d27ae949bace4ebe9916bc7be8afbf (patch) | |
tree | 1c9982dd57f64d9d27d246e74bbbce9267211200 /UPDATING | |
parent | 08b76459f3f8f388a66abdc41491604856d7b9ef (diff) | |
download | FreeBSD-src-d975ae88c1d27ae949bace4ebe9916bc7be8afbf.zip FreeBSD-src-d975ae88c1d27ae949bace4ebe9916bc7be8afbf.tar.gz |
Change the name for the local unix-socket based protocol
from "unix" back to "local". Add some compat stuff so both
ways work for some time.
Reviewed by: phk
Approved by: imp (UPDATING)
Requested by: iedowse, lukem@netbsd.org
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -17,6 +17,13 @@ NOTE TO PEOPLE WHO THINK THAT 5.0-CURRENT IS SLOW: developers choose to disable these features on build machines to maximize performance. +20021216: + A name change in /etc/netconfig has been reverted to stay + compatible with with suns TIRPC and also with NetBSD. You need + to run mergemaster after make world. A new libc does still work + with a outdated /etc/netconfig for some time, but you'll get + a warning. This warning will be removed in 20030301. + 20021202: The recent binutils upgrade marks a kernel flag day on sparc64: modules built with the old binutils will not work |