Skip to content

Move '-6' and '-l' options from SRWL to SRWL_OPTS in Debian init-scripts.

Jeremy Sowden requested to merge a3a3el/shorewall-code:master into master

Changing the definitions of SRWL from /sbin/shorewall6 to '/sbin/shorewall -6' and so on broke the init-scripts since the scripts test whether $SRWL is executable:

test -x $SRWL || exit 0

which now fails:

sh: test: /sbin/shorewall: binary operator expected

Signed-off-by: Jeremy Sowden jeremy@azazel.net

Edited by Jeremy Sowden

Merge request reports