Codebase list debian-goodies / debian/0.36
Imported Debian version 0.36 Javier Fernandez-Sanguino 12 years ago
2 changed file(s) with 15 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
44 # Further updated by Javier Fernandez-Sanguino <jfs@debian.org>
55 # - included patch from Justin Pryzby <justinpryzby_AT_users.sourceforge.net>
66 # to work with the latest Lsof - modify to reduce false positives by not
7 # complaining about deleted inodes/files under /tmp/, /var/log/ or named
8 # /SYSV.
7 # complaining about deleted inodes/files under /tmp/, /var/log/,
8 # /var/run or named /SYSV.
99
1010 # PENDING:
1111 # - included code from 'psdel' contributed by Sam Morris <sam_AT_robots.org.uk> to
1212 # make the program work even if lsof is not installed
1313 # (available at http://robots.org.uk/src/psdel)
14 # - make it work with a whitelist of directories instead of a blacklist
15 # (might make it less false positive prone)
1416 #
1517 #
1618 # This program is free software; you can redistribute it and/or modify
300302 # We don't care about log files
301303 if f.startswith('/var/log/'):
302304 continue
305 # Or about files under temporary locations
306 if f.startswith('/var/run/'):
307 continue
303308 # Or about files under /tmp
304309 if f.startswith('/tmp/'):
305310 continue
0 debian-goodies (0.36) unstable; urgency=low
1
2 * Exclude /var/run contents from the deleted files check which means
3 that apache2, when using mod_ssl should now not be reported
4 as needing a restart (Closes: 432569)
5
6 -- Javier Fernandez-Sanguino Pen~a <jfs@debian.org> Thu, 06 Sep 2007 23:37:03 +0200
7
08 debian-goodies (0.35) unstable; urgency=low
19
210 * Make it Depend on python => 2.4 as the subprocess module used by