[Logcheck-commits] CVS logcheck/debian

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


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

Modified Files:
	changelog logcheck.config logcheck.templates 
Log Message:
remove noroot template


--- /cvsroot/logcheck/logcheck/debian/changelog	2004/05/06 20:23:43	1.48
+++ /cvsroot/logcheck/logcheck/debian/changelog	2004/05/07 07:24:21	1.49
@@ -19,6 +19,7 @@
   todd:
   * Change logcheck home to /var/lib/logcheck. (Closes #247614)
   * Change modes on /etc/logcheck. (Closes #247929)
+  * Remove noroot template (Closes #247360)
 
 logcheck (1.2.19-2) unstable; urgency=low
 
--- /cvsroot/logcheck/logcheck/debian/logcheck.config	2004/05/05 11:45:20	1.3
+++ /cvsroot/logcheck/logcheck/debian/logcheck.config	2004/05/07 07:24:21	1.4
@@ -18,9 +18,4 @@
     db_go
 fi
 
-if [ -n "$version" ] && dpkg --compare-versions "$version" lt "1.2.19"; then
-    db_text low logcheck/noroot || true
-    db_go
-fi
-
 exit 0
--- /cvsroot/logcheck/logcheck/debian/logcheck.templates	2004/05/05 12:52:16	1.5
+++ /cvsroot/logcheck/logcheck/debian/logcheck.templates	2004/05/07 07:24:21	1.6
@@ -20,11 +20,3 @@
  directories.
  .
  Please see /usr/share/doc/logcheck for more details.
-
-Template: logcheck/noroot
-Type: note
-_Description: Logcheck no longer runs as root.
- Logcheck now runs as user logcheck.  Your logs must be readable by
- this user if they are to be scanned by logcheck.
- .
- If you have not altered your logcheck configuration, you need not worry this.