]> git.pld-linux.org Git - packages/bacula.git/blame - bacula-no_lockmgr.patch
Release 2 (by relup.sh)
[packages/bacula.git] / bacula-no_lockmgr.patch
CommitLineData
032c586f
MK
1diff -ur bacula-11.0.6.orig/src/version.h bacula-11.0.6/src/version.h
2--- bacula-11.0.6.orig/src/version.h 2022-04-03 11:31:32.929298827 +0000
3+++ bacula-11.0.6/src/version.h 2022-04-03 11:32:34.071438141 +0000
4@@ -87,9 +87,9 @@
642aa42a
JK
5 * it can always be turned on, but we advise to use it only
6 * for debug
7 */
032c586f
MK
8-# ifndef USE_LOCKMGR
9-# define USE_LOCKMGR
10-# endif /* USE_LOCKMGR */
11+//# ifndef USE_LOCKMGR
12+//# define USE_LOCKMGR
13+//# endif /* USE_LOCKMGR */
642aa42a
JK
14 /*
15 * Enable priority management with the lock manager
16 *
This page took 0.073674 seconds and 4 git commands to generate.