svn commit: r310567 - stable/11/etc

Ngie Cooper ngie at FreeBSD.org
Mon Dec 26 06:10:22 UTC 2016


Author: ngie
Date: Mon Dec 26 06:10:21 2016
New Revision: 310567
URL: https://svnweb.freebsd.org/changeset/base/310567

Log:
  MFC r310457:
  
  Clean up trailing whitespace
  
  No functional change

Modified:
  stable/11/etc/snmpd.config
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/etc/snmpd.config
==============================================================================
--- stable/11/etc/snmpd.config	Mon Dec 26 06:09:09 2016	(r310566)
+++ stable/11/etc/snmpd.config	Mon Dec 26 06:10:21 2016	(r310567)
@@ -127,7 +127,7 @@ snmpEnableAuthenTraps = 2
 # The following block creates a user with name "bsnmp" and sets privacy
 # and encryption options to SHA256 message digests and AES encryption
 # for this user.
-# 
+#
 # usmUserStatus.$(engine).$(user1) = 5
 # usmUserAuthProtocol.$(engine).$(user1) = $(HMACSHAAuthProtocol)
 # usmUserAuthKeyChange.$(engine).$(user1) = $(user1passwd)
@@ -170,7 +170,7 @@ snmpEnableAuthenTraps = 2
 # vacmSecurityToGroupStatus.$(securityModelUSM).$(read) = 4
 # vacmGroupName.$(securityModelUSM).$(read) = $(write)
 
-# 
+#
 # The OID of the .iso.org.dod.internet subtree
 #
 # internetoid := 1.3.6.1
@@ -193,7 +193,7 @@ snmpEnableAuthenTraps = 2
 # vacmAccessReadViewName.$(read)."".$(securityModelSNMPv1).$(noAuthNoPriv) = "internet"
 
 #
-# Read-write access for SNMPv2 users 
+# Read-write access for SNMPv2 users
 #
 # vacmAccessStatus.$(write)."".$(securityModelSNMPv2c).$(noAuthNoPriv) = 4
 # vacmAccessReadViewName.$(write)."".$(securityModelSNMPv2c).$(noAuthNoPriv) = "internet"


More information about the svn-src-stable-11 mailing list