summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChuck Short <zul@gentoo.org>2004-04-10 19:25:59 +0000
committerChuck Short <zul@gentoo.org>2004-04-10 19:25:59 +0000
commitd0f1a3d86b3de4dd3d000d8611558863a8fda95e (patch)
tree7c0b60a790cb49271bb57196683293e378dafe1c /net-www/apache/files/apache2
parentFix bug #46804's b0rked icons. (diff)
downloadhistorical-d0f1a3d86b3de4dd3d000d8611558863a8fda95e.tar.gz
historical-d0f1a3d86b3de4dd3d000d8611558863a8fda95e.tar.bz2
historical-d0f1a3d86b3de4dd3d000d8611558863a8fda95e.zip
Rotate logs improvements.
Diffstat (limited to 'net-www/apache/files/apache2')
-rw-r--r--net-www/apache/files/apache25
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
}