Date: Wed, 8 Dec 2010 17:34:07 +0000 (UTC) From: Shteryana Shopova <syrinx@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r216301 - head/etc Message-ID: <201012081734.oB8HY7qu010043@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: syrinx Date: Wed Dec 8 17:34:07 2010 New Revision: 216301 URL: http://svn.freebsd.org/changeset/base/216301 Log: Fix typos. Modified: head/etc/snmpd.config Modified: head/etc/snmpd.config ============================================================================== --- head/etc/snmpd.config Wed Dec 8 17:27:59 2010 (r216300) +++ head/etc/snmpd.config Wed Dec 8 17:34:07 2010 (r216301) @@ -43,7 +43,7 @@ AesCfb128Protocol := 1.3.6.1.6.3.10.1.2. # SNMPAUTH and SNMPPRIV environment variables to the desired parameters and invoking # 'bsnmpget -v 3 -D -K -o verbose' against the running bsnmpd(1). For other # usages refer to the bsnmpget(1) manual page. The following lines define a user "bsnmp" -# which a private password "bsnmp", localized for the above engine ID. +# with a private password "bsnmp", localized for the above engine ID. # # user1 := "bsnmp" # user1passwd := 0x1b:0x6d:0x9e:0x94:0xbe:0x19:0x17:0xfb:0xde:0x60:0x46:0xfe:0x59:0x6f:0x61:0x95:0xf2:0xc9:0x57:0x1f @@ -126,7 +126,7 @@ begemotSnmpdModulePath."mibII" = "/usr/l # # The following block creates a user with name "public" with no authentication -# or encyption options. +# or encryption options. # # usmUserStatus.$(engine).$(read) = 5 # usmUserAuthProtocol.$(engine).$(read) = $(NoAuthProtocol)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201012081734.oB8HY7qu010043>