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
c1674b109e
commit
1e12c2ef40
|
@ -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>
|
2014-08-14 Hirofumi Kosaka <kosaka@rworks.jp>
|
||||||
|
|
||||||
* lib/PandoraFMS/PluginServer.pm: Added new alert macros
|
* lib/PandoraFMS/PluginServer.pm: Added new alert macros
|
||||||
|
|
|
@ -145,7 +145,7 @@ install_startup_script () {
|
||||||
insserv $SCRIPT_NAME
|
insserv $SCRIPT_NAME
|
||||||
;;
|
;;
|
||||||
FeeBSD|NetBSD)
|
FeeBSD|NetBSD)
|
||||||
chmod 555 $SRC
|
chmod 555 $DESTDIR$INITDIR/$SCRIPT_NAME
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
if [ "$LINUX" = YES ]
|
if [ "$LINUX" = YES ]
|
||||||
|
|
Loading…
Reference in New Issue