Codebase list debian-goodies / 24b199e
Skip /var/lib/postgresql from the processed files (Closes: 767335) Javier Fernandez-Sanguino 9 years ago
1 changed file(s) with 3 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
491491 # Skip nagios spool files
492492 if f.startswith('/var/lib/nagios3/spool/checkresults/'):
493493 return 0
494 # Skip Postgresql files
495 if f.startswith('/var/lib/postgresql/'):
496 return 0
494497 # Skip, if asked to, files that do not belong to any package
495498 if onlyPackageFiles:
496499 # Remove some lsof information from the file to ensure that it is