Merge branch 'master' of ssh://git.code.sf.net/p/shorewall/code

This commit is contained in:
Tom Eastep 2013-10-08 09:52:51 -07:00
commit 1659d8ce9f
5 changed files with 6 additions and 3 deletions

View File

@ -36,6 +36,8 @@
# bringing up the network
### END INIT INFO
. /lib/lsb/init-functions
export VERBOSITY=0
if [ "$(id -u)" != "0" ]

View File

@ -11,7 +11,7 @@
# /etc/shorewall-lite
### END INIT INFO
. /lib/lsb/init-functions
SRWL=/sbin/shorewall-lite
SRWL_OPTS="-tvv"

View File

@ -10,6 +10,7 @@
# /etc/shorewall
### END INIT INFO
. /lib/lsb/init-functions
SRWL=/sbin/shorewall
SRWL_OPTS="-tvv"

View File

@ -11,7 +11,7 @@
# /etc/shorewall6-lite
### END INIT INFO
. /lib/lsb/init-functions
SRWL=/sbin/shorewall6-lite
SRWL_OPTS="-tvv"

View File

@ -10,7 +10,7 @@
# /etc/shorewall6
### END INIT INFO
. /lib/lsb/init-functions
SRWL=/sbin/shorewall6
SRWL_OPTS="-tvv"