mirror of
https://git.freebsd.org/ports.git
synced 2025-06-23 05:30:31 -04:00
27 lines
591 B
Text
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
|