[icinga-checkins] icinga.org: icinga-core/mfriedrich/core: beautify the output of install-api , minor fix
git at icinga.org
git at icinga.org
Thu Dec 1 20:32:27 CET 2011
Module: icinga-core
Branch: mfriedrich/core
Commit: bd8788c5c6648b62020853449fb59427d8f8f84c
URL: https://git.icinga.org/?p=icinga-core.git;a=commit;h=bd8788c5c6648b62020853449fb59427d8f8f84c
Author: Michael Friedrich <michael.friedrich at univie.ac.at>
Date: Mon Nov 28 11:06:24 2011 +0100
beautify the output of install-api, minor fix
---
Makefile.in | 9 +++++----
1 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/Makefile.in b/Makefile.in
index b68e16e..45d9b2a 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -456,10 +456,11 @@ install-idoutils:
fi
install-api:
- echo "Sorry, Icinga PHP API was removed from package prior 1.6.0!" ;\
- echo "Please keep in mind that Icinga-Web uses its own db layer starting with 1.5.0" ;\
- echo "In case please look for a seperated package and/or icinga-api.git" ;\
- echo "" ;\
+ @echo "Sorry, Icinga PHP API was removed from package prior 1.6.0!"
+ @echo "Please keep in mind that Icinga-Web uses its own db layer starting with 1.5.0"
+ @echo "In case please look for a seperated package and/or icinga-api.git"
+ @echo ""
+
install-init: install-daemoninit
More information about the icinga-checkins
mailing list