From 65bfa41c0a6bf3325c30a5e12a04cc5469da2674 Mon Sep 17 00:00:00 2001 From: teastep Date: Thu, 30 Nov 2006 00:16:25 +0000 Subject: [PATCH] First fix for .safe git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@5021 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall/lib.cli | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Shorewall/lib.cli b/Shorewall/lib.cli index 5b3daf584..d95976271 100644 --- a/Shorewall/lib.cli +++ b/Shorewall/lib.cli @@ -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