add ticket url to comment in patches.

This commit is contained in:
sthen 2015-10-20 14:08:57 +00:00
parent e48b149f78
commit 7cdc358e1e
4 changed files with 12 additions and 4 deletions

View File

@ -1,8 +1,10 @@
$OpenBSD: patch-lib_base_application_cpp,v 1.1 2015/10/20 13:54:13 sthen Exp $
$OpenBSD: patch-lib_base_application_cpp,v 1.2 2015/10/20 14:08:57 sthen Exp $
Revert post-2.2.1 commit which causes hangs at startup on OpenBSD
https://github.com/Icinga/icinga2/commit/86819f446e20f6aa0efab45d1e9e7eb87a2bd2b1.patch
https://dev.icinga.org/issues/10410
--- lib/base/application.cpp.orig Mon Oct 19 10:14:40 2015
+++ lib/base/application.cpp Tue Oct 20 14:20:36 2015
@@ -117,7 +117,7 @@ void Application::Exit(int rc)

View File

@ -1,8 +1,10 @@
$OpenBSD: patch-lib_base_application_hpp,v 1.1 2015/10/20 13:54:13 sthen Exp $
$OpenBSD: patch-lib_base_application_hpp,v 1.2 2015/10/20 14:08:57 sthen Exp $
Revert post-2.2.1 commit which causes hangs at startup on OpenBSD
https://github.com/Icinga/icinga2/commit/86819f446e20f6aa0efab45d1e9e7eb87a2bd2b1.patch
https://dev.icinga.org/issues/10410
--- lib/base/application.hpp.orig Mon Oct 19 10:14:40 2015
+++ lib/base/application.hpp Tue Oct 20 14:19:55 2015
@@ -44,7 +44,6 @@ class I2_BASE_API Application : public ObjectImpl<Appl

View File

@ -1,8 +1,10 @@
$OpenBSD: patch-lib_base_timer_hpp,v 1.1 2015/10/20 13:54:13 sthen Exp $
$OpenBSD: patch-lib_base_timer_hpp,v 1.2 2015/10/20 14:08:57 sthen Exp $
Revert post-2.2.1 commit which causes hangs at startup on OpenBSD
https://github.com/Icinga/icinga2/commit/86819f446e20f6aa0efab45d1e9e7eb87a2bd2b1.patch
https://dev.icinga.org/issues/10410
--- lib/base/timer.hpp.orig Mon Oct 19 10:14:40 2015
+++ lib/base/timer.hpp Tue Oct 20 14:19:55 2015
@@ -52,6 +52,9 @@ class I2_BASE_API Timer : public Object (public)

View File

@ -1,8 +1,10 @@
$OpenBSD: patch-test_test_cpp,v 1.1 2015/10/20 13:54:13 sthen Exp $
$OpenBSD: patch-test_test_cpp,v 1.2 2015/10/20 14:08:57 sthen Exp $
Revert post-2.2.1 commit which causes hangs at startup on OpenBSD
https://github.com/Icinga/icinga2/commit/86819f446e20f6aa0efab45d1e9e7eb87a2bd2b1.patch
https://dev.icinga.org/issues/10410
--- test/test.cpp.orig Mon Oct 19 10:14:40 2015
+++ test/test.cpp Tue Oct 20 14:19:55 2015
@@ -31,11 +31,12 @@ struct InitLibBase