File pegasus-config.patch of Package tog-pegasus
--- ./src/Clients/repupgrade/RepositoryUpgrade.cpp.pegasus-config.patch 2007-09-10 02:17:06.000000000 -0600
+++ ./src/Clients/repupgrade/RepositoryUpgrade.cpp 2007-12-14 22:01:56.000000000 -0700
@@ -293,10 +293,10 @@
const String NEW_REPOSITORY_PATH = "/wbem_var/opt/wbem/repository";
const String RepositoryUpgrade::_LOG_PATH = "/wbem_var/opt/wbem/upgrade";
# elif 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 OLD_REPOSITORY_PATH = "/var/lib/Pegasus/prev_repository";
+ const String NEW_REPOSITORY_PATH = "/var/lib/Pegasus/repository";
const String RepositoryUpgrade::_LOG_PATH =
- "/var/opt/tog-pegasus/log/upgrade";
+ "/var/lib/Pegasus/log/install.log";
# else
# undef REPUPGRADE_USE_RELEASE_DIRS
const String RepositoryUpgrade::_LOG_PATH = "./";