From: Felix Fietkau <nbd@openwrt.org>
Date: Thu, 13 Apr 2006 18:33:50 +0000 (+0000)
Subject: fix openswan patch
X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=9b93a39c2c52142e7200f9aee8735d5a2b7793d5;p=openwrt%2Fstaging%2Fthess.git

fix openswan patch

SVN-Revision: 3639
---

diff --git a/openwrt/package/openswan/patches/scripts.patch b/openwrt/package/openswan/patches/scripts.patch
index c4722940f8..6d571ef3fd 100644
--- a/openwrt/package/openswan/patches/scripts.patch
+++ b/openwrt/package/openswan/patches/scripts.patch
@@ -19,18 +19,6 @@ diff -Nur openswan-2.4.5rc5/programs/look/look.in openswan-2.4.5rc5.patched/prog
  	do
  		pat="$pat|$i\$"
  	done
-diff -Nur openswan-2.4.5rc5/programs/manual/manual.in openswan-2.4.5rc5.patched/programs/manual/manual.in
---- openswan-2.4.5rc5/programs/manual/manual.in	2005-11-18 06:18:33.000000000 +0100
-+++ openswan-2.4.5rc5.patched/programs/manual/manual.in	2006-03-29 01:20:44.000000000 +0200
-@@ -104,7 +104,7 @@
- 				sub(/:/, " ", $0)
- 				if (interf != "")
- 					print $3 "@" interf
--			 }' | sed ':a;N;$!ba;s/\n/ /g'`"
-+			 }' | tr '\n' ' '`"
- 	;;
- esac
- 
 diff -Nur openswan-2.4.5rc5/programs/_plutorun/_plutorun.in openswan-2.4.5rc5.patched/programs/_plutorun/_plutorun.in
 --- openswan-2.4.5rc5/programs/_plutorun/_plutorun.in	2006-01-06 00:45:00.000000000 +0100
 +++ openswan-2.4.5rc5.patched/programs/_plutorun/_plutorun.in	2006-03-29 01:20:44.000000000 +0200