From d92f936a1f94629b6bc7e9f8603d122f221f3096 Mon Sep 17 00:00:00 2001 From: Ludovic Rousseau Date: Thu, 15 Dec 2011 17:53:22 +0000 Subject: [PATCH] Fix "[pcscd] unusable due to typo in init.d-script" Correctly set the access rights of /var/run/pcscd (Closes: #652236) --- debian/changelog | 7 +++++++ debian/pcscd.init | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 5d7f7f6..c002d1d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 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 diff --git a/debian/pcscd.init b/debian/pcscd.init index e8f91e0..9ebc0e7 100644 --- a/debian/pcscd.init +++ b/debian/pcscd.init @@ -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