First fix for .safe

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@5021 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2006-11-30 00:16:25 +00:00
parent 08edd066c8
commit 65bfa41c0a

View File

@ -93,6 +93,8 @@ validate_restorefile() # $* = label
error_message "ERROR: $@ must specify a simple file name: $RESTOREFILE"
exit 2
;;
.safe)
;;
.*)
error_message "ERROR: Reserved File Name: $RESTOREFILE"
exit 2