~ubuntu-branches/ubuntu/wily/net-snmp/wily-proposed

« back to all changes in this revision

Viewing changes to mibs/GNOME-SMI.txt

  • Committer: Bazaar Package Importer
  • Author(s): Chuck Short
  • Date: 2010-06-28 14:59:36 UTC
  • mfrom: (1.2.3 upstream) (1.1.12 sid)
  • Revision ID: james.westby@ubuntu.com-20100628145936-cbiallic69pn044g
Tags: 5.4.3~dfsg-1ubuntu1
* Merge from debian unstable.  Remaining changes:
  - Set Ubuntu maintainer address.
  - net-snmp-config: Use bash. (LP: #104738)
  - Removed multiuser option when calling update-rc.d. (LP: #254261)
  - debian/snmpd.init: LSBify the init script.
  - debian/patches/52_fix_snmpcmd_1_typo.patch: Adjust a typo in snmpcmd.1
    (LP: #250459)
  - debian/snmpd.postinst: source debconf before doing work, LP: #589056
  - debian/snmp.preinst, debian/snmp.prerm: kill any/all processes owned by
    snmp user before install/uninstall, LP: #573391
  - Add apport hook (LP: #533603):
  - debian/{snmp,snmpd}.apport: Added.
  - debian/control: Build-depends on dh-apport.
  - debian/rules: 
    + Add --with apport.
    + override_dh_apport to install hook on snmpd package only.
 * Dropped patches:
   - debian/patches/99-fix-ubuntu-div0.patch: Fix dvision by zero.. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
GNOME-SMI DEFINITIONS ::= BEGIN
 
2
 
 
3
IMPORTS
 
4
        MODULE-IDENTITY,
 
5
        OBJECT-IDENTITY,
 
6
        enterprises
 
7
                FROM SNMPv2-SMI;
 
8
 
 
9
gnome MODULE-IDENTITY
 
10
        LAST-UPDATED "200709070000Z"
 
11
        ORGANIZATION "GNOME project"
 
12
        CONTACT-INFO
 
13
                "GNU Network Object Model Environment project
 
14
                
 
15
                see http://www.gnome.org for contact persons of a particular
 
16
                area or subproject of GNOME.
 
17
 
 
18
                Administrative contact for MIB module:
 
19
 
 
20
                Jochen Friedrich
 
21
                Ramsaystr. 9
 
22
                63450 Hanau
 
23
                Germany 
 
24
 
 
25
                email: jochen@scram.de"
 
26
        DESCRIPTION
 
27
                "The Structure of GNOME."
 
28
 
 
29
        -- revision history
 
30
 
 
31
        REVISION "200709070000Z"  -- Sep 07, 2007
 
32
        DESCRIPTION
 
33
                "Fixed wrong enterprise number (how comes this
 
34
                typo was unnoticed for so long?)."
 
35
 
 
36
        REVISION "200505070000Z"  -- May 07, 2005
 
37
        DESCRIPTION
 
38
                "Added gnomeLDAP subtree for LDAP definitions."
 
39
 
 
40
        REVISION "200312070000Z"  -- December 07, 2003
 
41
        DESCRIPTION
 
42
                "Added gnomeSysadmin subtree for GNOME project system administration.
 
43
                Updated contact info."
 
44
 
 
45
        REVISION "9809010000Z"  -- September 01, 1998
 
46
        DESCRIPTION
 
47
                "Initial version."
 
48
 
 
49
        ::= { enterprises 3319 }        -- assigned by IANA
 
50
 
 
51
gnomeProducts OBJECT-IDENTITY
 
52
        STATUS  current
 
53
        DESCRIPTION
 
54
                "gnomeProducts is the root OBJECT IDENTIFIER from
 
55
                which sysObjectID values are assigned."
 
56
        ::= { gnome 1 }
 
57
 
 
58
gnomeMgmt OBJECT-IDENTITY
 
59
        STATUS  current
 
60
        DESCRIPTION
 
61
                "gnomeMgmt defines the subtree for production GNOME related
 
62
                MIB registrations."
 
63
        ::= { gnome 2 }
 
64
 
 
65
gnomeTest OBJECT-IDENTITY
 
66
        STATUS  current
 
67
        DESCRIPTION
 
68
                "gnomeTest defines the subtree for testing GNOME related
 
69
                MIB registrations."
 
70
        ::= { gnome 3 }
 
71
 
 
72
gnomeSysadmin OBJECT-IDENTITY
 
73
        STATUS  current
 
74
        DESCRIPTION
 
75
                "gnomeSysadmin defines the subtree for GNOME related Sysadmin
 
76
                MIB registrations."
 
77
        ::= { gnome 4 }
 
78
 
 
79
gnomeLDAP OBJECT-IDENTITY
 
80
        STATUS  current
 
81
        DESCRIPTION
 
82
                "gnomeLDAP defines the subtree for GNOME related LDAP
 
83
                registrations."
 
84
        ::= { gnome 5 }
 
85
 
 
86
-- more to come if necessary.
 
87
 
 
88
END