ports/www/ufdbguard/files/patch-src_check__config__file
Steve Wills 0b0b3aaa99 www/ufdbguard: update to 1.34.1
PR:		235591
Submitted by:	timp87@gmail.com (maintainer)
2019-02-10 21:21:21 +00:00

27 lines
591 B
Text

--- src/check_config_file.orig 2017-03-01 14:25:22 UTC
+++ src/check_config_file
@@ -32,16 +32,6 @@ then
exit 1
fi
-if [ ! -f $CONFIG.pre-v1.34 ]
-then
- cp $CONFIG $CONFIG.pre-v1.34
- if [ ! -f $CONFIG.pre-v1.34 ]
- then
- echo "cannot copy configuration file to $CONFIG.pre-v1.34"
- exit 1
- fi
-fi
-
if [ ! -w $CONFIG ]
then
chmod u+w $CONFIG
@@ -496,7 +486,6 @@ then
echo "It is recommended to verify all ACLs for the inclusion of these URL categories ******"
fi
-echo "The original configuration file is saved in $CONFIG.pre-v1.34"
echo
exit 0