[pkg-kolab] r732 - kolab-webadmin/trunk/debian

petere at alioth.debian.org petere at alioth.debian.org
Fri Feb 22 17:02:47 UTC 2008


Author: petere
Date: 2008-02-22 17:02:45 +0000 (Fri, 22 Feb 2008)
New Revision: 732

Modified:
   kolab-webadmin/trunk/debian/apache.conf
   kolab-webadmin/trunk/debian/changelog
Log:
* Updated apache.conf; revised include paths (closes: #437862)

Modified: kolab-webadmin/trunk/debian/apache.conf
===================================================================
--- kolab-webadmin/trunk/debian/apache.conf	2008-02-22 16:41:16 UTC (rev 731)
+++ kolab-webadmin/trunk/debian/apache.conf	2008-02-22 17:02:45 UTC (rev 732)
@@ -3,13 +3,13 @@
 # Read /usr/share/doc/kolab-webadmin/README.Debian about setting up this
 # web site.
 
-Alias /admin /usr/share/kolab-webadmin/admin
+Alias /admin /usr/share/kolab/admin
 
-<Directory /usr/share/kolab-webadmin/admin>
+<Directory /usr/share/kolab/admin>
     Options Indexes FollowSymLinks
     Order allow,deny
     Allow from all
     DirectoryIndex index.php
-    php_value include_path /usr/share/kolab-webadmin:.:/usr/share/php
+    php_value include_path /usr/share/php/kolab/admin/include:.:/usr/share/php
     php_value error_reporting 'E_ALL & ~E_WARNING & ~E_NOTICE'
 </Directory>

Modified: kolab-webadmin/trunk/debian/changelog
===================================================================
--- kolab-webadmin/trunk/debian/changelog	2008-02-22 16:41:16 UTC (rev 731)
+++ kolab-webadmin/trunk/debian/changelog	2008-02-22 17:02:45 UTC (rev 732)
@@ -7,6 +7,7 @@
   * Updated standards version
   * Added Homepage control field
   * Changed control fields XS-Vcs-* to Vcs-*
+  * Updated apache.conf; revised include paths (closes: #437862)
 
  -- Peter Eisentraut <petere at debian.org>  Fri, 22 Feb 2008 17:17:24 +0100
 




More information about the pkg-kolab-devel mailing list