diff --git a/debian/changelog b/debian/changelog index 8d22cbf..287e96e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,7 +3,6 @@ pcsc-lite (1.8.1-1) unstable; urgency=low * New upstream release * debian/copyright: use Machine-readable DEP-5 format * debian/pcscd.init: Fix "init.d status support" (Closes: #644127) - * debian/pcscd.init: do not start pcscd if systemd is used * debian/pcscd.postinst: enable pcscd for systemd is systemd is installed * debian/control: libpcsclite1 now Breaks: instead of Conflicts: libpcsclite-dev (<< ${binary:Version}) @@ -14,7 +13,7 @@ pcsc-lite (1.8.1-1) unstable; urgency=low * debian/libpcsclite-dev.install: do not distribute the .la file any more * debian/pcscd.install: install systemd configuration files - -- Ludovic Rousseau Fri, 25 Nov 2011 17:28:53 +0100 + -- Ludovic Rousseau Fri, 25 Nov 2011 17:42:18 +0100 pcsc-lite (1.7.4-2) unstable; urgency=low diff --git a/debian/pcscd.init b/debian/pcscd.init index 915e674..6c81239 100644 --- a/debian/pcscd.init +++ b/debian/pcscd.init @@ -64,9 +64,6 @@ do_start() chgrp pcscd $IPCDIR chmod g+w $IPCDIR - # do not start here if systemd is used - test -d /sys/fs/cgroup/systemd && exit 0 - # Return # 0 if daemon has been started # 1 if daemon was already running