summaryrefslogtreecommitdiffstats
path: root/pki/patches/pki-core-9.0.3-r1862.patch
diff options
context:
space:
mode:
Diffstat (limited to 'pki/patches/pki-core-9.0.3-r1862.patch')
-rw-r--r--pki/patches/pki-core-9.0.3-r1862.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/pki/patches/pki-core-9.0.3-r1862.patch b/pki/patches/pki-core-9.0.3-r1862.patch
new file mode 100644
index 000000000..37ec3fd4a
--- /dev/null
+++ b/pki/patches/pki-core-9.0.3-r1862.patch
@@ -0,0 +1,25 @@
+Index: base/common/scripts/functions
+===================================================================
+--- base/common/scripts/functions (revision 1861)
++++ base/common/scripts/functions (revision 1862)
+@@ -694,6 +694,10 @@
+ $PKI_INSTANCE_INITSCRIPT start
+ rv=$?
+
++ if [ $rv -ne 0 ] ; then
++ return $rv
++ fi
++
+ # On Tomcat subsystems, make certain that the service has started
+ case $PKI_SUBSYSTEM_TYPE in
+ ca|kra|ocsp|tks)
+@@ -710,6 +714,9 @@
+ sleep 1
+ let count=$count+1;
+ done
++ if [ $netrv -ne 0 ] ; then
++ return 1
++ fi
+ ;;
+ esac
+