1 2 3 4 5 6 7 8 9 10 11 12 13
# $Header: /var/cvsroot/gentoo-x86/net-www/apache/files/apache2,v 1.3 2004/07/18 04:20:47 dragonheart Exp $ # # Apache2 logrotate snipet for Gentoo Linux # Contributes by Chuck Short # /var/log/apache2/*log { missingok notifempty sharedscripts postrotate /etc/init.d/apache2 reload > /dev/null 2>&1 || true endscript }