openbsd-ports/net/ucd-snmp/pkg/MESSAGE
david 32bf3deee8 necessary is spelled necessary.
similar is spelled similar.
functionality is spelled functionality.
ok brad@ jmc@
2003-02-26 15:13:04 +00:00

17 lines
673 B
Plaintext

+------------
| By default, the configuration files and mib modules for snmpd are in stored
| in ${PREFIX}/share/snmp. An example configuration has been installed in
| ${PREFIX}/share/examples/ucd-snmp/EXAMPLE.conf. Extra documentation has
| also been installed in ${PREFIX}/share/doc/ucd-snmp.
|
| To have snmpd start at boot time, you must have an entry similar to the
| following in /etc/rc.local.
|
| if [ -x ${PREFIX}/sbin/snmpd ]; then
| ${PREFIX}/sbin/snmpd -c ${SYSCONFDIR}/snmpd.conf && echo -n ' snmpd'
| fi
|
| This will start snmpd and use ${SYSCONFDIR}/snmpd.conf for the configuration.
| (see snmpd(1) and snmpd.conf(5) for more options)
+------------