16 lines
1014 B
Diff
16 lines
1014 B
Diff
|
--- pegasus/src/Clients/repupgrade/RepositoryUpgrade.cpp.fix_repupgrade 2006-01-31 14:34:30.000000000 -0500
|
||
|
+++ pegasus/src/Clients/repupgrade/RepositoryUpgrade.cpp 2006-04-17 16:09:24.000000000 -0400
|
||
|
@@ -295,9 +295,9 @@
|
||
|
const String NEW_REPOSITORY_PATH = "/wbem_var/opt/wbem/repository";
|
||
|
const String RepositoryUpgrade::_LOG_PATH = "/wbem_var/opt/wbem/upgrade";
|
||
|
#elif defined(PEGASUS_USE_RELEASE_DIRS) && defined(PEGASUS_OS_LINUX)
|
||
|
- const String OLD_REPOSITORY_PATH = "/var/opt/tog-pegasus/prev_repository";
|
||
|
- const String NEW_REPOSITORY_PATH = "/var/opt/tog-pegasus/repository";
|
||
|
- const String RepositoryUpgrade::_LOG_PATH = "/var/opt/tog-pegasus/log/upgrade";
|
||
|
+ const String OLD_REPOSITORY_PATH = "/var/lib/Pegasus/prev_repository";
|
||
|
+ const String NEW_REPOSITORY_PATH = "/var/lib/Pegasus/repository";
|
||
|
+ const String RepositoryUpgrade::_LOG_PATH = "/var/lib/Pegasus/log/install.log";
|
||
|
#define REPUPGRADE_USE_RELEASE_DIRS true
|
||
|
#else
|
||
|
const String RepositoryUpgrade::_LOG_PATH
|