summaryrefslogtreecommitdiffstats
path: root/contrib/bsnmp/snmpd
diff options
context:
space:
mode:
authorsyrinx <syrinx@FreeBSD.org>2010-12-20 22:56:50 +0000
committersyrinx <syrinx@FreeBSD.org>2010-12-20 22:56:50 +0000
commit3830b0c9c78eedec2084a8ebcbcb06fb7a9b2a5c (patch)
treeef97e25fb8862244948a9946c10c4ff89348468b /contrib/bsnmp/snmpd
parentbe5201b0d1c733f2bfb8fa4bef0225259f9acb2c (diff)
downloadFreeBSD-src-3830b0c9c78eedec2084a8ebcbcb06fb7a9b2a5c.zip
FreeBSD-src-3830b0c9c78eedec2084a8ebcbcb06fb7a9b2a5c.tar.gz
Unbreak the build by temprorarily not using include directives in
bsnmpd(1)' def files, until bsd.snmpmod.mk & Makefiles are fixed to pass proper include path flags to gensnmptree.
Diffstat (limited to 'contrib/bsnmp/snmpd')
-rw-r--r--contrib/bsnmp/snmpd/tree.def11
1 files changed, 10 insertions, 1 deletions
diff --git a/contrib/bsnmp/snmpd/tree.def b/contrib/bsnmp/snmpd/tree.def
index f4d8579..b45817f 100644
--- a/contrib/bsnmp/snmpd/tree.def
+++ b/contrib/bsnmp/snmpd/tree.def
@@ -31,7 +31,16 @@
# System group and private Begemot SNMPd MIB.
#
-include "tc.def"
+#include "tc.def"
+
+typedef RowStatus ENUM (
+ 1 active
+ 2 notInService
+ 3 notReady
+ 4 createAndGo
+ 5 createAndWait
+ 6 destroy
+)
(1 internet
(2 mgmt
OpenPOWER on IntegriCloud