RTFM. you cannot use +:* as the NIS catchall in FreeBSD.
Its documented.
(sigh)
sorry.
-George
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message
To answer my own question:
src/lib/libc/Makefile.inc
has
.if !defined(NO_YP_LIBC)
CFLAGS+= -DYP
.include "${.CURDIR}/../libc/yp/Makefile.inc"
.endif
a find down the src tree does not reveal this being defined. I'm going
to have to look elsewhere for Y
At line 67 in getpwent.c under libc/gen there is a block
of code which is #ifdef YP. I know its a dumb question
but what turns this #ifdef on? I ask, because I truss'd
my login process after enabling yp via ypinit and while
I can ypcat my maps, I can't see login do diddly squat
into them under pa