Your message dated Thu, 04 Jul 2013 21:18:05 +0000
with message-id <[email protected]>
and subject line Bug#695151: fixed in debian-goodies 0.62
has caused the Debian Bug report #695151,
regarding checkrestart: Please don't care about local logs and tempfiles
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
695151: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=695151
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: debian-goodies
Version: 0.61
Severity: wishlist
Tags: patch

Dear Maintainer,

The following patch adds some more whitelist of FHS-like systems:

--- /usr/sbin/checkrestart.orig 2010-08-04 12:49:47.000000000 +0200
+++ /usr/sbin/checkrestart      2012-12-04 17:20:57.000000000 +0100
@@ -260,16 +260,16 @@
     if allFiles:
         return 1
     # We don't care about log files
-    if f.startswith('/var/log/'):
+    if f.startswith('/var/log/') or f.startswith('/var/local/log/'):
         return 0
     # Or about files under temporary locations
-    if f.startswith('/var/run/'):
+    if f.startswith('/var/run/') or f.startswith('/var/local/run/'):
         return 0
     # Or about files under /tmp
     if f.startswith('/tmp/'):
         return 0
-    # Or about files under /var/tmp
-    if f.startswith('/var/tmp/'):
+    # Or about files under /var/tmp and /var/local/tmp
+    if f.startswith('/var/tmp/') or f.startswith('/var/local/tmp/'):
         return 0
     # Or /dev/zero
     if f.startswith('/dev/zero'):


-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages debian-goodies depends on:
ii  curl                      7.26.0-1
ii  dctrl-tools [grep-dctrl]  2.22.2
ii  perl                      5.14.2-15
ii  python                    2.7.3~rc2-1
ii  whiptail                  0.52.14-10

Versions of packages debian-goodies recommends:
ii  lsof  4.86+dfsg-1

Versions of packages debian-goodies suggests:
ii  popularity-contest  1.56
ii  xdg-utils           1.1.0~rc1+git20111210-6
ii  zenity              3.4.0-2

-- no debconf information

--- End Message ---
--- Begin Message ---
Source: debian-goodies
Source-Version: 0.62

We believe that the bug you reported is fixed in the latest version of
debian-goodies, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Axel Beckert <[email protected]> (supplier of updated debian-goodies package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Thu, 04 Jul 2013 21:59:21 +0200
Source: debian-goodies
Binary: debian-goodies
Architecture: source all
Version: 0.62
Distribution: unstable
Urgency: low
Maintainer: Javier Fernandez-Sanguino Pen~a <[email protected]>
Changed-By: Axel Beckert <[email protected]>
Description: 
 debian-goodies - Small toolbox-style utilities for Debian systems
Closes: 665880 678635 679225 679457 679927 695151 696139 696533
Changes: 
 debian-goodies (0.62) unstable; urgency=low
 .
   [ Paul Wise ]
   * [checkrestart]
     - don't get confused by deleted interpreters (Closes: #696139)
 .
   [ Axel Beckert ]
   * [dgrep]
     - Support (d)zegrep and (d)zfgrep.
     - Fix quoting to allow patterns with blanks
   * [check-enhancements]
     - New command by George Danchev (Closes: #679927)
     - Optimize --help message for help2man
     - Add build-dependency on help2man for check-enhancements' man page
   * [which-pkg-broke]
     - Use 2x dpkg instead of dpkg-architecture  (Closes: #665880)
     - Don't read architecture list again for each package to check (much
       faster now, thanks to Jakub Wilk for the idea!)
   * [debmany]
     - Use curl --location to support redirects (Closes: #679225)
     - No more use /dev/shm for temporary files (Closes: #679457)
   * [checkrestart]
     - Check ignorelist for package name equality, not substring match.
       Thanks Francesco Poli! (Closes: #696533)
     - Also ignore log and temp files under /var/local/ (Closes: #695151)
     - Ignore options between interpreter and script name (Closes: #678635)
   * Bump debhelper compatibility to 9 to be able to use some more recent
     features. Update versioned debhelper build-dependency accordingly.
   * Revamp debian/rules
     - No more remove stamp files manually.
     - Use debian/links instead of calling ln manually in debian/rules
     - Use dh_install/dh_link to install all the scripts
     - Use debian/manpages instead of parameters to dh_installman
     - Use debian/docs instead of parameters to dh_installdocs
     - Fix lintian warning dh-clean-k-is-deprecated and use dh_prep
     - Finally switch to dh v7 style debian/rules file
   * Bump Standards-Version to 3.9.4 (no changes)
   * Apply wrap-and-sort
   * Update copyright years in debian/copyright
Checksums-Sha1: 
 f6bd41aa48acbfcc731df743ea948ccae58099e9 997 debian-goodies_0.62.dsc
 33f5eb64196bbb09f282aea77a3b74edc93c638d 61445 debian-goodies_0.62.tar.gz
 21c456a6f7c863c9af9299045a0d55c4f9917b4b 70082 debian-goodies_0.62_all.deb
Checksums-Sha256: 
 eb23d11005f530cf830c9f5ee7b6ebd1e115a597d22d3585dc8b0c929ee6c8a8 997 
debian-goodies_0.62.dsc
 9bd60413c473b23401b7f29a62e273321836acd95fc21d4552d0bf7e3c0c5e76 61445 
debian-goodies_0.62.tar.gz
 d2b025cc1fe2f8570fff19353ee2ea0d88e4e5a61ae3fe1a8e9d5416cb8bbdc4 70082 
debian-goodies_0.62_all.deb
Files: 
 0c4f2aade1760c61c652b07e713e48fe 997 utils optional debian-goodies_0.62.dsc
 07ba1fcd057e6f6db07f8363936253e1 61445 utils optional 
debian-goodies_0.62.tar.gz
 77a50126cc60032fb2139503366e1805 70082 utils optional 
debian-goodies_0.62_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iEYEARECAAYFAlHV1OoACgkQwJ4diZWTDt4QnACeMzVtq1GmcFJsd5LbQy9KVxVm
KSkAn2hDrEROQlImxIeBCVt/6c1+D0ws
=WV2w
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to