From ab95607f5f2802324772dfb56119da72fca1a93d Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Mon, 18 Apr 2016 14:47:08 -0700 Subject: [PATCH] Document ?WARNING and ?INFO Signed-off-by: Tom Eastep --- docs/configuration_file_basics.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs/configuration_file_basics.xml b/docs/configuration_file_basics.xml index a96a542c7..f17881f46 100644 --- a/docs/configuration_file_basics.xml +++ b/docs/configuration_file_basics.xml @@ -2223,6 +2223,20 @@ SSH(ACCEPT) net:$MYIP $FW ERROR: Invalid value for Bricks (2000) /usr/share/shorewall/action.GlusterFS (line 15) from /etc/shorewall/rules (line 45) + + In Shorewall 5.0.8, ?WARNING and ?INFO directives were added. + + ?WARNING message +?INFO message + + ?WARNING message produces a standard Shorewall WARNING: message, + while ?INFO produces a similar message which is prefaced by INFO: rather + than WARNING:. Both write the message to STDERR. The message is also + written to the STARTUP_LOG, if any, provided that the command is + start, try, + restart, reload, + refresh, or one of the safe-* + commands.