diff --git a/pandora_server/ChangeLog b/pandora_server/ChangeLog index 1ba98639ac..2f491a9c37 100644 --- a/pandora_server/ChangeLog +++ b/pandora_server/ChangeLog @@ -1,3 +1,8 @@ +2008-06-12 Manuel Arostegui + + * pandora_snmpconsole: Removed "/var/run/pandora" we are + not using that directory anymore, but "/var/run". + 2008-05-27 Manuel Arostegui * pandora_server_installer: Fixed stupid bug related with diff --git a/pandora_server/pandora_snmpconsole b/pandora_server/pandora_snmpconsole index e8e960d628..01f35b44f7 100755 --- a/pandora_server/pandora_snmpconsole +++ b/pandora_server/pandora_snmpconsole @@ -9,7 +9,7 @@ # Configurable path and filenames PANDORA_HOME="/etc/pandora/pandora_server.conf" -PANDORA_PID_PATH="/var/run/pandora" +PANDORA_PID_PATH="/var/run/" PANDORA_PID=$PANDORA_PID_PATH/pandora_snmp.pid PANDORA_DAEMON=/usr/local/bin/pandora_snmpconsole