summaryrefslogtreecommitdiffstats
path: root/debian/patches/0002-kea_admin_fix.patch
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-13 12:15:45 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-13 12:15:45 +0000
commit7997b0d23671890191a2269fdea8d16c53dfbe05 (patch)
treeabfb4de3de840068ad7a123981cc2198e7a17827 /debian/patches/0002-kea_admin_fix.patch
parentAdding upstream version 2.4.1. (diff)
downloadisc-kea-7997b0d23671890191a2269fdea8d16c53dfbe05.tar.xz
isc-kea-7997b0d23671890191a2269fdea8d16c53dfbe05.zip
Adding debian version 2.4.1-2.debian/2.4.1-2
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/patches/0002-kea_admin_fix.patch')
-rw-r--r--debian/patches/0002-kea_admin_fix.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/debian/patches/0002-kea_admin_fix.patch b/debian/patches/0002-kea_admin_fix.patch
new file mode 100644
index 0000000..5ed99e4
--- /dev/null
+++ b/debian/patches/0002-kea_admin_fix.patch
@@ -0,0 +1,20 @@
+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.
+---
+ src/bin/admin/kea-admin.in | 2 --
+ 1 file changed, 2 deletions(-)
+
+--- a/src/bin/admin/kea-admin.in
++++ b/src/bin/admin/kea-admin.in
+@@ -50,8 +50,6 @@
+ # Include the installed admin-utils.sh if available. Fallback to sources otherwise.
+ if test -f "@datarootdir@/@PACKAGE_NAME@/scripts/admin-utils.sh"; then
+ . "@datarootdir@/@PACKAGE_NAME@/scripts/admin-utils.sh"
+-else
+- . "@abs_top_builddir@/src/bin/admin/admin-utils.sh"
+ fi
+
+ # Find the installed kea-lfc if available. Fallback to sources otherwise.