[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Squid strange logrotate scrip.



Hi,

My etch has this squid logrotate script.

********************
#
#       Logrotate fragment for squid.
#
/var/log/squid/*.log {
       daily
       compress
       delaycompress
       rotate 10
       missingok
       nocreate
       sharedscripts
       prerotate
               test ! -x /usr/sbin/sarg-maint || /usr/sbin/sarg-maint
       endscript
       postrotate
               test ! -e /var/run/squid.pid || /usr/sbin/squid -k rotate
       endscript
}
***********************

but the program sarg-maint did not exist on my server, and the
apt-get install sarg-maint did not worked.

any advice?
thanks a lot.

--
Guillermo Garron
"Linux IS user friendly... It's just selective about who its friends are."
(Using FC6, CentOS4.4 and Ubuntu 6.06)
http://feeds.feedburner.com/go2linux
http://www.go2linux.org



Reply to: