summaryrefslogtreecommitdiff
path: root/autoscripts/postrm-init
Commit message (Collapse)AuthorAge
* systemd: update check to look for /run/systemd/systemMichael Stapelberg2013-03-20
| | | | | | | | | The old check (for /sys/fs/cgroup/systemd) is a false-positive on systems which use standalone logind, but not systemd. The new one is recommended and used by upstream systemd in their sd_booted() implementation, see http://cgit.freedesktop.org/systemd/systemd/tree/src/libsystemd-daemon/sd-daemon.c#n518
* Support systemd in dh_installinit and postinst/postrmMichael Stapelberg2012-10-28
|
* Revert "Support systemd in dh_installinit and postinst/postrm"Joey Hess2012-10-28
| | | | | | This reverts commit a0a7bb3433cba64677cf25c469d626552da9f356. New patch sent.
* Support systemd in dh_installinit and postinst/postrmMichael Stapelberg2012-10-15
|
* postrm-init: Avoid calling the error handler if update-rc.d fails. Closes: ↵Joey Hess2010-06-16
| | | | #586065
* r1691: * dh_installinit: Added --error-handler option. Based on work by ↵joey2004-06-29
| | | | | | Thom May. Closes: #209090
* r1632: * Clarify dh_install's autodest behavior with wildcards. Closes: ↵joey2003-12-29
| | | | #224707
* r11: Initial revisionjoey1999-08-17