Remove www.freebsd.org hostname evaluation, since it is not

a real machine for a long time.

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Glen Barber 2015-06-22 03:28:36 +00:00
parent 8163f7d37d
commit 397af3aa33
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=46854

View file

@ -25,7 +25,7 @@ ${INDEX}:
.endif
HOSTNAME!= hostname
.if ${HOSTNAME} == "freefall.freebsd.org" || ${HOSTNAME} == "www.freebsd.org" || ${HOSTNAME} == "build-web.stream.FreeBSD.org"
.if ${HOSTNAME} == "freefall.freebsd.org" || ${HOSTNAME} == "build-web.stream.FreeBSD.org"
CLUSTER_MACHINE= YES
.endif