aboutsummaryrefslogtreecommitdiffstats
path: root/community/bareos/detect-alpine.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/bareos/detect-alpine.patch')
-rw-r--r--community/bareos/detect-alpine.patch26
1 files changed, 0 insertions, 26 deletions
diff --git a/community/bareos/detect-alpine.patch b/community/bareos/detect-alpine.patch
deleted file mode 100644
index f46a5570fe7..00000000000
--- a/community/bareos/detect-alpine.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-Patch from fcolista
-
-diff --git a/core/cmake/distname.sh b/core/cmake/distname.sh
-index d52308c..603d249 100755
---- a/core/cmake/distname.sh
-+++ b/core/cmake/distname.sh
-@@ -45,7 +45,7 @@ else
- DISTNAME=univention
- ;;
- *)
-- DISTNAME=""
-+ DISTNAME="alpine"
- ;;
- esac
-
-@@ -165,6 +165,10 @@ else
- elif test "$CYGWIN" = yes
- then
- DISTNAME=cygwin
-+ elif test -f /etc/alpine-release
-+ then
-+ DISTNAME=alpine
-+ DISTVER=`cat /etc/alpine-release`
- else
- DISTNAME=unknown
- DISTVER=unknown