diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-04-09 19:23:32 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-04-09 19:23:32 +0000 |
commit | fa4b5c117ff6c11aeb4767586969fe544524e255 (patch) | |
tree | 553493cecc639c73119f2fdbf2ec6a9e504f935d /package/openswan/patches | |
parent | 24988d91310be8d441b0ea56dd351ee6c59af26b (diff) | |
download | upstream-fa4b5c117ff6c11aeb4767586969fe544524e255.tar.gz upstream-fa4b5c117ff6c11aeb4767586969fe544524e255.tar.bz2 upstream-fa4b5c117ff6c11aeb4767586969fe544524e255.zip |
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 { |