diff options
author | Joel Knight <joel@cvs.openbsd.org> | 2012-01-31 23:52:39 +0000 |
---|---|---|
committer | Joel Knight <joel@cvs.openbsd.org> | 2012-01-31 23:52:39 +0000 |
commit | c8ddf273870abc96c2e5146ea0b41b8b7a73deea (patch) | |
tree | c3151c3429c9e2efb4dc1ceb49408e22fd2bb14a /share/snmp | |
parent | 6487eadc7b1c2904585b9f5e05377caa8103f29d (diff) |
Zap stray ';'
Pointed out by sthen@
Diffstat (limited to 'share/snmp')
-rw-r--r-- | share/snmp/OPENBSD-SNMPD-CONF.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/snmp/OPENBSD-SNMPD-CONF.txt b/share/snmp/OPENBSD-SNMPD-CONF.txt index b8758235171..ff39b6d8a94 100644 --- a/share/snmp/OPENBSD-SNMPD-CONF.txt +++ b/share/snmp/OPENBSD-SNMPD-CONF.txt @@ -1,4 +1,4 @@ --- $OpenBSD: OPENBSD-SNMPD-CONF.txt,v 1.3 2012/01/31 18:00:46 joel Exp $ +-- $OpenBSD: OPENBSD-SNMPD-CONF.txt,v 1.4 2012/01/31 23:52:38 joel Exp $ -- -- Copyright (c) 2008 Reyk Floeter <reyk@openbsd.org> -- @@ -72,7 +72,7 @@ IMPORTS -- Memory statistics MIB, OPENBSD-MEM-MIB.txt, OpenBSD 4.5 memMIBObjects - FROM OPENBSD-MEM-MIB; + FROM OPENBSD-MEM-MIB -- CARP interface & statistics MIB, OPENBSD-CARP-MIB.txt carpMIBObjects |