remove systemd special code

This commit is contained in:
Ludovic Rousseau 2011-11-25 19:38:03 +00:00
parent 04f1ad402b
commit 0e2eb0be56
2 changed files with 1 additions and 5 deletions

3
debian/changelog vendored
View File

@ -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 <rousseau@debian.org> Fri, 25 Nov 2011 17:28:53 +0100
-- Ludovic Rousseau <rousseau@debian.org> Fri, 25 Nov 2011 17:42:18 +0100
pcsc-lite (1.7.4-2) unstable; urgency=low

3
debian/pcscd.init vendored
View File

@ -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