[
https://issues.apache.org/jira/browse/VCL-1101?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16482731#comment-16482731
]
ASF GitHub Bot commented on VCL-1101:
-------------------------------------
GitHub user gjenning opened a pull request:
https://github.com/apache/vcl/pull/2
VCL-1101 Changing chmod 755 from string to octal value
VCL-1101 Merge fix to make chmod be a octal value.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gjenning/vcl vcl-1101
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/vcl/pull/2.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2
----
commit 0f62b8afde3b2dd53d16dc8f770d41533f3b459c
Author: Mike Jennings <gmjennin@...>
Date: 2018-05-21T16:49:36Z
VCL-1101 Changing chmod 755 from string to octal value
----
> Change chmod mode from string to octal number value
> ---------------------------------------------------
>
> Key: VCL-1101
> URL: https://issues.apache.org/jira/browse/VCL-1101
> Project: VCL
> Issue Type: Improvement
> Components: vcld (backend)
> Affects Versions: 2.5
> Reporter: Mike Jennings
> Priority: Major
>
> The chmod command in VMware.pm currently is passing a string "0755" mode
> value to the chmod function. Based on the documentation
> [http://perldoc.perl.org/functions/chmod.html] it is better to set the value
> as a octal value 0755
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)