Codebase list debian-goodies / a01e32c
Document changes Javier Fernandez-Sanguino 9 years ago
1 changed file(s) with 7 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
1717 on getty processes that need to be restarted. (Closes: #688808)
1818 - Only complain and exit with error if not running as root when the script
1919 is going to be run. Do not complain if it is called with -h or -v.
20 - Add preliminary support for systemd in checkrestart. Now, if the
21 system is using systemd and there are service files for a package the
22 admin is pointed to 'systemctl' (and systemd itself is ignored by
23 checkrestart). Compatibility with packages only providing init.d files
24 (or not using systemd) is still maintained.
25 - Remove the packages that are ignored instead of keeping them in the
26 list of packages to be processed (and ignore them later)
2027 * [debmany]
2128 - Fix typo (use -> usr) in manpage (Closes: #737512)
2229 - Indicate that /tmp (or /var/tmp) are used for the temporary files,