[pkg-kolab] r849 - kolab-freebusy/trunk/debian

mparent-guest at alioth.debian.org mparent-guest at alioth.debian.org
Mon May 12 15:23:38 UTC 2008


Author: mparent-guest
Date: 2008-05-12 15:23:37 +0000 (Mon, 12 May 2008)
New Revision: 849

Modified:
   kolab-freebusy/trunk/debian/postinst
Log:
Fix freebusy config path


Modified: kolab-freebusy/trunk/debian/postinst
===================================================================
--- kolab-freebusy/trunk/debian/postinst	2008-05-12 12:18:15 UTC (rev 848)
+++ kolab-freebusy/trunk/debian/postinst	2008-05-12 15:23:37 UTC (rev 849)
@@ -3,8 +3,8 @@
 set -e
 
 fixperms() {
-	chmod 640 /etc/kolab/freebusy_config.php
-	chown root:www-data /etc/kolab/freebusy_config.php
+	chmod 640 /etc/kolab/freebusy/config.php
+	chown root:www-data /etc/kolab/freebusy/config.php
 
 	chmod 750 /var/lib/kolab/freebusy-cache/
 	chown www-data:root /var/lib/kolab/freebusy-cache/




More information about the pkg-kolab-devel mailing list