freebsd-ports/sysutils/bacula11-server/files/patch-src_baconfig.h
Dan Langille b288ebcfaf Add Bacula 11.0.1
NOTE: New Catalog format in version 11.0 and greater
The upgrade process will require more or less twice the
size of the actual database.

see update_bacula_tables

re https://www.bacula.org/bacula-release-11-0-1/

While here, update Bacula 9 conflicts.
2021-02-24 02:33:02 +00:00

13 lines
222 B
C

--- src/baconfig.h.orig 2021-02-05 21:23:44 UTC
+++ src/baconfig.h
@@ -45,6 +45,10 @@
#define tls_psk_default 0
#endif
+#ifndef ENODATA
+#define ENODATA EPIPE
+#endif
+
#ifndef ETIME
#define ETIME ETIMEDOUT
#endif