[Fusionforge-commits] r7323 - in trunk/gforge: deb-specific debian dirs install

Roland Mas lolando at libremir.placard.fr.eu.org
Fri Apr 3 11:46:01 CEST 2009


Author: lolando
Date: 2009-04-03 11:46:00 +0200 (Fri, 03 Apr 2009)
New Revision: 7323

Added:
   trunk/gforge/deb-specific/gforge.logrotate
Modified:
   trunk/gforge/debian/changelog
   trunk/gforge/dirs/web-apache2
   trunk/gforge/install/web-apache2
Log:
Added logrotate configuration file for vhosts access logs.

Added: trunk/gforge/deb-specific/gforge.logrotate
===================================================================
--- trunk/gforge/deb-specific/gforge.logrotate	                        (rev 0)
+++ trunk/gforge/deb-specific/gforge.logrotate	2009-04-03 09:46:00 UTC (rev 7323)
@@ -0,0 +1,10 @@
+/var/log/gforge/vhosts/*/access.log {
+       weekly
+       missingok
+       rotate 52
+       compress
+       delaycompress
+       notifempty
+       create 640 root adm
+       sharedscripts
+}

Modified: trunk/gforge/debian/changelog
===================================================================
--- trunk/gforge/debian/changelog	2009-04-03 09:34:23 UTC (rev 7322)
+++ trunk/gforge/debian/changelog	2009-04-03 09:46:00 UTC (rev 7323)
@@ -9,8 +9,9 @@
   [ Roland Mas ]
   * New package: gforge-plugin-scmbzr (not complete yet!).
   * Fixed a bunch of lintian warnings.
+  * Added logrotate configuration file for vhosts access logs.
 
- -- Roland Mas <lolando at debian.org>  Thu, 02 Apr 2009 23:13:38 +0200
+ -- Roland Mas <lolando at debian.org>  Fri, 03 Apr 2009 11:45:28 +0200
 
 gforge (4.7.2-4) experimental; urgency=low
 

Modified: trunk/gforge/dirs/web-apache2
===================================================================
--- trunk/gforge/dirs/web-apache2	2009-04-03 09:34:23 UTC (rev 7322)
+++ trunk/gforge/dirs/web-apache2	2009-04-03 09:46:00 UTC (rev 7323)
@@ -1,6 +1,7 @@
 etc/gforge/custom
 etc/gforge/languages-local
 etc/gforge/templates
+etc/logrotate.d
 usr/share/gforge/bin
 usr/share/gforge/www
 var/lib/gforge/scmtarballs

Modified: trunk/gforge/install/web-apache2
===================================================================
--- trunk/gforge/install/web-apache2	2009-04-03 09:34:23 UTC (rev 7322)
+++ trunk/gforge/install/web-apache2	2009-04-03 09:46:00 UTC (rev 7323)
@@ -3,3 +3,4 @@
 utils/install-apache.sh             usr/share/gforge/bin/
 deb-specific/create-vhosts.sh       usr/share/gforge/bin/
 deb-specific/prepare-vhosts-file.pl usr/share/gforge/bin/
+deb-specific/gforge.logrotate       etc/logrotate.d/gforge-web-apache2




More information about the Fusionforge-commits mailing list