Removed call to non-existent update-reader.conf in init script

This commit is contained in:
Kalev Lember 2010-07-03 23:53:50 +00:00
parent df1c7ae3ef
commit 7558b7074c
2 changed files with 5 additions and 2 deletions

View File

@ -2,7 +2,7 @@
Name: pcsc-lite
Version: 1.6.1
Release: 1%{?dist}
Release: 2%{?dist}
Summary: PC/SC Lite smart card framework and applications
Group: System Environment/Daemons
@ -145,6 +145,9 @@ fi
%changelog
* Sun Jul 04 2010 Kalev Lember <kalev@smartlink.ee> - 1.6.1-2
- Removed call to non-existent update-reader.conf in init script
* Fri Jun 18 2010 Kalev Lember <kalev@smartlink.ee> - 1.6.1-1
- Update to 1.6.1

View File

@ -45,7 +45,7 @@ fi
start() {
echo -n $"Starting PC/SC smart card daemon ($prog): "
/usr/sbin/update-reader.conf && daemon $prog $PCSCD_OPTIONS
daemon $prog $PCSCD_OPTIONS
retval=$?
echo
[ $retval -eq 0 ] && touch $lockfile