diff options
| author | Ted Ross <tross@apache.org> | 2013-09-27 18:58:31 +0000 |
|---|---|---|
| committer | Ted Ross <tross@apache.org> | 2013-09-27 18:58:31 +0000 |
| commit | cb52689721ec7162306706eaa8b2a4e04ac4ab15 (patch) | |
| tree | ab4a339d86e2a393bf8a997e680827194f8987a8 | |
| parent | 666064b908fdb6055353aa4b456c87e725a53cba (diff) | |
| download | qpid-python-cb52689721ec7162306706eaa8b2a4e04ac4ab15.tar.gz | |
QPID-5185 - Updated the default config location.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1527031 13f79535-47bb-0310-9956-ffa450edef68
| -rw-r--r-- | qpid/extras/dispatch/router/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/extras/dispatch/router/CMakeLists.txt b/qpid/extras/dispatch/router/CMakeLists.txt index ee6d1934cf..388e0d7119 100644 --- a/qpid/extras/dispatch/router/CMakeLists.txt +++ b/qpid/extras/dispatch/router/CMakeLists.txt @@ -18,7 +18,7 @@ ## -set(DEFAULT_CONFIG_PATH "/etc/qpid-dispatch.conf" CACHE string "Default Config File Path") +set(DEFAULT_CONFIG_PATH "/etc/qpid/qpid-dispatch.conf" CACHE string "Default Config File Path") configure_file(${CMAKE_CURRENT_SOURCE_DIR}/src/config.h.in ${CMAKE_CURRENT_BINARY_DIR}/config.h) |
