From 475cb36289441a8a0dd7e10ae9117c54ff460925 Mon Sep 17 00:00:00 2001 From: Ludovic Rousseau Date: Wed, 9 Jan 2008 09:14:52 +0000 Subject: [PATCH] pid file is now in /var/run/pcscd/ --- pcsc-lite/trunk/trunk/debian/changelog | 3 ++- pcsc-lite/trunk/trunk/debian/pcscd.init | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/pcsc-lite/trunk/trunk/debian/changelog b/pcsc-lite/trunk/trunk/debian/changelog index 1cd567a..1808607 100644 --- a/pcsc-lite/trunk/trunk/debian/changelog +++ b/pcsc-lite/trunk/trunk/debian/changelog @@ -1,8 +1,9 @@ pcsc-lite (1.4.99-1) unstable; urgency=low * New upstream release + * debian/pcscd.init: pid file is now in /var/run/pcscd/ - -- Ludovic Rousseau Wed, 09 Jan 2008 10:04:06 +0100 + -- Ludovic Rousseau Wed, 09 Jan 2008 10:14:21 +0100 pcsc-lite (1.4.4-3) unstable; urgency=low diff --git a/pcsc-lite/trunk/trunk/debian/pcscd.init b/pcsc-lite/trunk/trunk/debian/pcscd.init index f93ddc5..0662d82 100644 --- a/pcsc-lite/trunk/trunk/debian/pcscd.init +++ b/pcsc-lite/trunk/trunk/debian/pcscd.init @@ -24,7 +24,7 @@ DESC="PCSC Lite resource manager" NAME=pcscd DAEMON=/usr/sbin/$NAME -PIDFILE=/var/run/$NAME.pid +PIDFILE=/var/run/pcscd/$NAME.pid SCRIPTNAME=/etc/init.d/$NAME # Gracefully exit if the package has been removed (but not purged).