diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-04-09 19:23:32 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-04-09 19:23:32 +0000 |
commit | 547f8e3d53267a0cc8f2bab9c1af76806e840ddb (patch) | |
tree | 553493cecc639c73119f2fdbf2ec6a9e504f935d /package/openswan/patches | |
parent | 9ec168585b7dfd8b5b1c4623495c7ea66f980de6 (diff) |
update openswan to 2.3.1
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@606 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/openswan/patches')
-rw-r--r-- | package/openswan/patches/scripts.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/openswan/patches/scripts.patch b/package/openswan/patches/scripts.patch index 45296f0333..2ac2b57c85 100644 --- a/package/openswan/patches/scripts.patch +++ b/package/openswan/patches/scripts.patch @@ -82,7 +82,7 @@ diff -uNr openswan-2.3.0.orig/programs/showhostkey/showhostkey.in openswan-2.3.0 fi -host="`hostname --fqdn`" -+host="`nvram get wan_hostname`" ++host="`cat /proc/sys/kernel/hostname`" awk ' BEGIN { |