From c0ec39f71e341a91a514b3dfdf2b7865cbc54db3 Mon Sep 17 00:00:00 2001 From: Leonardo Arena Date: Mon, 29 Aug 2016 11:49:38 +0000 Subject: main/nextcloud: upgrade to 10.0.0 --- main/nextcloud/nextcloud-9-disable-chmod.patch | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 main/nextcloud/nextcloud-9-disable-chmod.patch (limited to 'main/nextcloud/nextcloud-9-disable-chmod.patch') diff --git a/main/nextcloud/nextcloud-9-disable-chmod.patch b/main/nextcloud/nextcloud-9-disable-chmod.patch deleted file mode 100644 index bd70391c8..000000000 --- a/main/nextcloud/nextcloud-9-disable-chmod.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- a/lib/private/config.php -+++ b/lib/private/config.php -@@ -229,7 +229,8 @@ - $filePointer = fopen($this->configFilePath, 'r+'); - - // Prevent others not to read the config -- chmod($this->configFilePath, 0640); -+ // Alpine Linux Development - don't do package's job -+ // chmod($this->configFilePath, 0640); - - // File does not exist, this can happen when doing a fresh install - if(!is_resource ($filePointer)) { -- cgit v1.2.3