diff options
author | Florian Fainelli <florian@openwrt.org> | 2006-11-15 09:21:46 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2006-11-15 09:21:46 +0000 |
commit | 740880c50f980717c6c786552f78d37ea65d06f6 (patch) | |
tree | 9ee1550d0f92aaf6a1993588bbcc0467e8a1a035 /package/openswan/patches/110-scripts.patch | |
parent | 684d9b41c9133d87b7ca92ece7398223f2567aab (diff) | |
download | upstream-740880c50f980717c6c786552f78d37ea65d06f6.tar.gz upstream-740880c50f980717c6c786552f78d37ea65d06f6.tar.bz2 upstream-740880c50f980717c6c786552f78d37ea65d06f6.zip |
Fix showhostkey script (#444)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5538 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/openswan/patches/110-scripts.patch')
-rw-r--r-- | package/openswan/patches/110-scripts.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/openswan/patches/110-scripts.patch b/package/openswan/patches/110-scripts.patch index ed8eba92cf..cf02d7e551 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" |