Public bug reported:
According to http://patches.ubuntu.com/p/pcsc-lite/pcsc-
lite_1.4.101-2ubuntu1.patch you patch pcsc-lite to add:
diff -pruN 1.4.101-2/debian/pcscd.init 1.4.101-2ubuntu1/debian/pcscd.init
--- 1.4.101-2/debian/pcscd.init 2008-05-13 17:14:22.000000000 +0100
+++ 1.4.101-2ubuntu1/debian/pcscd.init 2008-05-13 17:12:43.000000000 +0100
@@ -27,6 +27,11 @@ DAEMON=/usr/sbin/$NAME
PIDFILE=/var/run/pcscd/$NAME.pid
SCRIPTNAME=/etc/init.d/$NAME
+# Check if /var/run/pcscd exists, if not, create it.
+if [ ! -d /var/run/pcscd/ ]; then
+ mkdir -p -m 0755 /var/run/pcscd/
+fi
+
# if you need to pass arguments to pcscd you should edit the file
# /etc/default/pcscd and add a line
# DAEMON_ARGS="--your-option"
I confirm (as Debian maintainer of pcsc-lite and also upstream author) that
this patch is useless.
You can remove the patch and directly use the Debian package.
** Affects: pcsc-lite (Ubuntu)
Importance: Undecided
Status: New
--
patch in bug LP: #183498 is wrong
https://bugs.launchpad.net/bugs/240195
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs