2010-06-14 Junichi Satoh <junichi@rworks.jp>

* unix/pandora_agent_installer: Set execute bit to startup script
	for FreeBSD.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2904 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
jsatoh 2010-06-14 02:38:10 +00:00
parent 21d4a35eb9
commit 943f14a2a3
3 changed files with 12 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2010-06-14 Junichi Satoh <junichi@rworks.jp>
* unix/pandora_agent_installer: Set execute bit to startup script
for FreeBSD.
2010-06-09 Miguel de Dios <miguel.dedios@artica.es>
* unix/DEBIAN/make_deb_package.sh: added the code to include the man pages

View File

@ -1,3 +1,8 @@
2010-06-14 Junichi Satoh <junichi@rworks.jp>
* pandora_agent_installer: Set execute bit to startup script for
FreeBSD.
2010-06-09 Ramon Novoa <rnovoa@artica.es>
* pandora_agent: Improved OS version detection. Disabled error output

View File

@ -354,6 +354,8 @@ install () {
then
PANDORA_STARTUP=/usr/local/etc/rc.d/pandora_agent
cp FreeBSD/pandora_agent $PANDORA_STARTUP
chmod 555 $PANDORA_STARTUP
chown root:wheel $PANDORA_STARTUP
fi
echo "Installing the Pandora Agent and Tentacle Client manuals"