To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=81911


User is changed the following:

                What    |Old value                 |New value
================================================================================
                  Status|NEW                       |RESOLVED
--------------------------------------------------------------------------------
              Resolution|                          |FIXED
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Mon Nov 12 11:02:21 +0000 
2007 -------
IS -> pjanik: You are right, using octal values works better (for mkdir, not 
chmod).

So the fix is a one-liner in systemactions.pm:

diff -r1.33 systemactions.pm
109c109
<               my $localprivileges = "0" . $privileges;
---
>               my $localprivileges = oct($privileges); # changes "777" to 0777

Fixed in cws ause087.


---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to