diff --git a/pandora_server/ChangeLog b/pandora_server/ChangeLog index 3822fd7cb1..2a4c5bbf8a 100644 --- a/pandora_server/ChangeLog +++ b/pandora_server/ChangeLog @@ -1,3 +1,7 @@ +2014-08-14 Koichiro Kikuchi + + * pandora_server_installer: Fixed wrong chmod target. + 2014-08-14 Hirofumi Kosaka * lib/PandoraFMS/PluginServer.pm: Added new alert macros diff --git a/pandora_server/pandora_server_installer b/pandora_server/pandora_server_installer index b8598c10ee..5e2b4e3daa 100755 --- a/pandora_server/pandora_server_installer +++ b/pandora_server/pandora_server_installer @@ -145,7 +145,7 @@ install_startup_script () { insserv $SCRIPT_NAME ;; FeeBSD|NetBSD) - chmod 555 $SRC + chmod 555 $DESTDIR$INITDIR/$SCRIPT_NAME ;; *) if [ "$LINUX" = YES ]