rpms/opencryptoki/F-13 opencryptoki-2.3.1-pidfile.patch, 1.1, 1.2 opencryptoki.spec, 1.10, 1.11

Dan Horák sharkcz at fedoraproject.org
Fri Apr 30 10:33:59 UTC 2010


Author: sharkcz

Update of /cvs/pkgs/rpms/opencryptoki/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv29874

Modified Files:
	opencryptoki-2.3.1-pidfile.patch opencryptoki.spec 
Log Message:
* Fri Apr 30 2010 Dan Horák <dan[at]danny.cz> 2.3.1-5
- fixed one more issue in the initscript (#547324)


opencryptoki-2.3.1-pidfile.patch:
 misc/pkcsslotd.in            |   16 ++--------------
 usr/include/pkcs11/slotmgr.h |    2 +-
 2 files changed, 3 insertions(+), 15 deletions(-)

Index: opencryptoki-2.3.1-pidfile.patch
===================================================================
RCS file: /cvs/pkgs/rpms/opencryptoki/F-13/opencryptoki-2.3.1-pidfile.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- opencryptoki-2.3.1-pidfile.patch	27 Apr 2010 08:07:30 -0000	1.1
+++ opencryptoki-2.3.1-pidfile.patch	30 Apr 2010 10:33:59 -0000	1.2
@@ -22,6 +22,15 @@ diff -up opencryptoki-2.3.1/misc/pkcsslo
  
  	RETVAL=$?
  	echo
+@@ -49,7 +37,7 @@ start() {
+ 
+ stop() {
+ 	echo -n $"Shutting down pkcsslotd:"
+-	killproc pkcsslotd -TERM
++	killproc pkcsslotd
+ 	RETVAL=$?
+ 	echo
+ 	[ $RETVAL -eq 0 ] && rm -f $LOCKFILE
 diff -up opencryptoki-2.3.1/usr/include/pkcs11/slotmgr.h.pidfile opencryptoki-2.3.1/usr/include/pkcs11/slotmgr.h
 --- opencryptoki-2.3.1/usr/include/pkcs11/slotmgr.h.pidfile	2010-04-26 16:32:42.000000000 +0200
 +++ opencryptoki-2.3.1/usr/include/pkcs11/slotmgr.h	2010-04-26 16:32:46.000000000 +0200


Index: opencryptoki.spec
===================================================================
RCS file: /cvs/pkgs/rpms/opencryptoki/F-13/opencryptoki.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- opencryptoki.spec	27 Apr 2010 08:07:32 -0000	1.10
+++ opencryptoki.spec	30 Apr 2010 10:33:59 -0000	1.11
@@ -1,7 +1,7 @@
 Name:			opencryptoki
 Summary:		Implementation of the PKCS#11 (Cryptoki) specification v2.11
 Version:		2.3.1
-Release:		4%{?dist}
+Release:		5%{?dist}
 License:		CPL
 Group:			System Environment/Base
 URL:			http://sourceforge.net/projects/opencryptoki
@@ -144,6 +144,9 @@ exit 0
 
 
 %changelog
+* Fri Apr 30 2010 Dan Horák <dan[at]danny.cz> 2.3.1-5
+- fixed one more issue in the initscript (#547324)
+
 * Mon Apr 26 2010 Dan Horák <dan[at]danny.cz> 2.3.1-4
 - fixed pidfile creating and usage (#547324)
 



More information about the scm-commits mailing list