new SNMP starter stuff

StartupItems bundles:

Use this one for fink-managed SNMP builds and this one if you’re using darwinports.

This version checks for the existence of the config file and exits with a helpful message if it isn’t there.

It also logs the process ID in /private/var/run/snmpd.pid.

You can put this in /System/Library/StartupItems or /Library/StartupItems: don’t forget to add SNMP=-YES- to /etc/hostconfig.

(as root or sudo -s) cat >> /etc/hostconfig
SNMP=-YES-
[Ctrl-D]