Fix "[pcscd] unusable due to typo in init.d-script" Correctly set the

access rights of /var/run/pcscd (Closes: #652236)
This commit is contained in:
Ludovic Rousseau 2011-12-15 17:53:22 +00:00
parent e0af461603
commit d92f936a1f
2 changed files with 8 additions and 1 deletions

7
debian/changelog vendored
View File

@ -1,3 +1,10 @@
pcsc-lite (1.8.1-5) unstable; urgency=low
* Fix "[pcscd] unusable due to typo in init.d-script" Correctly set the
access rights of /var/run/pcscd (Closes: #652236)
-- Ludovic Rousseau <rousseau@debian.org> Thu, 15 Dec 2011 18:47:44 +0100
pcsc-lite (1.8.1-4) unstable; urgency=low
* If systemd is used then do not start pcscd at boot but on demand

2
debian/pcscd.init vendored
View File

@ -70,7 +70,7 @@ do_start()
rm -rf $IPCDIR
mkdir $IPCDIR
chgrp pcscd $IPCDIR
chmod g+w $IPCDIR
chmod 0775 $IPCDIR
# Return
# 0 if daemon has been started