mirror of
https://gitlab.com/shorewall/code.git
synced 2024-12-22 14:20:40 +01:00
Update slackware fireall script to redirect STDERR
This commit is contained in:
parent
69c78676ad
commit
c7210be5f0
@ -43,6 +43,8 @@ status() {
|
|||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
export SHOREWALL_INIT_SCRIPT=1
|
||||||
|
|
||||||
case $1 in
|
case $1 in
|
||||||
'start')
|
'start')
|
||||||
start
|
start
|
||||||
|
@ -16,7 +16,6 @@ if [ -f /etc/default/shorewall ] ; then
|
|||||||
. /etc/default/shorewall
|
. /etc/default/shorewall
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
start() {
|
start() {
|
||||||
echo "Starting IPv4 shorewall rules..."
|
echo "Starting IPv4 shorewall rules..."
|
||||||
exec /sbin/shorewall $OPTIONS start
|
exec /sbin/shorewall $OPTIONS start
|
||||||
|
Loading…
Reference in New Issue
Block a user