aboutsummaryrefslogtreecommitdiffstats
path: root/testing/bareos/bareos-path-mounted.patch
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2016-08-19 14:19:23 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2016-08-19 14:19:23 +0000
commit6bbcbd0850861709f5f6e41ccfbc0f4eca6db10c (patch)
treecae278789a37106e66ef24701e94398de2a06009 /testing/bareos/bareos-path-mounted.patch
parent440f062838ed90801feff663addbc3292dd76696 (diff)
downloadaports-6bbcbd0850861709f5f6e41ccfbc0f4eca6db10c.tar.bz2
aports-6bbcbd0850861709f5f6e41ccfbc0f4eca6db10c.tar.xz
community/bareos: moved from testing
Diffstat (limited to 'testing/bareos/bareos-path-mounted.patch')
-rw-r--r--testing/bareos/bareos-path-mounted.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/testing/bareos/bareos-path-mounted.patch b/testing/bareos/bareos-path-mounted.patch
deleted file mode 100644
index 8fb56723f6..0000000000
--- a/testing/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"
-