debian/pcscd.postinst: Fix "Fails to configure" check that systemd is

installed _and_ running (Closes: #650174)
This commit is contained in:
Ludovic Rousseau 2011-11-27 19:36:59 +00:00
parent 0e2eb0be56
commit 35c53b8885
2 changed files with 8 additions and 1 deletions

7
debian/changelog vendored
View File

@ -1,3 +1,10 @@
pcsc-lite (1.8.1-2) unstable; urgency=low
* debian/pcscd.postinst: Fix "Fails to configure" check that systemd is
installed _and_ running (Closes: #650174)
-- Ludovic Rousseau <rousseau@debian.org> Sun, 27 Nov 2011 20:33:59 +0100
pcsc-lite (1.8.1-1) unstable; urgency=low
* New upstream release

View File

@ -20,6 +20,6 @@ fi
addgroup --system pcscd --quiet
# enable pcscd for systemd
[ -x /bin/systemctl ] && systemctl enable pcscd.socket
[ -x /bin/systemctl ] && [ -d /sys/fs/cgroup/systemd ] && systemctl enable pcscd.socket
#DEBHELPER#