Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Jul 2010 16:20:53 +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: r210503 - head/etc
Message-ID:  <201007261620.o6QGKrYs021494@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: syrinx
Date: Mon Jul 26 16:20:52 2010
New Revision: 210503
URL: http://svn.freebsd.org/changeset/base/210503

Log:
  Add a (disabled) configuration line to enable the snmp_wlan(3) module.
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/etc/snmpd.config

Modified: head/etc/snmpd.config
==============================================================================
--- head/etc/snmpd.config	Mon Jul 26 16:16:39 2010	(r210502)
+++ head/etc/snmpd.config	Mon Jul 26 16:20:52 2010	(r210503)
@@ -95,3 +95,9 @@ begemotSnmpdModulePath."mibII"	= "/usr/l
 #  This requires the mibII module.
 #
 #begemotSnmpdModulePath."bridge" = "/usr/lib/snmp_bridge.so"
+
+#
+# Wireless module
+#  This requires the mibII module.
+#
+#begemotSnmpdModulePath."wlan" = "/usr/lib/snmp_wlan.so"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201007261620.o6QGKrYs021494>