[Logcheck-commits] Hannes von Haugwitz: Makefile: added logtail2 to "clean" make target

Gerfried Fuchs alfie at alioth.debian.org
Thu Feb 25 19:21:05 UTC 2010


Module: logcheck
Branch: lenny-backports
Commit: f5266909717f391979d387ac08139fda9d4c9815
URL:    http://git.debian.org/?p=logcheck/logcheck.git;a=commit;h=f5266909717f391979d387ac08139fda9d4c9815

Author: Hannes von Haugwitz <hannes at vonhaugwitz.com>
Date:   Thu Feb 18 21:41:58 2010 +0100

Makefile: added logtail2 to "clean" make target

---

 Makefile         |    1 +
 debian/changelog |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/Makefile b/Makefile
index 9b1905d..87711f7 100644
--- a/Makefile
+++ b/Makefile
@@ -52,6 +52,7 @@ clean:
 	# Remove the scripts
 	-rm -f  $(DESTDIR)/$(SBINDIR)/logcheck
 	-rm -f  $(DESTDIR)/$(SBINDIR)/logtail
+	-rm -f  $(DESTDIR)/$(SBINDIR)/logtail2
 	# Remove the configfiles
 	-rm -f $(DESTDIR)/$(CONFDIR)/logcheck.logfiles
 	-rm -f $(DESTDIR)/$(CONFDIR)/logcheck.conf
diff --git a/debian/changelog b/debian/changelog
index ff59c81..31b911f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -24,6 +24,7 @@ logcheck (1.3.7) UNRELEASED; urgency=low
     - added an empty "all" make target, thanks to
       Paweł Hajdan, Jr. (closes: #567150)
     - renamed BINDIR to SBINDIR
+    - added logtail2 script to "clean" make target
   * ignore.d.server/ssh:
     - added rule for "disconnected by user" message (closes: #567317)
   * ignore.d.workstation/ifplugd:




More information about the Logcheck-commits mailing list