I have just upgraded to 2.0RC1 from Beta 3 on Fedora Core 1 using the
tgz and tried
[root@gw shorewall]# /sbin/shorewall help hits
/usr/share/shorewall/help: line 96: syntax error near unexpected token
`newline''
/usr/share/shorewall/help: line 96: ` echo "delete: delete
<interface>[:<host>] <zone>''
the following patch seems to fix it for me:
[root@gw shorewall]# diff -u help.rc1 help
--- help.rc1 2004-03-04 06:56:44.000000000 +1030
+++ help 2004-03-04 06:57:33.000000000 +1030
@@ -89,7 +89,7 @@
The above command would trace the ''start'' command and
place the trace information in the file /tmp/trace.
- The word ''trace'' is a synonym for
''debug''.
+ The word ''trace'' is a synonym for
''debug''."
;;
delete)
@@ -240,7 +240,7 @@
The above command would trace the ''start'' command and
place the trace information in the file /tmp/trace.
- The word ''debug'' is a synonym for
''trace''.
+ The word ''debug'' is a synonym for
''trace''."
;;
try)
[root@gw shorewall]#
Regards
Andrew Braund