aboutsummaryrefslogtreecommitdiffstats
path: root/community/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 /community/bareos/bareos-path-mounted.patch
parent440f062838ed90801feff663addbc3292dd76696 (diff)
downloadaports-6bbcbd0850861709f5f6e41ccfbc0f4eca6db10c.tar.bz2
aports-6bbcbd0850861709f5f6e41ccfbc0f4eca6db10c.tar.xz
community/bareos: moved from testing
Diffstat (limited to 'community/bareos/bareos-path-mounted.patch')
-rw-r--r--community/bareos/bareos-path-mounted.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/community/bareos/bareos-path-mounted.patch b/community/bareos/bareos-path-mounted.patch
new file mode 100644
index 0000000000..8fb56723f6
--- /dev/null
+++ b/community/bareos/bareos-path-mounted.patch
@@ -0,0 +1,15 @@
+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"
+