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 | bb8d137600df56e0ceb9747d482ecb9b1317f4ec (patch) | |
tree | 9a192b2d4dc32dd245146c98febd4c87e982d072 /package/openswan | |
parent | bdfc3fb21373cca0e9865aa2ee04116ac91b57da (diff) | |
download | upstream-bb8d137600df56e0ceb9747d482ecb9b1317f4ec.tar.gz upstream-bb8d137600df56e0ceb9747d482ecb9b1317f4ec.tar.bz2 upstream-bb8d137600df56e0ceb9747d482ecb9b1317f4ec.zip |
Fix showhostkey script (#444)
SVN-Revision: 5538
Diffstat (limited to 'package/openswan')
-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" |