diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-09-04 06:13:01 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-09-04 06:13:01 +0000 |
commit | e4c592e574b36117936d914193c3a8a7c0ac68c0 (patch) | |
tree | cadc755f94eb0aaec5ab6eb5947b96f2bc266c4e /desktop | |
parent | 64c589f65fcc493d6619c1403e85eb48112f07e9 (diff) |
INTEGRATION: CWS hotmac_DEV300 (1.33.64); FILE MERGED
2008/08/29 15:29:46 jl 1.33.64.1: #93187# do not write a logfile for shared package manager
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/source/deployment/manager/dp_manager.cxx | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/desktop/source/deployment/manager/dp_manager.cxx b/desktop/source/deployment/manager/dp_manager.cxx index 1d9929f446d1..5dd0a620b10b 100644 --- a/desktop/source/deployment/manager/dp_manager.cxx +++ b/desktop/source/deployment/manager/dp_manager.cxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: dp_manager.cxx,v $ - * $Revision: 1.33 $ + * $Revision: 1.34 $ * * This file is part of OpenOffice.org. * @@ -251,8 +251,14 @@ Reference<deployment::XPackageManager> PackageManagerImpl::create( "SHARED_PACKAGES_CACHE/uno_packages"); that->m_registryCache = OUSTR("vnd.sun.star.expand:$UNO_" "SHARED_PACKAGES_CACHE/registry"); - logFile = OUSTR("vnd.sun.star.expand:$UNO_" - "SHARED_PACKAGES_CACHE/log.txt"); +// The current logging implementation does not work for shared, because it requires +// write access to the logfile. When two users run OOo at the same time on the same machine +// then the +// second will fail because it does not get write access. One cannot write into the +// user's home, because then people may complain that when installing shared extension +// stuff is written in their home. +// logFile = OUSTR("vnd.sun.star.expand:$UNO_" +// "SHARED_PACKAGES_CACHE/log.txt"); //See description for stampURL for user packages. stampURL = OUSTR("vnd.sun.star.expand:$UNO_" "SHARED_PACKAGES_CACHE/stamp.sys"); |