From: hno <> Date: Mon, 14 May 2007 04:35:04 +0000 (+0000) Subject: More magic to have the configuration manual published X-Git-Tag: SQUID_3_0_PRE7~270 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=47eac8b822bd6b058b71999cb5f8e6c34c2632c2;p=thirdparty%2Fsquid.git More magic to have the configuration manual published --- diff --git a/mksnapshot-cron.sh b/mksnapshot-cron.sh index c81d1c3c7a..9aa03b7647 100755 --- a/mksnapshot-cron.sh +++ b/mksnapshot-cron.sh @@ -55,6 +55,14 @@ make_snapshot() mkdir -p $dst/cfgman tar -C $dst/cfgman -zxf $dst/$file ;; + *-cfgman.html) + rm -f cfgman.html + ln -s $dst/$file cfgman.html + ;; + *-cfgman.html.gz) + rm -f cfgman.html.gz + ln -s $dst/$file cfgman.html.gz + ;; esac done