summaryrefslogtreecommitdiffstats
path: root/testing/bacula-client/configure.in.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2010-02-02 16:03:06 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2010-02-02 16:03:06 +0000
commit9ad548df8aa2a860ca311453ed3d6a98962f32f5 (patch)
tree09dec888ccfdf1447ba13e62c50d9291176b07e3 /testing/bacula-client/configure.in.patch
parent96813504f80856d8d85b390207621e5cbba64a85 (diff)
downloadaports-9ad548df8aa2a860ca311453ed3d6a98962f32f5.tar.bz2
aports-9ad548df8aa2a860ca311453ed3d6a98962f32f5.tar.xz
testing/*: remove from stable branch
Diffstat (limited to 'testing/bacula-client/configure.in.patch')
-rw-r--r--testing/bacula-client/configure.in.patch23
1 files changed, 0 insertions, 23 deletions
diff --git a/testing/bacula-client/configure.in.patch b/testing/bacula-client/configure.in.patch
deleted file mode 100644
index cfe2a0b7..00000000
--- a/testing/bacula-client/configure.in.patch
+++ /dev/null
@@ -1,23 +0,0 @@
---- bacula-3.0.3-orig/autoconf/configure.in Sun Oct 18 09:10:16 2009
-+++ bacula-3.0.3/autoconf/configure.in Wed Dec 2 14:13:44 2009
-@@ -2576,6 +2576,20 @@
- fi
- TAPEDRIVE="/dev/nrmt0"
- ;;
-+alpine)
-+ dnl Make sure hostname is resolved
-+ ping -c 1 $hostname 2>&1 1>/dev/null
-+ if test ! $? = 0; then
-+ hostname="localhost"
-+ fi
-+ if `test -f /etc/alpine-release && grep -q alpine /etc/alpine-release`; then
-+ DISTNAME="alpine"
-+ fi
-+ DISTVER=`cat /etc/alpine-release`
-+ TAPEDRIVE="/dev/nst0"
-+ PSCMD="ps -e -o pid,comm"
-+ largefile_support="yes"
-+ ;;
- bsdi)
- DISTVER=`uname -a |awk '{print $3}'`
- TAPEDRIVE="/dev/nrmt0"