aboutsummaryrefslogtreecommitdiffstats
path: root/community/kealib/10-config-shell.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/kealib/10-config-shell.patch')
-rw-r--r--community/kealib/10-config-shell.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/community/kealib/10-config-shell.patch b/community/kealib/10-config-shell.patch
new file mode 100644
index 00000000000..099fa9924f8
--- /dev/null
+++ b/community/kealib/10-config-shell.patch
@@ -0,0 +1,12 @@
+Author: Holger Jaekel <holger.jaekel@gmx.de>
+Summary: use sh instead of bash
+----
+
+--- a/tools/kea-config.in
++++ b/tools/kea-config.in
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env bash
++#!/usr/bin/env sh
+
+ usage()
+ {