diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-04-13 18:33:50 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-04-13 18:33:50 +0000 |
commit | c13db991020468cf635db9febf5581d68934d658 (patch) | |
tree | f16937de751602bc773b130c53af86b2320f48d8 /openwrt/package/openswan/patches | |
parent | 5778bce78866aacac9a72ed704a1a079c8de6b81 (diff) |
fix openswan patch
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3639 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/openswan/patches')
-rw-r--r-- | openwrt/package/openswan/patches/scripts.patch | 12 |
1 files changed, 0 insertions, 12 deletions
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 |