[PATCH] Shorewall-lite and shorewall6-lite upgraded to 4.4
Upgrades shorewall to 4.4 and removes some packages useful only to shorewall 3. Signed-off-by: Matthew King <matthew.king@monnsta.net> git-svn-id: svn://svn.openwrt.org/openwrt/packages@19191 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@ -1,20 +1,11 @@
|
||||
--- 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=
|
||||
@@ -28,7 +28,7 @@
|
||||
# L O G G I N G
|
||||
###############################################################################
|
||||
|
||||
-LOGFILE=
|
||||
+LOGFILE=/dev/null
|
||||
+
|
||||
#LAST LINE -- DO NOT REMOVE
|
||||
|
||||
LOGFORMAT=
|
||||
|
||||
|
Reference in New Issue
Block a user