From: jow Date: Tue, 20 Dec 2011 04:23:39 +0000 (+0000) Subject: Remove 110-scripts.patch for openswan X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=15d9ff13abeced4413578dc7920086bd9f73792a;p=packages.git Remove 110-scripts.patch for openswan This creates programs/loggerfix which is never used. Dump it. Signed-off-by: Kevin Locke git-svn-id: svn://svn.openwrt.org/openwrt/packages@29581 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/net/openswan/patches/110-scripts.patch b/net/openswan/patches/110-scripts.patch deleted file mode 100644 index 971ea593b..000000000 --- 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