diff options
author | Leonardo Arena <rnalrd@alpinelinux.org> | 2012-09-20 14:42:53 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2012-09-20 14:43:12 +0000 |
commit | 0673f1f7d1c96df35f74a141e32712921dbec45c (patch) | |
tree | e72d233cce9764baa91b66d559563796848e01df /main/bacula-client | |
parent | f40ec382aa642921d4332b3a766b4a5bf09574ac (diff) | |
download | aports-0673f1f7d1c96df35f74a141e32712921dbec45c.tar.bz2 aports-0673f1f7d1c96df35f74a141e32712921dbec45c.tar.xz |
main/bacula*: remove/add patches
Diffstat (limited to 'main/bacula-client')
-rw-r--r-- | main/bacula-client/bacula-5.0.2-python27.patch.disabled | 22 | ||||
-rw-r--r-- | main/bacula-client/bacula-client.post-install | 2 |
2 files changed, 0 insertions, 24 deletions
diff --git a/main/bacula-client/bacula-5.0.2-python27.patch.disabled b/main/bacula-client/bacula-5.0.2-python27.patch.disabled deleted file mode 100644 index 36543872e8..0000000000 --- a/main/bacula-client/bacula-5.0.2-python27.patch.disabled +++ /dev/null @@ -1,22 +0,0 @@ ---- ./configure~ 2010-04-27 14:58:29.000000000 -0500 -+++ ./configure 2010-07-30 11:28:47.494178663 -0500 -@@ -26255,7 +26255,7 @@ - PYTHON_LIBS=`/usr/bin/python-config --libs` - else - for python_root in /usr /usr/local /usr/sfw; do -- for ver in python2.2 python2.3 python2.4 python2.5 python2.6 python3; do -+ for ver in python2.2 python2.3 python2.4 python2.5 python2.6 python2.7 python3; do - if test -f $python_root/include/${ver}/Python.h; then - PYTHON_INCDIR=-I$python_root/include/${ver} - if test -d $python_root/lib64/${ver}/config; then ---- ./autoconf/configure.in~ 2010-04-27 14:58:29.000000000 -0500 -+++ ./autoconf/configure.in 2010-07-30 11:30:22.837182092 -0500 -@@ -963,7 +963,7 @@ - PYTHON_LIBS=`/usr/bin/python-config --libs` - else - for python_root in /usr /usr/local /usr/sfw; do -- for ver in python2.2 python2.3 python2.4 python2.5 python2.6 python3; do -+ for ver in python2.2 python2.3 python2.4 python2.5 python2.6 python2.7 python3; do - if test -f $python_root/include/${ver}/Python.h; then - PYTHON_INCDIR=-I$python_root/include/${ver} - if test -d $python_root/lib64/${ver}/config; then diff --git a/main/bacula-client/bacula-client.post-install b/main/bacula-client/bacula-client.post-install deleted file mode 100644 index 51274b5c3f..0000000000 --- a/main/bacula-client/bacula-client.post-install +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -chown bacula.bacula /var/bacula |