From 0b89aede6f81df6927f75988939361fe88fc97f1 Mon Sep 17 00:00:00 2001 From: Maarten Vanraes Date: Tue, 28 Feb 2012 02:37:24 +0000 Subject: - update config file - improve logging - implement IF_MODIFIED_SINCE - use lstat when needed - implement Last-Modified header usage - more debug logging - clean up for perl_checker - bump version due to log file changes --- urpmi-proxy.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'urpmi-proxy.conf') 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. -- cgit v1.2.1