wok-next diff sarg/receipt @ rev 12759
epdfview: hack compile_rules
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat May 12 11:15:54 2012 +0200 (2012-05-12) |
parents | 012178e959df |
children | 408c87fa22ca |
line diff
1.1 --- a/sarg/receipt Sun Mar 11 02:32:35 2012 +0100 1.2 +++ b/sarg/receipt Sat May 12 11:15:54 2012 +0200 1.3 @@ -29,5 +29,9 @@ 1.4 cp -a $install/etc $fs 1.5 cp -a $install/usr/bin $fs/usr 1.6 cp -a $install/usr/share/sarg $fs/usr/share 1.7 + 1.8 + sed -i -e "s!^#access_log.*!access_log /var/log/squid/access_log!" \ 1.9 + -e "s!^#output_dir.*!output_dir /var/www/squid-reports!" \ 1.10 + $fs/etc/sarg/sarg.conf 1.11 } 1.12