From 74937f515da4053f147e504fe6ee7ba5cb8daf8d Mon Sep 17 00:00:00 2001 From: marostegui Date: Thu, 12 Jun 2008 15:45:11 +0000 Subject: [PATCH] 2008-06-12 Manuel Arostegui * pandora_snmpconsole: Removed "/var/run/pandora" we are not using that directory anymore, but "/var/run". git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@856 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_server/ChangeLog | 5 +++++ pandora_server/pandora_snmpconsole | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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