[Pkg-owncloud-commits] [SCM] owncloud.git branch, master, updated. debian/4.0.1debian-2-22-gf004e68

Paul van Tilburg paulvt at debian.org
Wed Jun 13 20:32:06 UTC 2012


The following commit has been merged in the master branch:
commit f004e6893c85cbaaff476e31e26693e3c278c32e
Author: Paul van Tilburg <paulvt at debian.org>
Date:   Wed Jun 13 22:20:30 2012 +0200

    Updated a skipped config path in patch 01_fix_data_path.diff

diff --git a/debian/patches/01_fix_data_path.diff b/debian/patches/01_fix_data_path.diff
index 4219f3b..d22c608 100644
--- a/debian/patches/01_fix_data_path.diff
+++ b/debian/patches/01_fix_data_path.diff
@@ -54,7 +54,7 @@ Last-Update: <2011-11-16>
  
  		// Check if config folder is writable.
 -		if(!is_writable(OC::$SERVERROOT."/config/")) {
-+		if(!is_writable("/var/lib/owncloud/config/")) {
++		if(!is_writable("/etc/owncloud/")) {
  			$tmpl = new OC_Template( '', 'error', 'guest' );
  			$tmpl->assign('errors',array(1=>array('error'=>"Can't write into config directory 'config'",'hint'=>"You can usually fix this by giving the webserver user write access to the config directory in owncloud")));
  			$tmpl->printPage();

-- 
owncloud.git



More information about the Pkg-owncloud-commits mailing list