diff options
| author | Gleb Smirnoff <glebius@FreeBSD.org> | 2005-04-17 10:47:58 +0000 |
|---|---|---|
| committer | Gleb Smirnoff <glebius@FreeBSD.org> | 2005-04-17 10:47:58 +0000 |
| commit | 8d6e44f80fc527d96a6133d0c86d9c2d3e6a4c1c (patch) | |
| tree | 30692d45cbf7d0fb3817d031076c0d7385e67395 /etc/defaults | |
| parent | 3033cea56c867fdc8b06e816ada188d20655d0a8 (diff) | |
Add startup script and default configuration file for bsnmpd.
Reviewed by: harti
Notes
svn path=/head/; revision=145184
Diffstat (limited to 'etc/defaults')
| -rw-r--r-- | etc/defaults/rc.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf index 6bc7efeeeee1..790b473d3b92 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). |
