openbsd-ports/devel/ORBit2/patches/patch-test_timeout_sh
jasper 087b222076 - update ORBit2 to 2.14.10
- re-format DESCR

feedback and ok martynas@ simon@
2007-11-10 14:06:45 +00:00

12 lines
296 B
Plaintext

$OpenBSD: patch-test_timeout_sh,v 1.1 2007/11/10 14:06:45 jasper Exp $
--- test/timeout.sh.orig Fri Oct 19 13:31:53 2007
+++ test/timeout.sh Fri Oct 19 13:32:01 2007
@@ -12,6 +12,6 @@ echo "Running timeout client..."
retv=$?
-killall lt-timeout-server
+pkill lt-timeout-server
exit $retv