[Logcheck-commits] CVS logcheck/debian

CVS User maks-guest logcheck-devel@lists.alioth.debian.org
Thu, 13 May 2004 06:47:14 -0600


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

Modified Files:
	changelog logcheck-database.config logcheck.config 
Log Message:

lowered priority of debconf messages.


--- /cvsroot/logcheck/logcheck/debian/changelog	2004/05/13 12:36:00	1.63
+++ /cvsroot/logcheck/logcheck/debian/changelog	2004/05/13 12:47:14	1.64
@@ -3,13 +3,15 @@
   maks:
   * Better description of logtail package.
   * Recommend use of an offsite email address in main conf.
-  * Added and Updated innd and kernel rulefiles.
+  * Added and updated innd, postfix, nntpcache, kernel rulefiles. 
+    (Closes: #248816)
   * Updated proftp rules. (Closes: #248409)
   * Added -v switch (outputs logcheck version).
   * Harden permissions regarding world.
   * Added and updated arpwatch, bind, openvpn, postfix and spamd rules.
     thanks to Peter Palfrader <weasel@debian.org>.
   * New Config option for subject tags [logcheck].
+  * Lower all debconf messages priority.
 
  -- 
 
--- /cvsroot/logcheck/logcheck/debian/logcheck-database.config	2004/04/19 18:22:05	1.1.1.1
+++ /cvsroot/logcheck/logcheck/debian/logcheck-database.config	2004/05/13 12:47:14	1.2
@@ -9,18 +9,18 @@
 . /usr/share/debconf/confmodule
 db_version 2.0
 
-db_text high logcheck-database/rules-directories-note || true
+db_text low logcheck-database/rules-directories-note || true
 db_go
 
 # Only show messages about changes on an upgrade
 if [ "$action" = "configure" -a -n "$version" ]; then
     if dpkg --compare-versions "$version" lt "1.2.1"; then
-        db_text high logcheck-database/standard-rename-note || true
+        db_text low logcheck-database/standard-rename-note || true
 	db_go
     fi
 
     if dpkg --compare-versions "$version" lt "1.2.6"; then
-	db_text high logcheck-database/conffile-cleanup || true
+	db_text medium logcheck-database/conffile-cleanup || true
 	db_go
     fi
 fi
--- /cvsroot/logcheck/logcheck/debian/logcheck.config	2004/05/07 07:24:21	1.4
+++ /cvsroot/logcheck/logcheck/debian/logcheck.config	2004/05/13 12:47:14	1.5
@@ -10,11 +10,11 @@
 db_version 2.0
 
 
-db_text high logcheck/install-note || true
+db_text medium logcheck/install-note || true
 db_go
 
 if [ -n "$version" ] && dpkg --compare-versions "$version" lt "1.2.3"; then
-    db_text high logcheck/changes || true
+    db_text medium logcheck/changes || true
     db_go
 fi