971ea593b4da066bf11ad8c492afe0b68af05215
[openwrt/svn-archive/archive.git] / net / openswan / patches / 110-scripts.patch
1 ---
2 programs/_plutorun/_plutorun.in | 2 +-
3 programs/_realsetup/_realsetup.in | 2 +-
4 programs/loggerfix | 5 +++++
5 3 files changed, 7 insertions(+), 2 deletions(-)
6
7 --- /dev/null
8 +++ b/programs/loggerfix
9 @@ -0,0 +1,5 @@
10 +#!/bin/sh
11 +# use filename instead of /dev/null to log, but dont log to flash or ram
12 +# pref. log to nfs mount
13 +echo "$*" >> /dev/null
14 +exit 0