Remove 110-scripts.patch for openswan
authorJo-Philipp Wich <jow@openwrt.org>
Tue, 20 Dec 2011 04:23:39 +0000 (04:23 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Tue, 20 Dec 2011 04:23:39 +0000 (04:23 +0000)
This creates programs/loggerfix which is never used.  Dump it.

Signed-off-by: Kevin Locke <kevin@kevinlocke.name>
SVN-Revision: 29581

net/openswan/patches/110-scripts.patch [deleted file]

diff --git a/net/openswan/patches/110-scripts.patch b/net/openswan/patches/110-scripts.patch
deleted file mode 100644 (file)
index 971ea59..0000000
+++ /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