2007-08-02 Sancho Lerena <slerena@gmail.com>
* More small fixes in startup scripts. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@589 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
52980bd3dc
commit
1709be0910
|
@ -6,10 +6,10 @@
|
|||
# v1.3 Build 070731
|
||||
|
||||
# Configurable path and filenames
|
||||
PANDORA_HOME="/etc/pandora"
|
||||
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.pl
|
||||
PANDORA_DAEMON=/usr/bin/pandora_network
|
||||
|
||||
# Main script
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
# v1.3 Build 070731
|
||||
|
||||
# Configurable path and filenames
|
||||
PANDORA_HOME="/etc/pandora"
|
||||
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
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
# v1.3 Build 070802
|
||||
|
||||
# Configurable path and filenames
|
||||
PANDORA_HOME="/etc/pandora"
|
||||
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
|
||||
|
|
|
@ -8,8 +8,7 @@
|
|||
# Compatible with NetSNMP 5.1 or higher
|
||||
|
||||
# Configurable path and filenames
|
||||
|
||||
PANDORA_HOME="/etc/pandora"
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue