gunnar: server/kolabd/kolabd ChangeLog, 1.107, 1.108 Makefile.am, 1.30, 1.31 kolabd.spec.in, 1.12, 1.13

cvs at kolab.org cvs at kolab.org
Thu Aug 2 12:34:40 CEST 2007


Author: gunnar

Update of /kolabrepository/server/kolabd/kolabd
In directory doto:/tmp/cvs-serv27390/kolabd

Modified Files:
	ChangeLog Makefile.am kolabd.spec.in 
Log Message:
* kolabd.spec.in:

Ensure the php error dir gets the correct ownership.

* Makefile.am (install-data-hook):

Create a directory for php errors.

* dist_conf/common (do_subst):

Add the webserver_logdir in the replacement ops.

* templates/httpd.conf.template.in:

The graphics directory is now called themes

* templates/php.ini.template.in (error_reporting):

Log php errors into a file rather than displaying them.


Index: ChangeLog
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/ChangeLog,v
retrieving revision 1.107
retrieving revision 1.108
diff -u -d -r1.107 -r1.108
--- ChangeLog	1 Aug 2007 15:03:46 -0000	1.107
+++ ChangeLog	2 Aug 2007 10:34:38 -0000	1.108
@@ -1,3 +1,25 @@
+2007-08-02  Gunnar Wrobel  <p at rdus.de>
+
+	* kolabd.spec.in:
+
+	Ensure the php error dir gets the correct ownership.
+
+	* Makefile.am (install-data-hook):
+
+	Create a directory for php errors.
+
+	* dist_conf/common (do_subst):
+
+	Add the webserver_logdir in the replacement ops.
+
+	* templates/httpd.conf.template.in:
+
+	The "graphics" directory is now called "themes"
+
+	* templates/php.ini.template.in (error_reporting):
+
+	Log php errors into a file rather than displaying them.
+
 2007-08-01  Gunnar Wrobel  <p at rdus.de>
 
 	* Makefile.am:

Index: Makefile.am
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/Makefile.am,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -d -r1.30 -r1.31
--- Makefile.am	1 Aug 2007 15:03:46 -0000	1.30
+++ Makefile.am	2 Aug 2007 10:34:38 -0000	1.31
@@ -567,6 +567,7 @@
 	$(mkinstalldirs) -m 755 $(DESTDIR)$(webserver_document_root)$(webserver_web_prefix)/cgi-bin
 	$(mkinstalldirs) -m 755 $(DESTDIR)$(webserver_document_root)$(webserver_web_prefix)/icons
 	$(mkinstalldirs) -m 755 $(DESTDIR)$(webserver_document_root)$(webserver_web_prefix)/freebusy
+	$(mkinstalldirs) -m 755 $(DESTDIR)$(webserver_logdir)/php
 	$(mkinstalldirs) -m 755 $(DESTDIR)$(webserver_sessions)
 	$(mkinstalldirs) -m 755 $(DESTDIR)$(kolab_statedir)
 	$(mkinstalldirs) -m 755 $(DESTDIR)$(webserver_document_root)$(webserver_web_prefix)/locks

Index: kolabd.spec.in
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/kolabd.spec.in,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- kolabd.spec.in	2 Aug 2007 06:49:43 -0000	1.12
+++ kolabd.spec.in	2 Aug 2007 10:34:38 -0000	1.13
@@ -102,6 +102,7 @@
     #   generate file list
     %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std} \
 	%dir '%defattr(-,%{l_nusr},%{l_ngrp})' %{l_prefix}/var/kolab/httpd_sessions \
+	%dir '%defattr(-,%{l_nusr},%{l_ngrp})' %{l_prefix}/var/apache2/log/php \
         '%config %{l_prefix}/etc/kolab/*.pem' \
         '%config %{l_prefix}/etc/kolab/*.schema' \
         '%config %{l_prefix}/etc/kolab/kolab.conf' \





More information about the commits mailing list