[arch-commits] Commit in apache/trunk (PKGBUILD)

Roman Kyrylych roman at archlinux.org
Sat Oct 3 11:54:48 UTC 2009


    Date: Saturday, October 3, 2009 @ 07:54:48
  Author: roman
Revision: 53795

Add logrotate.d/httpd to the backup array

Fixes bug #8399. Finally!

Modified:
  apache/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-10-03 11:21:50 UTC (rev 53794)
+++ PKGBUILD	2009-10-03 11:54:48 UTC (rev 53795)
@@ -13,7 +13,8 @@
 backup=(etc/httpd/conf/httpd.conf
         etc/httpd/conf/extra/httpd-{autoindex,dav,default,info,languages}.conf
         etc/httpd/conf/extra/httpd-{manual,mpm,multilang-errordoc}.conf
-        etc/httpd/conf/extra/httpd-{ssl,userdir,vhosts}.conf)
+        etc/httpd/conf/extra/httpd-{ssl,userdir,vhosts}.conf
+        etc/logrotate.d/httpd)
 depends=('openssl' 'zlib' 'apr-util' 'pcre' 'libldap>=2.4.18-1')
 optdepends=('lynx: apachectl status')
 source=("http://www.apache.org/dist/httpd/httpd-${pkgver}.tar.bz2"




More information about the arch-commits mailing list