remove very old commented code to clean /tmp/pcsc and also remove

debian/pcscd.postinst.lintian_override
This commit is contained in:
Ludovic Rousseau 2008-01-09 09:27:13 +00:00
parent e871ccb8be
commit 3600020d5b
3 changed files with 3 additions and 10 deletions

View File

@ -4,8 +4,10 @@ pcsc-lite (1.4.99-1) unstable; urgency=low
* debian/pcscd.init: pid file is now in /var/run/pcscd/
* debian/control
- Standards-Version: 3.7.2.0 -> 3.7.3. no change needed
* debian/pcscd.postinst: remove very old commented code to clean /tmp/pcsc
and also remove debian/pcscd.postinst.lintian_override
-- Ludovic Rousseau <rousseau@debian.org> Wed, 09 Jan 2008 10:16:10 +0100
-- Ludovic Rousseau <rousseau@debian.org> Wed, 09 Jan 2008 10:25:51 +0100
pcsc-lite (1.4.4-3) unstable; urgency=low

View File

@ -7,12 +7,4 @@ if [ -x /usr/sbin/update-reader.conf ]; then
/usr/sbin/update-reader.conf || true;
fi
# clean /tmp/pcsc
# This should not be necessary. But in case the directory exists the
# pcscd daemon would not start
#PCSC_DIR=/tmp/pcsc
#if [ -d $PCSC_DIR ]; then
# rm -rf $PSC_DIR
#fi
#DEBHELPER#

View File

@ -1 +0,0 @@
pcscd: possibly-insecure-handling-of-tmp-files-in-maintainer-script postinst