aboutsummaryrefslogtreecommitdiffstats
path: root/testing/nextcloud/nextcloud-9-disable-chmod.patch
diff options
context:
space:
mode:
authorLeonardo Arena <rnalrd@alpinelinux.org>2016-07-25 11:36:10 +0000
committerLeonardo Arena <rnalrd@alpinelinux.org>2016-07-25 11:36:10 +0000
commit47bd77c5ca01255b3cdb3700a4d5211e8937e483 (patch)
treefe582a85dd1198c527786a2d4349e015a61084ff /testing/nextcloud/nextcloud-9-disable-chmod.patch
parent587763b4b519d00484a3d59d6b8620a659ee2b46 (diff)
downloadaports-47bd77c5ca01255b3cdb3700a4d5211e8937e483.tar.bz2
aports-47bd77c5ca01255b3cdb3700a4d5211e8937e483.tar.xz
main/nextcloud: move to main
Diffstat (limited to 'testing/nextcloud/nextcloud-9-disable-chmod.patch')
-rw-r--r--testing/nextcloud/nextcloud-9-disable-chmod.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/testing/nextcloud/nextcloud-9-disable-chmod.patch b/testing/nextcloud/nextcloud-9-disable-chmod.patch
deleted file mode 100644
index bd70391c81..0000000000
--- a/testing/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)) {