From 943f14a2a321a1c640fd2260527c48d1663e79c4 Mon Sep 17 00:00:00 2001 From: jsatoh Date: Mon, 14 Jun 2010 02:38:10 +0000 Subject: [PATCH] 2010-06-14 Junichi Satoh * 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 --- pandora_agents/ChangeLog | 5 +++++ pandora_agents/unix/ChangeLog | 5 +++++ pandora_agents/unix/pandora_agent_installer | 2 ++ 3 files changed, 12 insertions(+) diff --git a/pandora_agents/ChangeLog b/pandora_agents/ChangeLog index b024725fc6..e9dcacae60 100644 --- a/pandora_agents/ChangeLog +++ b/pandora_agents/ChangeLog @@ -1,3 +1,8 @@ +2010-06-14 Junichi Satoh + + * unix/pandora_agent_installer: Set execute bit to startup script + for FreeBSD. + 2010-06-09 Miguel de Dios * unix/DEBIAN/make_deb_package.sh: added the code to include the man pages diff --git a/pandora_agents/unix/ChangeLog b/pandora_agents/unix/ChangeLog index 6035115407..68b7426b94 100644 --- a/pandora_agents/unix/ChangeLog +++ b/pandora_agents/unix/ChangeLog @@ -1,3 +1,8 @@ +2010-06-14 Junichi Satoh + + * pandora_agent_installer: Set execute bit to startup script for + FreeBSD. + 2010-06-09 Ramon Novoa * pandora_agent: Improved OS version detection. Disabled error output diff --git a/pandora_agents/unix/pandora_agent_installer b/pandora_agents/unix/pandora_agent_installer index 092c1f9973..98a86bf5b1 100755 --- a/pandora_agents/unix/pandora_agent_installer +++ b/pandora_agents/unix/pandora_agent_installer @@ -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"