]> git.michaelhowe.org Git - packages/n/nagios-plugins-local.git/commitdiff
Fix makefile
authorMichael Howe <michael@michaelhowe.org>
Sat, 17 Oct 2015 12:09:47 +0000 (12:09 +0000)
committerMichael Howe <michael@michaelhowe.org>
Sat, 17 Oct 2015 12:09:47 +0000 (12:09 +0000)
Makefile
debian/changelog

index 5239f17bccc55b5d1ada3e03835a0aca6c263cfe..445f331b4c1441f43a9efd6f0cb1ee031db77b9a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -18,6 +18,7 @@ install:
        $(INSTALL) -m 0755 $(PLUGINDIR)/check_ldaps_ip $(DSTPLUGINDIR)
        $(INSTALL) -m 0755 $(PLUGINDIR)/check_networkclients $(DSTPLUGINDIR)
        $(INSTALL) -m 0755 $(PLUGINDIR)/check_krb5 $(DSTPLUGINDIR)
+       $(INSTALL) -m 0755 $(PLUGINDIR)/check_configtool $(DSTPLUGINDIR)
 
 clean:
        $(RM) plugins/check_ldaps_ip
index 585795b8d30666b6249a2d30b26e42fd4992b0d0..27a376ff998031d552c4d687f5e52545654e7c97 100644 (file)
@@ -1,3 +1,9 @@
+nagios-plugins-local (0.10) unstable; urgency=medium
+
+  * Fix Makefile 
+
+ -- Michael Howe <michael@michaelhowe.org>  Sat, 17 Oct 2015 13:09:17 +0100
+
 nagios-plugins-local (0.9) unstable; urgency=medium
 
   * Add check_configtool plugin