From 5663c016deb1caf459b2d2b561c167bf42517d35 Mon Sep 17 00:00:00 2001 From: Poul-Henning Kamp Date: Wed, 28 Apr 2004 11:44:28 +0000 Subject: [PATCH] Sheesh... Turn your back on SNMP for a decade and they go and make upper versus lowercase initial letter part of the specification. I told them ASN.1 was a bad mistake, but would they listen ? Ohhh no! --- share/snmp/mibs/FREEBSD-MIB.txt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/share/snmp/mibs/FREEBSD-MIB.txt b/share/snmp/mibs/FREEBSD-MIB.txt index 5bb3662711a..ca96c7a9901 100644 --- a/share/snmp/mibs/FREEBSD-MIB.txt +++ b/share/snmp/mibs/FREEBSD-MIB.txt @@ -15,7 +15,7 @@ IMPORTS enterprises FROM SNMPv2-SMI; -FreeBSD MODULE-IDENTITY +freeBSD MODULE-IDENTITY LAST-UPDATED "200404110000Z" ORGANIZATION "The FreeBSD Project." CONTACT-INFO @@ -30,19 +30,19 @@ FreeBSD MODULE-IDENTITY ::= { enterprises 2238 } -- assigned by IANA -FreeBSDsrc OBJECT-IDENTITY +freeBSDsrc OBJECT-IDENTITY STATUS current DESCRIPTION "Subtree for things which lives in the src tree." - ::= { FreeBSD 1 } + ::= { freeBSD 1 } -FreeBSDports OBJECT-IDENTITY +freeBSDports OBJECT-IDENTITY STATUS current DESCRIPTION "Subtree for things which lives in the ports tree." - ::= { FreeBSD 2 } + ::= { freeBSD 2 } -FreeBSDpeople OBJECT-IDENTITY +freeBSDpeople OBJECT-IDENTITY STATUS current DESCRIPTION "Subtree for FreeBSD people. @@ -52,6 +52,6 @@ FreeBSDpeople OBJECT-IDENTITY must be prepended. Example: phk's subtree is: {FreeBSD 3 3 112 104 107} " - ::= { FreeBSD 3 } + ::= { freeBSD 3 } END