Author: ngie
Date: Fri Dec 23 08:59:23 2016
New Revision: 310467
URL: https://svnweb.freebsd.org/changeset/base/310467

Log:
  Provide some guidance when dealing with sections and variables contained
  within them
  
  For example, using variables designated for %usm requires uncommenting
  %usm section header
  
  MFC after:    1 month

Modified:
  head/etc/snmpd.config

Modified: head/etc/snmpd.config
==============================================================================
--- head/etc/snmpd.config       Fri Dec 23 08:54:44 2016        (r310466)
+++ head/etc/snmpd.config       Fri Dec 23 08:59:23 2016        (r310467)
@@ -116,6 +116,14 @@ snmpEnableAuthenTraps = 2
 # modules
 
 #
+# Control configuration for the modules in the module specific sections, e.g.
+# the "usm" module (begemotSnmpdModulePath."usm") can be controlled in the
+# %usm specific section. You must uncomment the section specific header in
+# order to use the enclosed variables, e.g. `usmUserStatus.$(engine).$(user1)`
+# can only be used if %usm is uncommented.
+#
+
+#
 # Bridge module
 #  This requires the mibII module.
 #
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to