mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-20 17:58:07 +02:00
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>
Description
No description provided
Languages
Perl
81.7%
Shell
17.8%
Prolog
0.4%