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:
parent
12f7c252e4
commit
418f3b0732
|
@ -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>
|
||||
|
||||
* win32/bin/PandoraAgent.exe: Updated to r989.
|
||||
|
|
|
@ -104,8 +104,13 @@ install () {
|
|||
chmod -R 600 $PANDORA_TEMP/data_out
|
||||
chmod 640 $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
|
||||
|
||||
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
|
||||
echo "Done."
|
||||
echo " "
|
||||
|
|
Loading…
Reference in New Issue