diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-08-23 02:53:00 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-08-23 02:53:00 +0000 |
commit | 195b6162b5fff3cae85ed1a92991109bf8b7ac61 (patch) | |
tree | de72daccb0dbca97814d916c0d436f7dd8062a28 | |
parent | 8ab3e9ed14dc643d1f0192a67655b0691e083968 (diff) | |
download | pfsense-195b6162b5fff3cae85ed1a92991109bf8b7ac61.zip pfsense-195b6162b5fff3cae85ed1a92991109bf8b7ac61.tar.gz |
Remove commented out snmpd code. Snmpd hasn't ran on pfSense in a while and we welcome our leight-weight-full-featured-replacement overlords.
-rw-r--r-- | etc/inc/services.inc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/etc/inc/services.inc b/etc/inc/services.inc index 344928b..de12b1a 100644 --- a/etc/inc/services.inc +++ b/etc/inc/services.inc @@ -562,9 +562,7 @@ EOD; /* run bsnmpd */ mwexec("/usr/sbin/bsnmpd -c {$g['varetc_path']}/snmpd.conf" . - " -p {$g['varrun_path']}/snmpd.pid"); -// mwexec("/usr/local/sbin/snmpd -c {$g['varetc_path']}/snmpd.conf" . -// " -P {$g['varrun_path']}/snmpd.pid"); + " -p {$g['varrun_path']}/snmpd.pid"); if ($g['booting']) echo "done.\n"; |