summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-08-23 02:53:00 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-08-23 02:53:00 +0000
commit195b6162b5fff3cae85ed1a92991109bf8b7ac61 (patch)
treede72daccb0dbca97814d916c0d436f7dd8062a28 /etc
parent8ab3e9ed14dc643d1f0192a67655b0691e083968 (diff)
downloadpfsense-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.
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/services.inc4
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";
OpenPOWER on IntegriCloud