summaryrefslogtreecommitdiff
path: root/bareos/nullify-os-specifics.patch
diff options
context:
space:
mode:
Diffstat (limited to 'bareos/nullify-os-specifics.patch')
-rw-r--r--bareos/nullify-os-specifics.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/bareos/nullify-os-specifics.patch b/bareos/nullify-os-specifics.patch
deleted file mode 100644
index 707a01c4..00000000
--- a/bareos/nullify-os-specifics.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/core/platforms/CMakeLists.txt 2020-02-03 11:13:07.249578448 +0100
-+++ b/core/platforms/CMakeLists.txt 2020-02-03 11:13:07.249578448 +0100
-@@ -31,8 +31,6 @@
- add_subdirectory(univention)
- elseif(${DISTNAME} STREQUAL hpux)
- message(STATUS "DISTNAME: " ${DISTNAME})
-- else()
-- add_subdirectory(${DISTNAME})
- endif()
-
- if(${systemd})