pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/53673



I just hit this on my Linux box. There is no NIS support and python27
and python36 fail. Regarding this logic:

.  elif ${OPSYS} != "NetBSD" || exists(/usr/bin/ypcat)

Is this really what is intended? It seems more sensible to me when
changed to

.  elif ${OPSYS} != "NetBSD" && exists(/usr/bin/ypcat)

I actually have a Linux system where NIS is employed, and there
is /usr/bin/ypcat. Shouldn't the logic use that to decide if NIS is
built or not, instead of forking out at != NetBSD and happily assuming
that there is NIS?

-- 
Dr. Thomas Orgis
HPC @ Universität Hamburg


Home | Main Index | Thread Index | Old Index