wok diff sarg/receipt @ rev 14606
Up: aria2 to 1.17.1.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Fri May 31 20:01:14 2013 +0000 (2013-05-31) |
parents | 012178e959df |
children | 408c87fa22ca |
line diff
1.1 --- a/sarg/receipt Sun Mar 11 02:32:35 2012 +0100 1.2 +++ b/sarg/receipt Fri May 31 20:01:14 2013 +0000 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