Remove 110-scripts.patch for openswan

This creates programs/loggerfix which is never used.  Dump it.

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

git-svn-id: svn://svn.openwrt.org/openwrt/packages@29581 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
jow 2011-12-20 04:23:39 +00:00
parent ba520f1df8
commit 15d9ff13ab

View File

@ -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