diff --git a/Shorewall/lib.cli-std b/Shorewall/lib.cli-std index 24d537ff5..63cd1e4c5 100644 --- a/Shorewall/lib.cli-std +++ b/Shorewall/lib.cli-std @@ -508,6 +508,10 @@ start_command() { AUTOMAKE= option=${option#c} ;; + T*) + g_confess=Yes + option=${option#T} + ;; *) usage 1 ;; @@ -880,6 +884,10 @@ restart_command() { g_purge=Yes option=${option%p} ;; + T*) + g_confess=Yes + option=${option#T} + ;; *) usage 1 ;; @@ -1341,6 +1349,10 @@ reload_command() # $* = original arguments less the command. option= shift ;; + T*) + g_confess=Yes + option=${option#T} + ;; *) usage 1 ;; @@ -1556,7 +1568,7 @@ usage() # $1 = exit status fi echo " iptrace " - echo " load [ -s ] [ -c ] [ -r ] [ ] " + echo " load [ -s ] [ -c ] [ -r ] [ -T ] [ ] " echo " logdrop
..." echo " logreject
..." echo " logwatch []" @@ -1569,9 +1581,9 @@ usage() # $1 = exit status echo " refresh [ ... ]" echo " reject
..." - echo " reload [ -s ] [ -c ] [ -r ] [ ] " + echo " reload [ -s ] [ -c ] [ -r ] [ -T ] [ ] " echo " reset [ ... ]" - echo " restart [ -n ] [ -p ] [-d] [ -f ] [ -c ][ ]" + echo " restart [ -n ] [ -p ] [-d] [ -f ] [ -c ] [ -T ] [ ]" echo " restore [ -n ] [ ]" echo " safe-restart [ -t ] [ ]" echo " safe-start [ -t ] [ ]" @@ -1599,7 +1611,7 @@ usage() # $1 = exit status echo " show tc [ device ]" echo " show vardir" echo " show zones" - echo " start [ -f ] [ -n ] [ -p ] [ -c ] [ ]" + echo " start [ -f ] [ -n ] [ -p ] [ -c ] [ -T ] [ ]" echo " status" echo " stop" echo " try [ ]" diff --git a/Shorewall/manpages/shorewall.xml b/Shorewall/manpages/shorewall.xml index 21ffc45d4..078f55724 100644 --- a/Shorewall/manpages/shorewall.xml +++ b/Shorewall/manpages/shorewall.xml @@ -283,6 +283,8 @@ root-user-name + + directory system @@ -381,6 +383,8 @@ root-user-name + + directory system @@ -415,6 +419,8 @@ + + directory @@ -599,6 +605,8 @@ + + directory @@ -1038,6 +1046,10 @@ If is included, it specifies that the root user on system is named root-user-name rather than "root". + + The option was added in Shorewall 4.5.3 + and causes a Perl stack trace to be included with each + compiler-generated error and warning message. @@ -1166,6 +1178,10 @@ If is included, it specifies that the root user on system is named root-user-name rather than "root". + + The option was added in Shorewall 4.5.3 + and causes a Perl stack trace to be included with each + compiler-generated error and warning message. @@ -1210,6 +1226,10 @@ url="shorewall.conf.html">shorewall.conf(5). When both and are present, the result is determined by the option that appears last. + + The option was added in Shorewall 4.5.3 + and causes a Perl stack trace to be included with each + compiler-generated error and warning message. @@ -1541,6 +1561,10 @@ url="shorewall.conf.html">shorewall.conf(5). When both and are present, the result is determined by the option that appears last. + + The option was added in Shorewall 4.5.3 + and causes a Perl stack trace to be included with each + compiler-generated error and warning message. diff --git a/Shorewall6/manpages/shorewall6.xml b/Shorewall6/manpages/shorewall6.xml index 649994068..2723c70bf 100644 --- a/Shorewall6/manpages/shorewall6.xml +++ b/Shorewall6/manpages/shorewall6.xml @@ -222,6 +222,8 @@ root-user-name + + directory system @@ -320,6 +322,8 @@ root-user-name + + directory system @@ -352,6 +356,8 @@ + + directory @@ -499,7 +505,11 @@ - + + + + + directory @@ -906,6 +916,10 @@ If is included, it specifies that the root user on system is named root-user-name rather than "root". + + The option was added in Shorewall 4.5.3 + and causes a Perl stack trace to be included with each + compiler-generated error and warning message. @@ -1028,12 +1042,16 @@ If is included, it specifies that the root user on system is named root-user-name rather than "root". + + The option was added in Shorewall 4.5.3 + and causes a Perl stack trace to be included with each + compiler-generated error and warning message. reset [chain, - ...] + ...] Resets the packet and byte counters in the specified @@ -1075,6 +1093,10 @@ url="shorewall6.conf.html">shorewall6.conf(5). When both and are present, the result is determined by the option that appears last. + + The option was added in Shorewall 4.5.3 + and causes a Perl stack trace to be included with each + compiler-generated error and warning message. @@ -1369,6 +1391,10 @@ url="shorewall6.conf.html">shorewall6.conf(5). When both and are present, the result is determined by the option that appears last. + + The option was added in Shorewall 4.5.3 + and causes a Perl stack trace to be included with each + compiler-generated error and warning message.