4d279919cd
Squid log analyzer and HTML report generator PR: 24895 Submitted by: Dmitry Grigorovich <odip@bionet.nsc.ru> (mostly)
5 lines
221 B
Plaintext
5 lines
221 B
Plaintext
bin/sqmgrlog
|
|
@unexec if cmp -s %D/etc/sqmgrlog.conf.dist %D/etc/sqmgrlog.conf; then rm -f %D/etc/sqmgrlog.conf; fi
|
|
etc/sqmgrlog.conf.dist
|
|
@exec if [ ! -f %D/etc/sqmgrlog.conf ]; then cp %D/etc/%f %D/etc/sqmgrlog.conf; fi
|