To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=81911
User pjanik changed the following:
What |Old value |New value
================================================================================
Assigned to|hjs |is
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Sat Nov 10 16:33:53 +0000
2007 -------
All credits to the following belong to ause ;-)
This is a problem:
./bin/modules/installer/parameter.pm:408:
installer::systemactions::create_directory_with_privileges
($installer::globals::temppath, "777");
Compare:
[EMAIL PROTECTED]:/tmp> perl -e 'mkdir('ooopackaging', "0777")'; ls -ld
ooopackaging; chmod 755
ooopackaging; rm -rf ooopackaging
dr----x--t 2 pavel users 4096 Nov 10 18:49 ooopackaging
[EMAIL PROTECTED]:/tmp> perl -e 'mkdir('ooopackaging', 0777)'; ls -ld
ooopackaging; chmod 755 ooopackaging;
rm -rf ooopackaging
drwxr-xr-x 2 pavel users 4096 Nov 10 18:49 ooopackaging
[EMAIL PROTECTED]:/tmp>
Ingo: this comes from native97. chmod should use octal numbers, not string -
compare with
perldoc -f chmod
---------------------------------------------------------------------
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]