summaryrefslogtreecommitdiff
path: root/autoscripts/postinst-systemd-dont-enable
AgeCommit message (Collapse)AuthorFilesLines
2013-09-15update maintscripts to mask a service while removed (but not purged)Michael Stapelberg1-0/+3
fixes #722521, #714903
2013-07-24autoscripts: use --quiet for was-enabledMichael Stapelberg1-1/+1
2013-07-24s/debian-is-installed/debian-installed/Michael Stapelberg1-1/+1
2013-07-24dh_systemd_enable: deal with changes in the [Install] sectionMichael Stapelberg1-6/+9
autoscripts/postinst-systemd-dont-enable now uses update-state instead of enable/disable which fixes accidental re-disabling of services. Both autoscripts call enable to create new symlinks, if necessary. Both autoscripts call update-state in case the service is not enabled in order to update the state file so that all service files will be removed on purge. See also http://bugs.debian.org/#717603
2013-07-14dh_systemd_enable: add --no-enable, deb-systemd-helper: add --quietMichael Stapelberg1-0/+7
The latter is necessary to make the former work without confusing users :).