2008-09-03 SAncho Lerena <lserena@artica.es>

* linux/pandora_agent_installer: Added link to startup
        for linux agent.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1081 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
slerena 2008-09-03 16:50:56 +00:00
parent 12f7c252e4
commit 418f3b0732
2 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2008-09-03 SAncho Lerena <lserena@artica.es>
* linux/pandora_agent_installer: Added link to startup
for linux agent.
2008-07-31 Ramon Novoa <rnovoa@artica.es> 2008-07-31 Ramon Novoa <rnovoa@artica.es>
* win32/bin/PandoraAgent.exe: Updated to r989. * win32/bin/PandoraAgent.exe: Updated to r989.

View File

@ -104,8 +104,13 @@ install () {
chmod -R 600 $PANDORA_TEMP/data_out chmod -R 600 $PANDORA_TEMP/data_out
chmod 640 $PANDORA_LOG chmod 640 $PANDORA_LOG
chgrp 3 $PANDORA_LOG chgrp 3 $PANDORA_LOG
echo "Copyng start-up daemon script at $PANDORA_STARTUP";
echo "Linking start-up daemon script at $PANDORA_STARTUP";
cp pandora_agent_daemon $PANDORA_STARTUP cp pandora_agent_daemon $PANDORA_STARTUP
echo "Linking start-up daemon script to /etc/rc2.d";
ln -s /etc/init.d/pandora_agent_daemon /etc/rc2.d/S90pandora_agent
chown -R root $PANDORA_BIN chown -R root $PANDORA_BIN
echo "Done." echo "Done."
echo " " echo " "