diff options
author | ru <ru@FreeBSD.org> | 2006-03-30 13:50:48 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2006-03-30 13:50:48 +0000 |
commit | aa075cf284edd2192e4a6c6f086e2ac9edb16656 (patch) | |
tree | feff815e0101035be35130d789b43a94eb9eb5ba | |
parent | 568ba3bc0f59722183745c27c3ee171b74abedd8 (diff) | |
download | FreeBSD-src-aa075cf284edd2192e4a6c6f086e2ac9edb16656.zip FreeBSD-src-aa075cf284edd2192e4a6c6f086e2ac9edb16656.tar.gz |
Rebuild gensnmptree(1) on 700014 systems too. While 700014 corresponds
to post January 26 systems where gensnmptree(1) code was already fixed,
there was a timeframe between February 14 and February 27 when
usr.sbin/bsnmpd/ including gensnmptree was disconnected from build, so
if you upgraded in this timeframe, you ended up with the 700014 system
but still with a buggy gensnmptree binary. This also means not being
able to buildworld now.
Reported by: jhb
Attention: harti, keramida
-rw-r--r-- | Makefile.inc1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1 index 428b968..800ecd9 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -818,7 +818,7 @@ _crunchgen= usr.sbin/crunch/crunchgen _pwd_mkdb= usr.sbin/pwd_mkdb .endif -.if ${BOOTSTRAPPING} < 700014 +.if ${BOOTSTRAPPING} < 700015 _gensnmptree= usr.sbin/bsnmpd/gensnmptree .endif |