NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: bin/53458: usr.sbin/ypserv/ypinit: error while checking hostname
The following reply was made to PR bin/53458; it has been noted by GNATS.
From: christos%zoulas.com@localhost (Christos Zoulas)
To: gnats-bugs%NetBSD.org@localhost, gnats-admin%netbsd.org@localhost, netbsd-bugs%netbsd.org@localhost
Cc:
Subject: Re: bin/53458: usr.sbin/ypserv/ypinit: error while checking hostname
Date: Wed, 18 Jul 2018 07:00:12 -0400
On Jul 18, 6:10am, triaxx%NetBSD.org@localhost (triaxx%NetBSD.org@localhost) wrote:
-- Subject: bin/53458: usr.sbin/ypserv/ypinit: error while checking hostname
| After inspecting /usr/sbin/ypinit, the line 98 sounds strange to me:
[...]
| -host=`${HOSTNAME}`
| +host=`echo ${HOSTNAME}`
HOSTNAME=/bin/hostname
So after your patch host will contain /bin/hostname, which is not empty
but not correct.
christos
Home |
Main Index |
Thread Index |
Old Index