svn commit: r310457 - head/etc

Ngie Cooper ngie at FreeBSD.org
Fri Dec 23 06:35:20 UTC 2016


Author: ngie
Date: Fri Dec 23 06:35:18 2016
New Revision: 310457
URL: https://svnweb.freebsd.org/changeset/base/310457

Log:
  Clean up trailing whitespace
  
  No functional change
  
  MFC after:	3 days

Modified:
  head/etc/snmpd.config

Modified: head/etc/snmpd.config
==============================================================================
--- head/etc/snmpd.config	Fri Dec 23 06:29:24 2016	(r310456)
+++ head/etc/snmpd.config	Fri Dec 23 06:35:18 2016	(r310457)
@@ -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-head mailing list