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
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]