diff --git a/pandora_server/ChangeLog b/pandora_server/ChangeLog index 181e54a504..d46014554e 100644 --- a/pandora_server/ChangeLog +++ b/pandora_server/ChangeLog @@ -1,3 +1,8 @@ +2007-11-20 Manuel Arostegui + + * pandora_snmpconsole,pandora_server,pandora_recon,pandora_network: Fixed + bug #1822659. + 2007-11-19 Sancho Lerena * pandora_network: Fixed problem with default retries of SNMP library. Now is 0 diff --git a/pandora_server/pandora_network b/pandora_server/pandora_network index 6b76b26721..3932b22684 100755 --- a/pandora_server/pandora_network +++ b/pandora_server/pandora_network @@ -9,7 +9,7 @@ PANDORA_HOME="/etc/pandora/pandora_server.conf" PANDORA_PID_PATH="/var/run/pandora" PANDORA_PID=$PANDORA_PID_PATH/pandora_network.pid -PANDORA_DAEMON=/usr/bin/pandora_network +PANDORA_DAEMON=/usr/local/bin/pandora_network # Main script diff --git a/pandora_server/pandora_recon b/pandora_server/pandora_recon index 4d55f8e76c..e876a4dd70 100755 --- a/pandora_server/pandora_recon +++ b/pandora_server/pandora_recon @@ -9,7 +9,7 @@ PANDORA_HOME="/etc/pandora/pandora_server.conf" PANDORA_PID_PATH="/var/run/pandora" PANDORA_PID=$PANDORA_PID_PATH/pandora_recon.pid -PANDORA_DAEMON=/usr/bin/pandora_recon +PANDORA_DAEMON=/usr/local/bin/pandora_recon # Main script diff --git a/pandora_server/pandora_server b/pandora_server/pandora_server index 01e1cc1daf..377912e0f8 100755 --- a/pandora_server/pandora_server +++ b/pandora_server/pandora_server @@ -9,7 +9,7 @@ PANDORA_HOME="/etc/pandora/pandora_server.conf" PANDORA_PID_PATH="/var/run/pandora" PANDORA_PID=$PANDORA_PID_PATH/pandora_dataserver.pid -PANDORA_DAEMON=/usr/bin/pandora_server +PANDORA_DAEMON=/usr/local/bin/pandora_server # Main script diff --git a/pandora_server/pandora_snmpconsole b/pandora_server/pandora_snmpconsole index 994d510924..e8e960d628 100755 --- a/pandora_server/pandora_snmpconsole +++ b/pandora_server/pandora_snmpconsole @@ -11,7 +11,7 @@ PANDORA_HOME="/etc/pandora/pandora_server.conf" PANDORA_PID_PATH="/var/run/pandora" PANDORA_PID=$PANDORA_PID_PATH/pandora_snmp.pid -PANDORA_DAEMON=/usr/bin/pandora_snmpconsole +PANDORA_DAEMON=/usr/local/bin/pandora_snmpconsole DAEMON_LOG="/var/log/pandora/pandora_snmptrap.log" DAEMON_PID="$PANDORA_PID_PATH/pandora_snmptrapd.pid"