From daa8a28ba99fd1732e38c31173fece34a4e2e6e7 Mon Sep 17 00:00:00 2001 From: nbd Date: Fri, 11 Dec 2009 04:34:16 +0000 Subject: [PATCH] shorewall-lite: default shorewall-lite to not having any logfile, which normally defaults to /var/log/messages. Signed-off-by: Brian J. Murrell git-svn-id: svn://svn.openwrt.org/openwrt/packages@18742 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/shorewall-lite/patches/120-LOGFILE.patch | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 net/shorewall-lite/patches/120-LOGFILE.patch diff --git a/net/shorewall-lite/patches/120-LOGFILE.patch b/net/shorewall-lite/patches/120-LOGFILE.patch new file mode 100644 index 000000000..889a76063 --- /dev/null +++ b/net/shorewall-lite/patches/120-LOGFILE.patch @@ -0,0 +1,20 @@ +--- a/shorewall-lite 2009-12-05 22:35:20.000000000 -0500 ++++ b/shorewall-lite 2009-12-05 22:35:27.000000000 -0500 +@@ -95,7 +95,7 @@ + + if ( ps ax 2> /dev/null | grep -v grep | qt grep 'syslogd.*-C' ) ; then + LOGREAD="logread | tac" +- elif [ -f $LOGFILE ]; then ++ elif [ -r $LOGFILE ]; then + LOGREAD="tac $LOGFILE" + else + echo "LOGFILE ($LOGFILE) does not exist!" >&2 +--- a/shorewall-lite.conf 2009-12-05 22:37:43.000000000 -0500 ++++ b/shorewall-lite.conf 2009-12-05 22:37:51.000000000 -0500 +@@ -46,4 +46,6 @@ + + RESTOREFILE= + ++LOGFILE=/dev/null ++ + #LAST LINE -- DO NOT REMOVE -- 2.11.0