diff options
Diffstat (limited to 'urpmi-proxy.conf')
-rw-r--r-- | urpmi-proxy.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/urpmi-proxy.conf b/urpmi-proxy.conf index 2017b31..780469d 100644 --- a/urpmi-proxy.conf +++ b/urpmi-proxy.conf @@ -34,9 +34,9 @@ # $cache_tmp_path = '/var/tmp/urpmi-proxy'; ## These files will always be checked for newer versions. -# $check_updates_only_files = 'MD5SUM'; +# $check_updates_only_files = '(MD5SUM|descriptions)$'; -## These files will not be check for newer versions if they exist. +## These files will not be checked for newer versions if they exist. # $check_no_updates_files = undef; ## These files will be merged from every sources. |