summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-07-24add test for deb-systemd-helper disableMichael Stapelberg1-0/+8
2013-07-24update files atomically to be more robust when being cancelledMichael Stapelberg1-15/+33
2013-07-24dh_systemd_enable: deal with changes in the [Install] sectionMichael Stapelberg3-12/+24
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-24update testsuite to also cover more complex units and updatesMichael Stapelberg3-7/+240
Updates that add new service files or remove existing ones are now also tested (using update-state). Furthermore, the Also= and Alias= statements in unit files are now tested, too.
2013-07-24refactor; implement update-stateMichael Stapelberg1-49/+83
2013-07-24Bugfix: Open the file for reading and appending, seek to the beginningMichael Stapelberg1-1/+2
Otherwise, duplicate entries will end up in the state file. This bugfix was brought to you by the new test suite \o/.
2013-07-23deb-systemd-helper: implement debian-installed commandMichael Stapelberg1-2/+19
2013-07-23deb-systemd-helper: implement was-enabledMichael Stapelberg2-1/+200
2013-07-23remove inaccurate statement about systemctl requiring a running systemdMichael Stapelberg1-2/+1
2013-07-23add README for the test casesMichael Stapelberg1-0/+10
2013-07-23add test case for deb-systemd-helperMichael Stapelberg1-0/+137
2013-07-16use pod2man and install manpages, update changelogdebian/1.7Michael Stapelberg5-1/+18
2013-07-16Drop dependency on libmodule-install-perl (Closes: #716929)Jeremy Bicha4-32/+7
2013-07-15Fix syntax error in dh_systemd_startdebian/1.6Michael Stapelberg2-1/+6
2013-07-14bump dependency on i-s-h for --quietdebian/1.5Michael Stapelberg1-1/+1
2013-07-14dh_systemd_start: add --no-startMichael Stapelberg2-1/+8
2013-07-14update changelogMichael Stapelberg1-1/+3
2013-07-14dh_systemd_enable: add --no-enable, deb-systemd-helper: add --quietMichael Stapelberg3-5/+34
The latter is necessary to make the former work without confusing users :).
2013-07-01deb-systemd-helper: clean up /var/lib/systemd/deb-systemd-helper-enabled and ↵Michael Stapelberg2-0/+29
/etc/systemd to pass a piuparts run.
2013-06-27update changelog, bump dependency in dh_systemd_enabledebian/1.4Michael Stapelberg2-1/+8
2013-06-27Bugfix: ensure state directory exists before writing to it (Thanks uau, bigon)Michael Stapelberg1-0/+1
2013-06-26deb-systemd-invoke: remove wrong documentation (copy & paste mistake)Michael Stapelberg1-5/+0
2013-06-26init-system-helpers: add Breaks: systemd (<< 44-12)Michael Stapelberg1-0/+1
This ensures that on updates from stable, at least systemd 44-12 is present, which is the first version where the old trigger gained support for checking whether i-s-h is installed.
2013-06-19update package description to reflect dh_systemd_* splitdebian/1.3Michael Stapelberg1-4/+5
2013-06-19update changelogMichael Stapelberg1-0/+11
2013-06-19document debug env variableMichael Stapelberg1-0/+12
2013-06-19dh_systemd_enable: bump dependency on init-system-helper to make bugfixes ↵Michael Stapelberg1-1/+1
available
2013-06-19deb-systemd-helper: always store .dsh-also state, not only when creating linksMichael Stapelberg1-4/+18
2013-06-19deb-systemd-helper: delete state file on remove if user didn’t disable serviceMichael Stapelberg1-2/+6
This makes dpkg -i, dpkg -r, dpkg -i work correctly. Before, the user would end up with a disabled service.
2013-06-19deb-systemd-handler: replicate /etc/systemd/system in state dirMichael Stapelberg1-45/+35
…instead of using the basename of the file. The state handling got really messy, so this commit cleans it up. Also, introduce a debug mechanism by looking for _DEB_SYSTEMD_HELPER_DEBUG=1 in the environment.
2013-06-19deb-systemd-helper: also remove statefiles when the service is disabledMichael Stapelberg1-1/+23
This will most likely change with the next commit, but makes things better for now.
2013-06-19add deb-systemd-invoke, a wrapper which respects (basic) policy.dMichael Stapelberg7-4/+92
2013-06-18update changelogdebian/1.2Michael Stapelberg1-1/+4
2013-06-18dh_systemd_start: don’t start the same unit multiple timesMichael Stapelberg1-1/+1
2013-06-18add systemctl daemon-reload to handle the systemd-only use caseMichael Stapelberg2-0/+2
2013-06-18error message: add whitespaces after dotsMichael Stapelberg1-2/+2
2013-06-18depend on init-system-helpers >= 1.2 due to behavioral changesMichael Stapelberg1-1/+1
2013-06-18makefile: bump versionMichael Stapelberg1-1/+1
2013-06-18remove dh_systemd_disable, this edge case will be handled in maintscriptsMichael Stapelberg5-208/+3
To clarify: the edge case is that there is a socket-activated service which has a name for the .socket file that diverges from the basename of the init script. In our case, that is syslog.socket vs. /etc/init.d/rsyslog.
2013-06-18dh_systemd_{enable,disable}: don’t pass Also= and Alias= units on the cmdlineMichael Stapelberg2-112/+4
See previous commit.
2013-06-18deb-systemd-helper: store which files are enabled, disable them when disablingMichael Stapelberg1-15/+31
This allows us to not specify Also= and Alias= units on the commandline (e.g. deb-systemd-helper disable avahi-daemon.service \ avahi-daemon.socket dbus-org.freedesktop.Avahi.service). We want to have this as it is consistent with what systemctl does.
2013-06-18dh_systemd_start: strip .socket (like .service) when looking for sysv scriptsMichael Stapelberg1-1/+1
2013-06-17make --disable-in-prerm keep the postrm autoscript (works in addition now)Michael Stapelberg1-5/+5
This is necessary because otherwise the deletion of state files at purge time is not run.
2013-06-17deb-systemd-helper: only remove state file on purgeMichael Stapelberg3-3/+15
2013-06-17delete now unused autoscriptsMichael Stapelberg3-21/+0
2013-06-17refactor step 6: split functionality into dh_systemd_{enable,disable}Michael Stapelberg2-160/+16
2013-06-17refactor step 5: split off dh_systemd_disableMichael Stapelberg4-0/+315
2013-06-17dh_systemd_enable: add --disable-in-prerm, add autoscript() hackMichael Stapelberg1-2/+82
2013-06-17update dh-systemd.installMichael Stapelberg1-2/+4
2013-06-17update changelogMichael Stapelberg1-0/+9