diff options
author | Benoit Foucher <benoit@zeroc.com> | 2005-10-04 15:49:11 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2005-10-04 15:49:11 +0000 |
commit | f3b88e3177de83300b4b096e9710fd3f86d74a66 (patch) | |
tree | fcad236aeb0b95ed2e1825a1751d2663a9ccf968 /cpp/src/IceGrid/IceGridNode.cpp | |
parent | - Modified VC 6 build command so the packaging scripts won't attempt to (diff) | |
download | ice-f3b88e3177de83300b4b096e9710fd3f86d74a66.tar.bz2 ice-f3b88e3177de83300b4b096e9710fd3f86d74a66.tar.xz ice-f3b88e3177de83300b4b096e9710fd3f86d74a66.zip |
Distribution improvments, bug fixes, code cleanup.
Diffstat (limited to 'cpp/src/IceGrid/IceGridNode.cpp')
-rw-r--r-- | cpp/src/IceGrid/IceGridNode.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IceGrid/IceGridNode.cpp b/cpp/src/IceGrid/IceGridNode.cpp index 9c5fe673cb6..3edce7b2c0b 100644 --- a/cpp/src/IceGrid/IceGridNode.cpp +++ b/cpp/src/IceGrid/IceGridNode.cpp @@ -391,7 +391,7 @@ NodeService::start(int argc, char* argv[]) IcePatch2::createDirectory(dataPath + "servers"); IcePatch2::createDirectory(dataPath + "tmp"); - IcePatch2::createDirectory(dataPath + "shared"); + IcePatch2::createDirectory(dataPath + "distrib"); } // |