forked from extern/shorewall_code
Update slackware fireall script to redirect STDERR
This commit is contained in:
parent
69c78676ad
commit
c7210be5f0
@ -43,6 +43,8 @@ status() {
|
||||
fi
|
||||
}
|
||||
|
||||
export SHOREWALL_INIT_SCRIPT=1
|
||||
|
||||
case $1 in
|
||||
'start')
|
||||
start
|
||||
|
@ -16,7 +16,6 @@ if [ -f /etc/default/shorewall ] ; then
|
||||
. /etc/default/shorewall
|
||||
fi
|
||||
|
||||
|
||||
start() {
|
||||
echo "Starting IPv4 shorewall rules..."
|
||||
exec /sbin/shorewall $OPTIONS start
|
||||
|
Loading…
Reference in New Issue
Block a user