summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-06-01 06:13:41 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-06-01 06:13:41 +0000
commit853e003a271490e08801136e5f2a124e709fd175 (patch)
treea54d4f9f14cd25ea27b415641d93fbfc8db6af16 /etc
parentd039397596eaac141e3e49cff4beb7b8dec02dc0 (diff)
downloadpfsense-853e003a271490e08801136e5f2a124e709fd175.zip
pfsense-853e003a271490e08801136e5f2a124e709fd175.tar.gz
run bsmptd
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/services.inc8
1 files changed, 5 insertions, 3 deletions
diff --git a/etc/inc/services.inc b/etc/inc/services.inc
index 8ea7139..d5fd9f0 100644
--- a/etc/inc/services.inc
+++ b/etc/inc/services.inc
@@ -425,9 +425,11 @@ EOD;
fwrite($fd, $snmpdconf);
fclose($fd);
- /* run snmpd */
- mwexec("/usr/local/sbin/snmpd -c {$g['varetc_path']}/snmpd.conf" .
- " -P {$g['varrun_path']}/snmpd.pid");
+ /* 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");
if ($g['booting'])
echo "done.\n";
OpenPOWER on IntegriCloud