Accepting request 79473 from home:bruno_friedmann:branches:security:chipcard
Readd if structure for older version, as asked in 79452, SLES11 build now OBS-URL: https://build.opensuse.org/request/show/79473 OBS-URL: https://build.opensuse.org/package/show/security:chipcard/pcsc-lite?expand=0&rev=58
This commit is contained in:
committed by
Git OBS Bridge
parent
711796a0ed
commit
f4505c9de0
@@ -15,9 +15,9 @@
|
||||
# Provides: pcscd
|
||||
# Required-Start: $local_fs $remote_fs $syslog
|
||||
# Required-Stop: $local_fs $remote_fs $syslog
|
||||
# Should-Start: udev hal openct
|
||||
# Should-Stop: udev hal openct
|
||||
# Default-Start: 2 3 4 5
|
||||
# Should-Start: udev openct
|
||||
# Should-Stop: udev openct
|
||||
# Default-Start: 2 3 5
|
||||
# Default-Stop: 0 1 6
|
||||
# Short-Description: Daemon to access a smart card using PC/SC
|
||||
# Description: The PC/SC smart card daemon is a resource manager for the
|
||||
@@ -37,7 +37,7 @@ umask 077
|
||||
|
||||
exec=/usr/sbin/pcscd
|
||||
prog=$(basename $exec)
|
||||
lockfile=/var/lock/subsys/$prog
|
||||
lockfile=/var/lock/$prog
|
||||
PCSCD_OPTIONS=
|
||||
|
||||
# Source config
|
||||
|
Reference in New Issue
Block a user