pcsc-lite/pcsc-lite-lsb_header.patch

28 lines
1.1 KiB
Diff

diff -up pcsc-lite-1.5.5/etc/pcscd.init.in.lsb_header pcsc-lite-1.5.5/etc/pcscd.init.in
--- pcsc-lite-1.5.5/etc/pcscd.init.in.lsb_header 2008-05-09 17:59:08.000000000 +0300
+++ pcsc-lite-1.5.5/etc/pcscd.init.in 2010-04-13 12:56:33.000000000 +0300
@@ -2,7 +2,7 @@
#
# pcscd Starts the pcscd Daemon
#
-# chkconfig: 2345 25 88
+# chkconfig: 2345 27 73
# description: The PC/SC smart card daemon is a resource manager for the \
# PC/SC lite and Musclecard frameworks. It coordinates \
# communications with smart card readers, smart cards, and \
@@ -13,10 +13,10 @@
#
### BEGIN INIT INFO
# 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
+# Required-Start: $local_fs $remote_fs $syslog haldaemon
+# Required-Stop: $local_fs $remote_fs $syslog haldaemon
+# Should-Start: openct
+# Should-Stop: openct
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: Daemon to access a smart card using PC/SC