aboutsummaryrefslogtreecommitdiffstats
path: root/community/kea/kea-admin-remove-builddir.patch
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2019-12-08 14:20:56 +0100
committerJakub Jirutka <jakub@jirutka.cz>2019-12-08 14:20:37 +0100
commitcbb00b218333fce09e28a8e5eb8730c3945aeb71 (patch)
tree96f5e3fc6e8bb633cad3e856d3ef7f14e9cf9b0f /community/kea/kea-admin-remove-builddir.patch
parent89442b46ccb0f877da416a75e0f073547b0278f4 (diff)
downloadaports-cbb00b218333fce09e28a8e5eb8730c3945aeb71.tar.bz2
aports-cbb00b218333fce09e28a8e5eb8730c3945aeb71.tar.xz
community/kea: move from testing
Diffstat (limited to 'community/kea/kea-admin-remove-builddir.patch')
-rw-r--r--community/kea/kea-admin-remove-builddir.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/community/kea/kea-admin-remove-builddir.patch b/community/kea/kea-admin-remove-builddir.patch
new file mode 100644
index 0000000000..70cf7487d9
--- /dev/null
+++ b/community/kea/kea-admin-remove-builddir.patch
@@ -0,0 +1,24 @@
+From: Kea <isc-kea@packages.debian.org>
+Date: Tue, 19 Feb 2019 12:39:35 +0000
+Subject: kea_admin_fix
+
+Removed the fallback to the build version of kea-admin since it will not exist on users hosts.
+
+Patch-Source: https://sources.debian.org/src/isc-kea/1.5.0-2/debian/patches/0003-kea_admin_fix/
+---
+ src/bin/admin/kea-admin.in | 2 --
+ 1 file changed, 2 deletions(-)
+
+diff --git a/src/bin/admin/kea-admin.in b/src/bin/admin/kea-admin.in
+index 3d391df..dcb8bff 100644
+--- a/src/bin/admin/kea-admin.in
++++ b/src/bin/admin/kea-admin.in
+@@ -37,8 +37,6 @@ dump_qry=""
+ # use build version if it isn't.
+ if [ -e @datarootdir@/@PACKAGE_NAME@/scripts/admin-utils.sh ]; then
+ . @datarootdir@/@PACKAGE_NAME@/scripts/admin-utils.sh
+-else
+- . @abs_top_srcdir@/src/bin/admin/admin-utils.sh
+ fi
+
+ # Prints out usage version.