]> TLD Linux GIT Repositories - packages/bacula.git/commitdiff
- missing patch master
authorMarcin Krol <hawk@tld-linux.org>
Tue, 18 Jul 2023 14:13:01 +0000 (16:13 +0200)
committerMarcin Krol <hawk@tld-linux.org>
Tue, 18 Jul 2023 14:13:01 +0000 (16:13 +0200)
bacula-no_lockmgr.patch [new file with mode: 0644]

diff --git a/bacula-no_lockmgr.patch b/bacula-no_lockmgr.patch
new file mode 100644 (file)
index 0000000..70b2a5f
--- /dev/null
@@ -0,0 +1,16 @@
+diff -ur bacula-11.0.6.orig/src/version.h bacula-11.0.6/src/version.h
+--- bacula-11.0.6.orig/src/version.h   2022-04-03 11:31:32.929298827 +0000
++++ bacula-11.0.6/src/version.h        2022-04-03 11:32:34.071438141 +0000
+@@ -87,9 +87,9 @@
+  *   it can always be turned on, but we advise to use it only
+  *   for debug
+  */
+-# ifndef USE_LOCKMGR
+-#  define USE_LOCKMGR
+-# endif /* USE_LOCKMGR */
++//# ifndef USE_LOCKMGR
++//#  define USE_LOCKMGR
++//# endif /* USE_LOCKMGR */
+ /*
+  * Enable priority management with the lock manager
+  *