freebsd-ports/www/sqmgrlog/pkg-plist
Pete Fritchman 4d279919cd add sqmgrlog 3.0.1
Squid log analyzer and HTML report generator

PR:		24895
Submitted by:	Dmitry Grigorovich <odip@bionet.nsc.ru> (mostly)
2001-09-01 00:45:18 +00:00

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