diff options
author | Leonardo Arena <rnalrd@alpinelinux.org> | 2016-08-29 11:49:38 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2016-08-29 11:49:49 +0000 |
commit | c0ec39f71e341a91a514b3dfdf2b7865cbc54db3 (patch) | |
tree | b32636ca51d0bf54cabe2311af30b0fd1cc1837e /main/nextcloud/nextcloud-9-disable-chmod.patch | |
parent | 2ddb8586023e95ddcbf2f414d0e9c6163daadb1d (diff) | |
download | aports-c0ec39f71e341a91a514b3dfdf2b7865cbc54db3.tar.bz2 aports-c0ec39f71e341a91a514b3dfdf2b7865cbc54db3.tar.xz |
main/nextcloud: upgrade to 10.0.0
Diffstat (limited to 'main/nextcloud/nextcloud-9-disable-chmod.patch')
-rw-r--r-- | main/nextcloud/nextcloud-9-disable-chmod.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/main/nextcloud/nextcloud-9-disable-chmod.patch b/main/nextcloud/nextcloud-9-disable-chmod.patch deleted file mode 100644 index bd70391c81..0000000000 --- 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)) { |