mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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
This commit is contained in:
parent
2e128ca835
commit
03e21a94e4
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue