[Logcheck-commits] r1619 - in logcheck/branches/zugschlus200707: . debian docs

zugschlus at users.alioth.debian.org zugschlus at users.alioth.debian.org
Sat Jul 28 13:19:14 UTC 2007


Author: zugschlus
Date: 2007-07-28 13:19:14 +0000 (Sat, 28 Jul 2007)
New Revision: 1619

Modified:
   logcheck/branches/zugschlus200707/Makefile
   logcheck/branches/zugschlus200707/debian/logtail2.files
   logcheck/branches/zugschlus200707/debian/rules
   logcheck/branches/zugschlus200707/docs/README.logtail
   logcheck/branches/zugschlus200707/docs/logtail2.8
Log:
fix clear build


Modified: logcheck/branches/zugschlus200707/Makefile
===================================================================
--- logcheck/branches/zugschlus200707/Makefile	2007-07-28 12:48:50 UTC (rev 1618)
+++ logcheck/branches/zugschlus200707/Makefile	2007-07-28 13:19:14 UTC (rev 1619)
@@ -2,7 +2,7 @@
 
 CONFDIR = etc/logcheck
 BINDIR = usr/sbin
-SHAREDIR = usr/share/logtail/detectrotated
+SHAREDIR = usr/share/logtail/detectrotate
 
 install:
 	# Create the directories
@@ -10,6 +10,7 @@
 	install -d $(DESTDIR)/var/lib/logcheck
 	install -d $(DESTDIR)/usr/sbin
 	install -d $(DESTDIR)/var/lock/logcheck
+	install -d $(DESTDIR)/$(SHAREDIR)
 
 	install -m 2750 -d $(DESTDIR)/$(CONFDIR)/ignore.d.paranoid
 	install -m 2750 -d $(DESTDIR)/$(CONFDIR)/ignore.d.workstation
@@ -23,9 +24,9 @@
 	install -m 755 src/logcheck $(DESTDIR)/$(BINDIR)/
 	install -m 755 src/logtail $(DESTDIR)/$(BINDIR)/
 	install -m 755 src/logtail2 $(DESTDIR)/$(BINDIR)/
-	install -m 755 src/detectrotated/10-savelog.dtr $(DESTDIR)/$(SHAREDIR)/
-	install -m 755 src/detectrotated/20-logrotate.dtr $(DESTDIR)/$(SHAREDIR)/
-	install -m 755 src/detectrotated/30-logrotate-dateext.dtr $(DESTDIR)/$(SHAREDIR)/
+	install -m 755 src/detectrotate/10-savelog.dtr $(DESTDIR)/$(SHAREDIR)/
+	install -m 755 src/detectrotate/20-logrotate.dtr $(DESTDIR)/$(SHAREDIR)/
+	install -m 755 src/detectrotate/30-logrotate-dateext.dtr $(DESTDIR)/$(SHAREDIR)/
 
 	# Install the config files
 	install -m 640 etc/logcheck.logfiles $(DESTDIR)/$(CONFDIR)

Modified: logcheck/branches/zugschlus200707/debian/logtail2.files
===================================================================
--- logcheck/branches/zugschlus200707/debian/logtail2.files	2007-07-28 12:48:50 UTC (rev 1618)
+++ logcheck/branches/zugschlus200707/debian/logtail2.files	2007-07-28 13:19:14 UTC (rev 1619)
@@ -1,2 +1,2 @@
 usr/sbin/logtail2
-usr/share/logtail/detectrotated/*
+usr/share/logtail/detectrotate/*

Modified: logcheck/branches/zugschlus200707/debian/rules
===================================================================
--- logcheck/branches/zugschlus200707/debian/rules	2007-07-28 12:48:50 UTC (rev 1618)
+++ logcheck/branches/zugschlus200707/debian/rules	2007-07-28 13:19:14 UTC (rev 1619)
@@ -60,6 +60,7 @@
 	dh_install debian/header.txt usr/share/logcheck
 	dh_installcron
 	dh_installman -p logtail docs/logtail.8
+	dh_installman -p logtail2 docs/logtail2.8
 	dh_installman -p logcheck docs/logcheck.8
 	dh_installchangelogs
 	dh_installdebconf

Modified: logcheck/branches/zugschlus200707/docs/README.logtail
===================================================================
--- logcheck/branches/zugschlus200707/docs/README.logtail	2007-07-28 12:48:50 UTC (rev 1618)
+++ logcheck/branches/zugschlus200707/docs/README.logtail	2007-07-28 13:19:14 UTC (rev 1619)
@@ -28,7 +28,7 @@
 guessing a file name that might have been the target of log rotation
 and printing that file's contents starting with the stored offset. If
 you have a non-standard rotation scheme, you can drop your own
-heuristic into /usr/share/logtail/detectrotated/ and have it
+heuristic into /usr/share/logtail/detectrotate/ and have it
 automatically picked up by logtail2.
 ======================================================================
 COMMANDLINE ARGUMENTS

Modified: logcheck/branches/zugschlus200707/docs/logtail2.8
===================================================================
--- logcheck/branches/zugschlus200707/docs/logtail2.8	2007-07-28 12:48:50 UTC (rev 1618)
+++ logcheck/branches/zugschlus200707/docs/logtail2.8	2007-07-28 13:19:14 UTC (rev 1619)
@@ -38,7 +38,7 @@
 is checked.  If the inode is changed,
 .B logtail2
 uses the heuristics stored in
-.I /usr/share/logtail2/detectrotated/
+.I /usr/share/logtail2/detectrotate/
 to find a file that might be the rotated
 .I logfile
 and prints it starting with the stored offset. It then proceeds to




More information about the Logcheck-commits mailing list