Removed call to non-existent update-reader.conf in init script
This commit is contained in:
parent
df1c7ae3ef
commit
03500fb33d
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: pcsc-lite
|
Name: pcsc-lite
|
||||||
Version: 1.6.1
|
Version: 1.6.1
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: PC/SC Lite smart card framework and applications
|
Summary: PC/SC Lite smart card framework and applications
|
||||||
|
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
@ -145,6 +145,9 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Jun 18 2010 Kalev Lember <kalev@smartlink.ee> - 1.6.1-1
|
||||||
- Update to 1.6.1
|
- Update to 1.6.1
|
||||||
|
|
||||||
|
@ -45,7 +45,7 @@ fi
|
|||||||
|
|
||||||
start() {
|
start() {
|
||||||
echo -n $"Starting PC/SC smart card daemon ($prog): "
|
echo -n $"Starting PC/SC smart card daemon ($prog): "
|
||||||
/usr/sbin/update-reader.conf && daemon $prog $PCSCD_OPTIONS
|
daemon $prog $PCSCD_OPTIONS
|
||||||
retval=$?
|
retval=$?
|
||||||
echo
|
echo
|
||||||
[ $retval -eq 0 ] && touch $lockfile
|
[ $retval -eq 0 ] && touch $lockfile
|
||||||
|
Loading…
Reference in New Issue
Block a user