mirror of
https://github.com/openwrt/packages.git
synced 2026-01-08 03:30:19 +04:00
pcsc-lite: update to version 1.8.18
Support for GnuK token is included in this release, remove patches. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
@@ -1,14 +1,15 @@
|
||||
#!/bin/sh /etc/rc.common
|
||||
# Copyright (C) 2009-2011 OpenWrt.org
|
||||
|
||||
START=50
|
||||
|
||||
SERVICE_PID_FILE=/var/run/pcscd/pcscd.pid
|
||||
USE_PROCD=1
|
||||
|
||||
start() {
|
||||
service_start /usr/sbin/pcscd
|
||||
start_service() {
|
||||
procd_open_instance
|
||||
procd_set_param command /usr/sbin/pcscd --foreground
|
||||
procd_close_instance
|
||||
}
|
||||
|
||||
stop() {
|
||||
service_stop /usr/sbin/pcscd
|
||||
reload_service() {
|
||||
/usr/sbin/pcscd --hotplug
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user