Skip to content

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

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

This is the same change-set that was covered by !2 (closed)

Merge request reports