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 | d5135243d11022892e3a2e04e4631e0088c9eb02 (patch) | |
| tree | f0df61db2050c501d40d72d19a3a2f01693e3492 /openwrt/package/openswan/patches/scripts.patch | |
| parent | 7188ae430591578cc8b856f39134c53b434eee9e (diff) | |
| download | mtk-20170518-d5135243d11022892e3a2e04e4631e0088c9eb02.zip mtk-20170518-d5135243d11022892e3a2e04e4631e0088c9eb02.tar.gz mtk-20170518-d5135243d11022892e3a2e04e4631e0088c9eb02.tar.bz2 | |
update openswan to 2.3.1
SVN-Revision: 606
Diffstat (limited to 'openwrt/package/openswan/patches/scripts.patch')
| -rw-r--r-- | openwrt/package/openswan/patches/scripts.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/openswan/patches/scripts.patch b/openwrt/package/openswan/patches/scripts.patch index 45296f0..2ac2b57 100644 --- a/openwrt/package/openswan/patches/scripts.patch +++ b/openwrt/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 { |
