From: Jo-Philipp Wich Date: Tue, 20 Dec 2011 04:23:39 +0000 (+0000) Subject: Remove 110-scripts.patch for openswan X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=96d44b9269b6afaa9002086919518d6049fad3ef;p=openwrt%2Fsvn-archive%2Farchive.git Remove 110-scripts.patch for openswan This creates programs/loggerfix which is never used. Dump it. Signed-off-by: Kevin Locke SVN-Revision: 29581 --- diff --git a/net/openswan/patches/110-scripts.patch b/net/openswan/patches/110-scripts.patch deleted file mode 100644 index 971ea593b4..0000000000 --- a/net/openswan/patches/110-scripts.patch +++ /dev/null @@ -1,14 +0,0 @@ ---- - programs/_plutorun/_plutorun.in | 2 +- - programs/_realsetup/_realsetup.in | 2 +- - programs/loggerfix | 5 +++++ - 3 files changed, 7 insertions(+), 2 deletions(-) - ---- /dev/null -+++ b/programs/loggerfix -@@ -0,0 +1,5 @@ -+#!/bin/sh -+# use filename instead of /dev/null to log, but dont log to flash or ram -+# pref. log to nfs mount -+echo "$*" >> /dev/null -+exit 0