]> TLD Linux GIT Repositories - packages/bacula.git/blob - bacula-no_lockmgr.patch
- missing patch
[packages/bacula.git] / bacula-no_lockmgr.patch
1 diff -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 @@
5   *   it can always be turned on, but we advise to use it only
6   *   for debug
7   */
8 -# ifndef USE_LOCKMGR
9 -#  define USE_LOCKMGR
10 -# endif /* USE_LOCKMGR */
11 +//# ifndef USE_LOCKMGR
12 +//#  define USE_LOCKMGR
13 +//# endif /* USE_LOCKMGR */
14  /*
15   * Enable priority management with the lock manager
16   *