From 5110fd0fc0b8e620e5c559634a4da4b4b69964e6 Mon Sep 17 00:00:00 2001 From: Ludovic Rousseau Date: Thu, 29 Nov 2007 23:07:32 +0000 Subject: [PATCH] PIDFILE=/var/run/$NAME.pid instead of /var/run/pcscd/$NAME.pid Closes: #451704 "Latest version takes a lot to shut down" --- pcsc-lite/trunk/trunk/debian/pcscd.init | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pcsc-lite/trunk/trunk/debian/pcscd.init b/pcsc-lite/trunk/trunk/debian/pcscd.init index 4b640f6..f93ddc5 100644 --- a/pcsc-lite/trunk/trunk/debian/pcscd.init +++ b/pcsc-lite/trunk/trunk/debian/pcscd.init @@ -24,8 +24,7 @@ DESC="PCSC Lite resource manager" NAME=pcscd DAEMON=/usr/sbin/$NAME -PIDFILE=/var/run/pcscd/$NAME.pid -PUBFILE=/var/run/pcscd/$NAME.pub +PIDFILE=/var/run/$NAME.pid SCRIPTNAME=/etc/init.d/$NAME # Gracefully exit if the package has been removed (but not purged).