To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=83877 Issue #|83877 Summary|sal: treat soft links as file when deleting Component|porting Version|680m222 Platform|All URL| OS/Version|All Status|NEW Status whiteboard| Keywords| Resolution| Issue type|PATCH Priority|P3 Subcomponent|code Assigned to|mh Reported by|cmc
------- Additional comments from [EMAIL PROTECTED] Thu Nov 22 15:39:09 +0000 2007 ------- sal wouldn't let me delete a softlink because it was a "directory", which was real inconvenient. I suggest the soft links be treated as files, i.e. follow the semantics of rm, e.g. [EMAIL PROTECTED] devel]$ cd /tmp [EMAIL PROTECTED] tmp]$ mkdir pp [EMAIL PROTECTED] tmp]$ ln -s /tmp /tmp/oo [EMAIL PROTECTED] tmp]$ rm pp rm: cannot remove `pp': Is a directory [EMAIL PROTECTED] tmp]$ rm oo [EMAIL PROTECTED] tmp]$ We can delete a soft-link without problem. One liner patch attached to enable this. --------------------------------------------------------------------- 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]
