[packages/owncloud] add missing patch

glen glen at pld-linux.org
Tue Feb 26 20:32:34 CET 2013


commit 23fe100506644a223c3e91b7f3ee63dbc9c5111a
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Tue Feb 26 21:32:26 2013 +0200

    add missing patch

 system-config.patch | 13 +++++++++++++
 1 file changed, 13 insertions(+)
---
diff --git a/system-config.patch b/system-config.patch
new file mode 100644
index 0000000..d45117e
--- /dev/null
+++ b/system-config.patch
@@ -0,0 +1,13 @@
+--- owncloud/lib/setup.php~	2012-12-19 23:24:24.000000000 +0200
++++ owncloud/lib/setup.php	2013-01-23 00:10:58.370941116 +0200
+@@ -6,10 +6,6 @@
+ $hasOracle = is_callable('oci_connect');
+ $datadir = OC_Config::getValue('datadirectory', OC::$SERVERROOT.'/data');
+ 
+-// Test if  .htaccess is working
+-$content = "deny from all";
+-file_put_contents(OC::$SERVERROOT.'/data/.htaccess', $content);
+-
+ $opts = array(
+ 	'hasSQLite' => $hasSQLite,
+ 	'hasMySQL' => $hasMySQL,
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/owncloud.git/commitdiff/23fe100506644a223c3e91b7f3ee63dbc9c5111a



More information about the pld-cvs-commit mailing list