2009-09-24 Sancho Lerena zslerena@artica.es>
* linux/agent_installer: Fixed a typo in old setup backup cmd. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1970 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
d550874e06
commit
a7c7ce7d31
|
@ -1,3 +1,7 @@
|
|||
2009-09-24 Sancho Lerena zslerena@artica.es>
|
||||
|
||||
* linux/agent_installer: Fixed a typo in old setup backup cmd.
|
||||
|
||||
2009-09-18 sancho Lerena <slerena@artica.es>
|
||||
|
||||
* unix: Added subdir with local daemon script and sample conf
|
||||
|
|
|
@ -133,7 +133,7 @@ install () {
|
|||
echo "Copying Pandora FMS Agent configuration file to $PANDORA_HOME/pandora_agent.conf..."
|
||||
if [ -e /etc/pandora/pandora_agent.conf ]
|
||||
then
|
||||
cat /etc/pandora/pandora_agent.conf > /etc/pandora/pandora/pandora_agent.conf.$OLDFILENAMETMP
|
||||
cat /etc/pandora/pandora_agent.conf > /etc/pandora/pandora_agent.conf.$OLDFILENAMETMP
|
||||
echo "Backing up old configuration file to /etc/pandora_agent.conf.$OLDFILENAMETMP"
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in New Issue