* Warning fix. - Fix dbus policy. - Fix init script header and packaging. OBS-URL: https://build.opensuse.org/package/show/security:chipcard/scmon?expand=0&rev=5
26 lines
667 B
Diff
26 lines
667 B
Diff
Index: init/scmon.sle
|
|
===================================================================
|
|
--- init/scmon.sle.orig
|
|
+++ init/scmon.sle
|
|
@@ -4,13 +4,13 @@
|
|
#
|
|
#
|
|
### BEGIN INIT INFO
|
|
-# Provides: scmon
|
|
-# Required-Start: pcscd dbus
|
|
-# X-UnitedLinux-Should-Start: pcscd dbus
|
|
-# Required-Stop:
|
|
-# Default-Start: 2 3 5
|
|
-# Default-Stop: 0 1 6
|
|
-# Description: Smart Card Monitor
|
|
+# Provides: scmon
|
|
+# Required-Start: pcscd dbus $remote_fs
|
|
+# Required-Stop: pcscd dbus $remote_fs
|
|
+# Default-Start: 2 3 5
|
|
+# Default-Stop: 0 1 6
|
|
+# Short-Description: Smart Card Monitor
|
|
+# Description: Smart Card Monitor
|
|
### END INIT INFO
|
|
|
|
|