[Logcheck-commits] CVS logcheck/debian

CVS User ttroxell logcheck-devel@lists.alioth.debian.org
Fri, 07 May 2004 01:57:36 -0600


Update of /cvsroot/logcheck/logcheck/debian
In directory haydn:/tmp/cvs-serv4308

Modified Files:
	changelog control logcheck.postinst 
Log Message:
remove some useless things / make lintian happy


--- /cvsroot/logcheck/logcheck/debian/changelog	2004/05/07 07:44:19	1.50
+++ /cvsroot/logcheck/logcheck/debian/changelog	2004/05/07 07:57:36	1.51
@@ -20,7 +20,9 @@
   todd:
   * Change logcheck home to /var/lib/logcheck. (Closes #247614)
   * Change modes on /etc/logcheck. (Closes #247929)
-  * Remove noroot template (Closes #247360)
+  * Remove noroot template. (Closes #247360)
+  * Remove useless chown to /var/tmp/logcheck* thanks to maks.
+  * Remove bash depends.  Bash is marked essential.
 
 logcheck (1.2.19-2) unstable; urgency=low
 
--- /cvsroot/logcheck/logcheck/debian/control	2004/04/30 04:13:31	1.5
+++ /cvsroot/logcheck/logcheck/debian/control	2004/05/07 07:57:36	1.6
@@ -9,7 +9,7 @@
 
 Package: logcheck
 Architecture: all
-Depends: adduser, bash, exim4 | mail-transport-agent, cron (>=3.0pl1-68), sysklogd | system-log-daemon, mailx, logtail (= ${Source-Version}), logcheck-database (= ${Source-Version}), debianutils (>= 1.16.9), lockfile-progs, ${misc:Depends} 
+Depends: adduser, exim4 | mail-transport-agent, cron (>=3.0pl1-68), sysklogd | system-log-daemon, mailx, logtail (= ${Source-Version}), logcheck-database (= ${Source-Version}), debianutils (>= 1.16.9), lockfile-progs, ${misc:Depends} 
 Pre-Depends: logtail (>= 1.1.9.1)
 Suggests: syslog-summary
 Description: Mails anomalies in the system logfiles to the administrator
--- /cvsroot/logcheck/logcheck/debian/logcheck.postinst	2004/05/06 06:12:02	1.8
+++ /cvsroot/logcheck/logcheck/debian/logcheck.postinst	2004/05/07 07:57:36	1.9
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-# $Id: logcheck.postinst,v 1.8 2004/05/06 06:12:02 ttroxell Exp $
+# $Id: logcheck.postinst,v 1.9 2004/05/07 07:57:36 ttroxell Exp $
 
 set -e
 
@@ -53,7 +53,6 @@
         chmod 750 /etc/logcheck/violations.ignore.d || true
 	chmod -R g+rx /etc/logcheck || true
         # just in case
-        chown -R logcheck /var/tmp/logcheck* &> /dev/null || true
         chown logcheck /var/lock/logcheck &> /dev/null || true
 
 	;;