Bug 113788 - net-snmp doesn't install example config
Bug#: 113788 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: trivial Priority: P2
Resolution: FIXED Assigned To: netmon@gentoo.org Reported By: infowolfe@gmail.com
Component: Ebuilds
URL: 
Summary: net-snmp doesn't install example config
Keywords:  
Status Whiteboard: 
Opened: 2005-11-28 06:40 0000
Description:   Opened: 2005-11-28 06:40 0000
please add einfo with BIG FAT WARNING for ebuild net-snmp config that allows
installation of an snmpd.conf.example and snmptrapd.conf.example without
security-minded defaults

(for those users that prefer just filtering world + dog via iptables)

------- Comment #1 From Eldad Zack (RETIRED) 2006-01-28 17:09:31 0000 -------
explain?

------- Comment #2 From Benjamin Smee (strerror) (RETIRED) 2006-01-30 01:35:15 0000 -------
he means that we currently don't install any config or even an example /
default config. There is one in the DOCDIR, but its not intuitively named.
Perhaps we should consider simply copying the one from there to
/etc/snmp/snmpd.conf.example and leave it at that. 

FYI the reason we don't include one by default is that you need to actually run
binaries to generate users for snmp v3.

------- Comment #3 From Marcelo Goes 2006-02-11 11:48:09 0000 -------
I went with Benjamin's idea. An example config is now installed as
/etc/snmp/snmpd.conf.example in the unstable versions. Thanks.