mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-27 07:44:35 +02:00
2008-06-12 Manuel Arostegui <marostegui@artica.es>
* 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
This commit is contained in:
parent
e0f43f6276
commit
74937f515d
@ -1,3 +1,8 @@
|
|||||||
|
2008-06-12 Manuel Arostegui <marostegui@artica.es>
|
||||||
|
|
||||||
|
* pandora_snmpconsole: Removed "/var/run/pandora" we are
|
||||||
|
not using that directory anymore, but "/var/run".
|
||||||
|
|
||||||
2008-05-27 Manuel Arostegui <marostegui@artica.es>
|
2008-05-27 Manuel Arostegui <marostegui@artica.es>
|
||||||
|
|
||||||
* pandora_server_installer: Fixed stupid bug related with
|
* pandora_server_installer: Fixed stupid bug related with
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
# Configurable path and filenames
|
# Configurable path and filenames
|
||||||
PANDORA_HOME="/etc/pandora/pandora_server.conf"
|
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_PID=$PANDORA_PID_PATH/pandora_snmp.pid
|
||||||
PANDORA_DAEMON=/usr/local/bin/pandora_snmpconsole
|
PANDORA_DAEMON=/usr/local/bin/pandora_snmpconsole
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user