From 65e1af96f62c5bed77466a71d17fc662f358a956 Mon Sep 17 00:00:00 2001 From: Maxim Konovalov Date: Sun, 31 Dec 2006 11:19:48 +0000 Subject: [PATCH] o Fix a comment: refer to the write community name by the OID not by the line number which is incorrect now and probably will shift in future. --- etc/snmpd.config | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/etc/snmpd.config b/etc/snmpd.config index 47a9996f731f..0d136ef1131f 100644 --- a/etc/snmpd.config +++ b/etc/snmpd.config @@ -14,7 +14,8 @@ trapport := 162 # Change this! read := "public" -# Uncomment line 42 that sets the community string to enable write access. +# Uncomment begemotSnmpdCommunityString.0.2 below that sets the community +# string to enable write access. write := "geheim" trap := "mytrap"