From: Amos Jeffries Date: Sat, 26 Nov 2011 00:36:56 +0000 (-0700) Subject: Maintenance: upkeep the snapshot web page Last-Modified headers X-Git-Tag: BumpSslServerFirst.take05~12^2~169 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3cdf47ea02d957049bcd2b8cae64f3acfb5b5ba5;p=thirdparty%2Fsquid.git Maintenance: upkeep the snapshot web page Last-Modified headers --- diff --git a/mksnapshot-cron.sh b/mksnapshot-cron.sh index 4bad8e13e8..24fc55edfe 100755 --- a/mksnapshot-cron.sh +++ b/mksnapshot-cron.sh @@ -66,6 +66,9 @@ make_snapshot() rm -f ${dst}/*-${f} ${dst}/*-${f}.md5 done + # update dynamic index pages Last-Modified info + touch ${dst}/index.dyn + # Special cases case ${file} in *-cfgman.tar.gz)