2014-08-14 Koichiro Kikuchi <koichiro@rworks.jp>
* pandora_server_installer: Fixed wrong chmod target. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10425 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
c66b9c6a54
commit
6ccb86eae2
|
@ -1,3 +1,7 @@
|
|||
2014-08-14 Koichiro Kikuchi <koichiro@rworks.jp>
|
||||
|
||||
* pandora_server_installer: Fixed wrong chmod target.
|
||||
|
||||
2014-08-14 Hirofumi Kosaka <kosaka@rworks.jp>
|
||||
|
||||
* lib/PandoraFMS/PluginServer.pm: Added new alert macros
|
||||
|
|
|
@ -145,7 +145,7 @@ install_startup_script () {
|
|||
insserv $SCRIPT_NAME
|
||||
;;
|
||||
FeeBSD|NetBSD)
|
||||
chmod 555 $SRC
|
||||
chmod 555 $DESTDIR$INITDIR/$SCRIPT_NAME
|
||||
;;
|
||||
*)
|
||||
if [ "$LINUX" = YES ]
|
||||
|
|
Loading…
Reference in New Issue