From: Michael Howe Date: Sat, 17 Oct 2015 12:09:47 +0000 (+0000) Subject: Fix makefile X-Git-Tag: 0.11~1 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=bbe30793a555aab8ab8569cdd6e926f464feddbc;p=packages%2Fn%2Fnagios-plugins-local.git Fix makefile --- diff --git a/Makefile b/Makefile index 5239f17..445f331 100644 --- 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 diff --git a/debian/changelog b/debian/changelog index 585795b..27a376f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +nagios-plugins-local (0.10) unstable; urgency=medium + + * Fix Makefile + + -- Michael Howe Sat, 17 Oct 2015 13:09:17 +0100 + nagios-plugins-local (0.9) unstable; urgency=medium * Add check_configtool plugin