File 10798.patch of Package squid-beta
---------------------
PatchSet 10798
Date: 2007/05/13 22:35:04
Author: hno
Branch: HEAD
Tag: (none)
Log:
More magic to have the configuration manual published
Members:
mksnapshot-cron.sh:1.19->1.20
Index: squid3/mksnapshot-cron.sh
===================================================================
RCS file: /cvsroot/squid/squid3/mksnapshot-cron.sh,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- squid3/mksnapshot-cron.sh 13 May 2007 21:19:25 -0000 1.19
+++ squid3/mksnapshot-cron.sh 13 May 2007 22:35:04 -0000 1.20
@@ -55,6 +55,14 @@
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