CVSROOT: /cvs Module name: src Changes by: dera...@cvs.openbsd.org 2015/11/26 00:26:50
Modified files: lib/libc/yp : yp_bind.c Log message: remove the "YP server for domain %s not responding, still trying" code. For years, it talked to stderr. That was wrong. Then it was converted to opening /dev/tty, which is also wrong (pledge says so). Upon reconsideration people in these more modern times have adapted to all sorts of services not being available, so axe the alert and retry silently. ok beck