[Midnightbsd-cvs] src: FREEBSD-MIB.txt: Temporary hack

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Nov 23 16:05:06 EST 2008


Log Message:
-----------
Temporary hack

Modified Files:
--------------
    src/share/snmp/mibs:
        FREEBSD-MIB.txt (r1.1.1.1 -> r1.2)

-------------- next part --------------
Index: FREEBSD-MIB.txt
===================================================================
RCS file: /home/cvs/src/share/snmp/mibs/FREEBSD-MIB.txt,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -L share/snmp/mibs/FREEBSD-MIB.txt -L share/snmp/mibs/FREEBSD-MIB.txt -u -r1.1.1.1 -r1.2
--- share/snmp/mibs/FREEBSD-MIB.txt
+++ share/snmp/mibs/FREEBSD-MIB.txt
@@ -3,7 +3,7 @@
 --
 -- FreeBSD SMI { enterprises 2238 }
 --
--- $FreeBSD: src/share/snmp/mibs/FREEBSD-MIB.txt,v 1.2 2004/04/28 11:44:28 phk Exp $
+-- $FreeBSD: src/share/snmp/mibs/FREEBSD-MIB.txt,v 1.5 2006/10/31 10:09:10 harti Exp $
 --
 -- *****************************************************************
 
@@ -16,7 +16,7 @@
 		FROM SNMPv2-SMI;
 
 freeBSD MODULE-IDENTITY
-	LAST-UPDATED "200404110000Z"
+	LAST-UPDATED "200610311000Z"
 	ORGANIZATION "The FreeBSD Project."
 	CONTACT-INFO
 		"phk at FreeBSD.org is contact person for this file.
@@ -24,7 +24,7 @@
 	DESCRIPTION
 		"The Structure of Management Information for the
 		FreeBSD Project enterprise MIB subtree."
-	REVISION      "200404110000Z"
+	REVISION      "200610310800Z"
 	DESCRIPTION
 		"Initial version of this MIB module."
 	::= { enterprises 2238 }	-- assigned by IANA
@@ -47,11 +47,33 @@
 	DESCRIPTION
 		"Subtree for FreeBSD people.
 		 Under this branch any FreeBSD committer may claim
-		 a subtree under his/her logname freefall.
-		 To avoid ambiguity with subset lognames, the length
-		 must be prepended.
-		 Example: phk's subtree is: {FreeBSD 3 3 112 104 107}
+		 a subtree.  Grab the next sequential oid in the list.
+		 These assignments are not revoked when committers leave
+		 the FreeBSD project.
 		"
 	::= { freeBSD 3 }
 
+freeBSDpeoplePhk OBJECT-IDENTITY
+	STATUS current DESCRIPTION
+		"Subtree for phk at FreeBSD.org"
+	::= {freeBSDpeople 1}
+
+freeBSDVersion OBJECT-IDENTITY
+	STATUS	current
+	DESCRIPTION
+		"Subtree to register FreeBSD versions. The OID for a FreeBSD
+		 version is formed by appending the dot delimited numbers
+		 from the release number to this base OID. Examples:
+
+		  5.2.1-STABLE:	freeBSDVersion.5.2.1
+		  6.1-STABLE:	freeBSDVersion.6.1
+		  7.0-CURRENT:	freeBSDVersion.7.0
+
+		 There is no indication whether this is STABLE or CURRENT.
+
+		 The sysObjectId is automatically set to the value indicated
+		 by the uname(3) release field by bsnmpd(1). This initial
+		 value can be overwritten in the configuration file."
+	::= { freeBSD 4 }
+
 END


More information about the Midnightbsd-cvs mailing list