Package: checksecurity
Version: 2.0.11
Severity: normal
Tags: patch

It is not very useful to be told every morning that my cdrom is 100%
full, so a first pass at stopping this is included below.  It is
arguable that you would want any mounted filesystem in /media to be
checked, so that's what the following disables:

--- /usr/share/checksecurity/check-diskfree.bak 2009-02-06 15:37:38.000000000 
+1100
+++ /usr/share/checksecurity/check-diskfree     2009-02-06 15:42:53.000000000 
+1100
@@ -40,6 +40,7 @@
 df -klP |
 grep ^/ |
+grep -v /media/ |
 sed -e 's/.*[[:space:]]\([[:digit:]]\+\)%/\1/' |
 while read PERC LOCATION; do
  if [ "$PERC" -gt "$CHECK_DISK_PERCENT"  ]; then
   echo "Usage warning on $CHECK_DISK_PERCENT"  >>$TMPDF


-- System Information:
Debian Release: 5.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26 (SMP w/2 CPU cores)
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages checksecurity depends on:
ii  cron                          3.0pl1-105 management of regular background p
ii  debconf [debconf-2.0]         1.5.24     Debian configuration management sy
ii  perl                          5.10.0-19  Larry Wall's Practical Extraction 

Versions of packages checksecurity recommends:
pn  logcheck                      <none>     (no description available)
pn  tiger                         <none>     (no description available)
pn  tripwire | integrit | aide |  <none>     (no description available)

Versions of packages checksecurity suggests:
ii  cron-apt                      0.6.7      automatic update of packages using
ii  lockfile-progs                0.1.11-0.1 Programs for locking and unlocking

-- debconf information:
  checksecurity/oldconf:



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to