do not use a pcscd group any more. pcscd is started at boot or by systemd

This commit is contained in:
Ludovic Rousseau 2013-01-16 15:33:57 +00:00
parent 35aad9032f
commit a6c11dc1e7
3 changed files with 2 additions and 5 deletions

1
debian/changelog vendored
View File

@ -1,6 +1,7 @@
pcsc-lite (1.8.8-1) unstable; urgency=low
* New upstream release
* do not use a pcscd group any more. pcscd is started at boot or by systemd
-- Ludovic Rousseau <rousseau@debian.org> Wed, 16 Jan 2013 16:24:42 +0100

3
debian/pcscd.init vendored
View File

@ -64,8 +64,7 @@ do_start()
rm -rf $IPCDIR
mkdir $IPCDIR
fi
chgrp pcscd $IPCDIR
chmod 0775 $IPCDIR
chmod 0755 $IPCDIR
# Return
# 0 if daemon has been started

View File

@ -16,9 +16,6 @@ if [ -d $CFGDIR ]; then
rm -rf $CFGDIR
fi
# create the pcscd group
addgroup --system pcscd --quiet
# enable pcscd for systemd
[ -x /bin/systemctl ] && [ -d /sys/fs/cgroup/systemd ] && systemctl enable pcscd.socket