CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2015/11/23 11:04:54
Modified files:
share/man/man5 : resolv.conf.5
lib/libc/asr : asr.c asr_private.h getaddrinfo_async.c
gethostnamadr_async.c
Log message:
Remove support for "lookup yp" in /etc/resolv.conf. This historical
wart is incompatible with pledge, because suddenly a "dns" operation
needs "getpw" access to ypbind/ypserv, etc. file + dns access is
enough for everyone, sorry if you were using that old SunOS 4.x style
mechanism, but it is now gone.
ok semarie millert florian