Fix help text for restore. Add -q to help for safe-start and safe-restart

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@3095 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2005-11-29 21:38:43 +00:00
parent 5340386750
commit f6a233c35a
3 changed files with 8 additions and 3 deletions

View File

@ -8,6 +8,8 @@ Changes in 3.0.3
4) Fix 'safe-start' and 'safe'restart' -- add support for -q in the process. 4) Fix 'safe-start' and 'safe'restart' -- add support for -q in the process.
5) Fix help text for restore. Add -q to help for safe-start and safe-restart.
Changes in 3.0.2 Changes in 3.0.2
1) Typos in the Samples corrected. 1) Typos in the Samples corrected.

View File

@ -215,20 +215,20 @@ restart)
;; ;;
safe-restart) safe-restart)
echo "safe-restart: safe-restart echo "safe-restart: [ -q ] safe-restart
Restart the same way as a shorewall restart except that previous firewall Restart the same way as a shorewall restart except that previous firewall
configuration is backed up and will be restored if you notice any anomalies configuration is backed up and will be restored if you notice any anomalies
or you are not able to reach the firewall any more." or you are not able to reach the firewall any more."
;; ;;
safe-start) safe-start)
echo "safe-start: safe-start echo "safe-start: [ -q ] safe-start
Start the same way as a shorewall start except that in case of anomalies Start the same way as a shorewall start except that in case of anomalies
shorewall clear is issued. " shorewall clear is issued. "
;; ;;
restore) restore)
echo "restore: restore [ -n ] [ <file name> ] echo "restore: [ -n ] restore [ <file name> ]
Restore Shorewall to a state saved using the 'save' command Restore Shorewall to a state saved using the 'save' command
Existing connections are maintained. The <file name> names a restore file in Existing connections are maintained. The <file name> names a restore file in
/var/lib/shorewall created using "shorewall save"; if no <file name> is given /var/lib/shorewall created using "shorewall save"; if no <file name> is given

View File

@ -12,6 +12,9 @@ Problems Corrected in 3.0.3
3) Specifying 'trace' on the 'safe-start' and 'safe-restart' command no 3) Specifying 'trace' on the 'safe-start' and 'safe-restart' command no
longer fails. longer fails.
4) The output of "shorewall help restore" has been corrected. It previously
printed incorrect syntax for that command.
New Features in 3.0.3 New Features in 3.0.3
1) A "shorewall show macros" command has been added. This command displays 1) A "shorewall show macros" command has been added. This command displays