[omd-commits] OMD Git: omd: Revert "nagios-plugins: add a symlink check_host -> check_icmp"
git version control
git at mathias-kettner.de
Tue Jan 31 19:33:01 CET 2012
Module: omd
Branch: master
Commit: bb145214f25e16dbb78178e505dadb63e929fcd3
URL: http://omdistro.org/projects/omd/repository/revisions/bb145214f25e16dbb78178e505dadb63e929fcd3
Author: Gerhard Lausser <gerhard.lausser at consol.de>
Date: Tue Jan 31 19:29:30 2012 +0100
Commiter: Gerhard Lausser <gerhard.lausser at consol.de>
Date: Tue Jan 31 19:29:30 2012 +0100
Revert "nagios-plugins: add a symlink check_host -> check_icmp"
This reverts commit 31c830807a602c378ca0179a6dc66d4458704820.
---
packages/nagios-plugins/Makefile | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/packages/nagios-plugins/Makefile b/packages/nagios-plugins/Makefile
index 751701e..ab67c62 100644
--- a/packages/nagios-plugins/Makefile
+++ b/packages/nagios-plugins/Makefile
@@ -18,8 +18,6 @@ install:
# FIXME: pack these with SUID root
install -m 755 $(DIR)/plugins-root/check_icmp $(DESTDIR)$(OMD_ROOT)/lib/nagios/plugins
install -m 755 $(DIR)/plugins-root/check_dhcp $(DESTDIR)$(OMD_ROOT)/lib/nagios/plugins
- # check_icmp is much faster when called as check_host
- ln -s check_icmp $(DESTDIR)$(OMD_ROOT)/lib/nagios/plugins/check_host
# Copy package documentations to have these information in the binary packages
mkdir -p $(DESTDIR)$(OMD_ROOT)/share/doc/$(NAME)
More information about the omd-commits
mailing list