To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=51391
------- Additional comments from [EMAIL PROTECTED] Fri Jul 15 10:39:09 -0700 2005 ------- I thought it would, but I tried and it doesn't :-( - sorry again. It would work when copying the files individually, but for some reason (maybe a bug in cp) this fails when copying recoursively. cp -a symlink target -> target will be a symlink as well cp symlink target -> target will be a regular file cp -r symlink target -> target will be a symlink again. But what works it to specify -L (--dereference) "cp -uaL" (order is important) or "cp -upRL" will work (I tried :-) /cloph who hates localized man-pages that don't list all options --------------------------------------------------------------------- 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]
