summaryrefslogtreecommitdiffstats
path: root/etc/defaults
diff options
context:
space:
mode:
authorglebius <glebius@FreeBSD.org>2005-04-17 10:47:58 +0000
committerglebius <glebius@FreeBSD.org>2005-04-17 10:47:58 +0000
commit07ad0b76bc3c463f046619730731fb80590119aa (patch)
tree30692d45cbf7d0fb3817d031076c0d7385e67395 /etc/defaults
parent0fd846eb5e25bb6a49303919122074b94c5a88e9 (diff)
downloadFreeBSD-src-07ad0b76bc3c463f046619730731fb80590119aa.zip
FreeBSD-src-07ad0b76bc3c463f046619730731fb80590119aa.tar.gz
Add startup script and default configuration file for bsnmpd.
Reviewed by: harti
Diffstat (limited to 'etc/defaults')
-rw-r--r--etc/defaults/rc.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf
index 6bc7efe..790b473 100644
--- a/etc/defaults/rc.conf
+++ b/etc/defaults/rc.conf
@@ -247,6 +247,12 @@ nis_ypxfrd_flags="" # Flags to rpc.ypxfrd (if enabled).
nis_yppasswdd_enable="NO" # Run rpc.yppasswdd at boot time (or NO).
nis_yppasswdd_flags="" # Flags to rpc.yppasswdd (if enabled).
+### SNMP daemon ###
+# Be sure to understand the security implications of running SNMP v1/v2
+# in your network.
+bsnmpd_enable="NO" # Run the SNMP daemon (or NO).
+bsnmpd_flags="" # Flags for bsnmpd.
+
### Network routing options: ###
defaultrouter="NO" # Set to default gateway (or NO).
static_routes="" # Set to static route list (or leave empty).
OpenPOWER on IntegriCloud