[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

./packages/openofficeorg/3.1/unstable r1711: wait 1s after killing docvert-converter



------------------------------------------------------------
revno: 1711
committer: Rene Engelhard <rene@debian.org>
branch nick: unstable
timestamp: Sat 2009-10-17 13:14:59 +0200
message:
  wait 1s after killing docvert-converter
modified:
  shell-lib-components.sh
  shell-lib-extensions.sh
=== modified file 'shell-lib-components.sh'
--- a/shell-lib-components.sh	2009-10-16 12:33:56 +0000
+++ b/shell-lib-components.sh	2009-10-17 11:14:59 +0000
@@ -25,6 +25,8 @@
 			fi
 		fi
 	done
+	# wait for proper shutdown/kill
+	sleep 1
 }
 
 revoke_from_services_rdb() {

=== modified file 'shell-lib-extensions.sh'
--- a/shell-lib-extensions.sh	2009-10-16 12:33:56 +0000
+++ b/shell-lib-extensions.sh	2009-10-17 11:14:59 +0000
@@ -25,6 +25,8 @@
 			fi
 		fi
 	done
+	# wait for proper shutdown/kill
+	sleep 1
 }
 
 flush_unopkg_cache() {


Reply to: