From b32c9583cb6819cf1d07a6ae5b232b7bf35203d5 Mon Sep 17 00:00:00 2001 From: Valery Kartel Date: Sat, 26 Aug 2017 19:10:09 +0300 Subject: community/bareos: upgrade to 16.2.6, fixes - many fixes in APKBUILD - add perl as dependency, because some scripts use it - add bat subpackage (qt administration tool) - remove conf.d files because they are obsolete and incorrect - rewrite init.d scripts --- community/bareos/bareos-path-mounted.patch | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 community/bareos/bareos-path-mounted.patch (limited to 'community/bareos/bareos-path-mounted.patch') diff --git a/community/bareos/bareos-path-mounted.patch b/community/bareos/bareos-path-mounted.patch deleted file mode 100644 index 8fb56723f6..0000000000 --- a/community/bareos/bareos-path-mounted.patch +++ /dev/null @@ -1,15 +0,0 @@ -diff --git a/src/lib/mntent_cache.c b/src/lib/mntent_cache.c -index 69cc9f9..b14c8a1 100644 ---- a/src/lib/mntent_cache.c -+++ b/src/lib/mntent_cache.c -@@ -54,6 +54,10 @@ - * Marco van Wieringen, August 2009 - */ - -+#ifndef _PATH_MOUNTED -+# define _PATH_MOUNTED "/proc/mounts" -+#endif -+ - #include "bareos.h" - #include "mntent_cache.h" - -- cgit v1.2.3