From bbe30793a555aab8ab8569cdd6e926f464feddbc Mon Sep 17 00:00:00 2001 From: Michael Howe Date: Sat, 17 Oct 2015 12:09:47 +0000 Subject: [PATCH] Fix makefile --- Makefile | 1 + debian/changelog | 6 ++++++ 2 files changed, 7 insertions(+) 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 -- 2.39.5