diff options
Diffstat (limited to 'net-www/apache/files/apache2')
-rw-r--r-- | net-www/apache/files/apache2 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-www/apache/files/apache2 b/net-www/apache/files/apache2 index 22133b801217..dd7f2c956cad 100644 --- a/net-www/apache/files/apache2 +++ b/net-www/apache/files/apache2 @@ -1,12 +1,13 @@ -# $Header: /var/cvsroot/gentoo-x86/net-www/apache/files/apache2,v 1.1 2004/04/02 23:26:53 zul Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/apache/files/apache2,v 1.2 2004/04/10 19:25:59 zul Exp $ # # Apache2 logrotate snipet for Gentoo Linux # Contributes by Chuck Short # /var/log/apache2/*log { missingok - notifyempty + notifempty sharedscripts + postrotate /etc/init.d/apache2 reload > /dev/null 2>&1 || true endscript } |