[Piuparts-commits] [SCM] piuparts git repository branch, develop, updated. 0.44-612-g90378d6

Andreas Beckmann debian at abeckmann.de
Thu May 31 19:11:24 UTC 2012


The following commit has been merged in the develop branch:
commit 4beaa35a6514493492b96f3208a7de496b8fe755
Author: Andreas Beckmann <debian at abeckmann.de>
Date:   Thu May 31 15:56:43 2012 +0200

    p: ignore default system logfiles
    
    as created by all incarnations of syslogd by default
    
    Signed-off-by: Andreas Beckmann <debian at abeckmann.de>

diff --git a/debian/changelog b/debian/changelog
index 7ae58d3..0e3d27b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -34,6 +34,8 @@ piuparts (0.45) UNRELEASED; urgency=low
       + Remove many obsolete entries not needed for squeeze or later.
       + Group ignore entries into piuparts state, system state, package
         management, logfiles, home directories, application data, and HACKS.
+    - Add to ignored_files:
+      + Default system logfiles as created by syslogd in /var/log/
   * piupartslib/packagesdb.py:
     - Do not consider a package as "untestable" if untestable/ contains a
       logfile from an obsolete version of that package.
diff --git a/piuparts.py b/piuparts.py
index 1cec6e7..5436807 100644
--- a/piuparts.py
+++ b/piuparts.py
@@ -222,8 +222,25 @@ class Settings:
             "/var/log/bootstrap.log",
             "/var/log/dpkg.log",
             # system logfiles
+            "/var/log/auth.log",
+            "/var/log/daemon.log",
+            "/var/log/debug",
             "/var/log/faillog",
+            "/var/log/kern.log",
             "/var/log/lastlog",
+            "/var/log/lpr.log",
+            "/var/log/mail.err",
+            "/var/log/mail.info",
+            "/var/log/mail.log",
+            "/var/log/mail.warn",
+            "/var/log/messages",
+            "/var/log/news/",
+            "/var/log/news/news.crit",
+            "/var/log/news/news.err",
+            "/var/log/news/news.notice",
+            "/var/log/secure",
+            "/var/log/syslog",
+            "/var/log/user.log",
             # home directories of system accounts
             "/var/lib/rbldns/",
             # HACKS

-- 
piuparts git repository



More information about the Piuparts-commits mailing list