Codebase list debian-goodies / 4e3d2ab
checkrestart: Ignore dbus package Closes: #777691 Axel Beckert 7 years ago
2 changed file(s) with 2 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
7979 useLsof = True
8080 blacklistFiles = []
8181 blacklist = []
82 ignorelist = [ 'screen', 'systemd' ]
82 ignorelist = [ 'screen', 'systemd', 'dbus' ]
8383 excludepidlist = []
8484
8585 # Process options
77 * Declare compliance with Debian Policy 3.9.8. (No changes needed.)
88 * Install bash-completion files to /u/s/bash-completion/completions/
99 instead of the old, deprecated /etc/bash_completion.d/.
10 * checkrestart: Ignore dbus package. (Closes: #777691)
1011
1112 [ Peter Colberg ]
1213 * checkrestart: Skip files under /dev/. (Closes: #827696)