From 15d9ff13abeced4413578dc7920086bd9f73792a Mon Sep 17 00:00:00 2001 From: jow Date: Tue, 20 Dec 2011 04:23:39 +0000 Subject: [PATCH] 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 --- net/openswan/patches/110-scripts.patch | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 net/openswan/patches/110-scripts.patch 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