summaryrefslogtreecommitdiffstats
path: root/package/openswan
diff options
context:
space:
mode:
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-11-15 09:21:46 +0000
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-11-15 09:21:46 +0000
commit5d7bd4aded1387640c2ee34f2c4b54e95b5a2256 (patch)
tree9ee1550d0f92aaf6a1993588bbcc0467e8a1a035 /package/openswan
parent0979ae370d0611e68a29112fc38a58f5736e2d3a (diff)
Fix showhostkey script (#444)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5538 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/openswan')
-rw-r--r--package/openswan/patches/110-scripts.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/openswan/patches/110-scripts.patch b/package/openswan/patches/110-scripts.patch
index ed8eba92c..cf02d7e55 100644
--- a/package/openswan/patches/110-scripts.patch
+++ b/package/openswan/patches/110-scripts.patch
@@ -125,7 +125,7 @@ diff -urN openswan.old/programs/showhostkey/showhostkey.in openswan.dev/programs
x = "[^ \t]+"
oc = "(#.*)?"
- suffix = ":" os "[rR][sS][aA]" os "{" os oc "$"
-+ suffix = ":" os "[rR][sS][aA]" os "\0173" os oc "$"
++ suffix = ":" os "[rR][sS][aA]" os "[{]" os oc "$"
if (id == "") {
pat = "^" suffix
printid = "default"