Import pcsc-lite

bump version to 1.8.11 and add myself as maintainer

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
Daniel Golle
2014-06-16 13:03:22 +02:00
parent 3c68e0ef06
commit 2e20daf7a8
2 changed files with 113 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
#!/bin/sh /etc/rc.common
# Copyright (C) 2009-2011 OpenWrt.org
START=50
SERVICE_PID_FILE=/var/run/pcscd/pcscd.pid
start() {
service_start /usr/sbin/pcscd
}
stop() {
service_stop /usr/sbin/pcscd
}