diff options
| author | Nate Lawson <njl@FreeBSD.org> | 2007-02-19 22:49:43 +0000 |
|---|---|---|
| committer | Nate Lawson <njl@FreeBSD.org> | 2007-02-19 22:49:43 +0000 |
| commit | 699e491f50dab896fb4cdd5895f19123c6839360 (patch) | |
| tree | 8a1213d65115cc10ba12894b5268993372d12c8d /UPDATING | |
| parent | 19913888adf1a47a728778222cc01c633b3e8ac2 (diff) | |
Notes
Diffstat (limited to 'UPDATING')
| -rw-r--r-- | UPDATING | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -21,6 +21,19 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 7.x IS SLOW: developers choose to disable these features on build machines to maximize performance. +20070218: + The following build error may appear when upgrading from an old + -current (usr.sbin/bsnmpd/modules/snmp_bridge, depend stage): + line 31: '(' expected at begin of node + context: " TruthValue ENUM ( + *** Error code 1 + If so, run "make install" in usr.sbin/bsnmpd/gensnmptree. (It + should probably be a build tool). In the same module, you may + also get the error: + ...snmp_bridge/bridge_sys.c:39:27: + net/bridgestp.h: No such file or directory + If so, run "cp src/sys/net/bridgestp.h /usr/include/net". + 20070214: The output of netstat -r has changed. Without -n, we now only print a "network name" without the prefix length if the network |
