diff options
author | Chuck Short <zul@gentoo.org> | 2004-04-02 23:26:53 +0000 |
---|---|---|
committer | Chuck Short <zul@gentoo.org> | 2004-04-02 23:26:53 +0000 |
commit | 8a22ccaaf9e052348493f176b213afb9fa0b4e2c (patch) | |
tree | c5d8b46530058d99540efb2e69d6dea53490cb53 /net-www/apache/files/apache2 | |
parent | fix IUSE (diff) | |
download | historical-8a22ccaaf9e052348493f176b213afb9fa0b4e2c.tar.gz historical-8a22ccaaf9e052348493f176b213afb9fa0b4e2c.tar.bz2 historical-8a22ccaaf9e052348493f176b213afb9fa0b4e2c.zip |
Added apache2 logroate conf. Closes #42537.
Diffstat (limited to 'net-www/apache/files/apache2')
-rw-r--r-- | net-www/apache/files/apache2 | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net-www/apache/files/apache2 b/net-www/apache/files/apache2 new file mode 100644 index 000000000000..22133b801217 --- /dev/null +++ b/net-www/apache/files/apache2 @@ -0,0 +1,12 @@ +# $Header: /var/cvsroot/gentoo-x86/net-www/apache/files/apache2,v 1.1 2004/04/02 23:26:53 zul Exp $ +# +# Apache2 logrotate snipet for Gentoo Linux +# Contributes by Chuck Short +# +/var/log/apache2/*log { + missingok + notifyempty + sharedscripts + /etc/init.d/apache2 reload > /dev/null 2>&1 || true + endscript +} |