You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by mc...@apache.org on 2013/09/27 20:26:55 UTC

svn commit: r1527019 - in /qpid/trunk/qpid/extras/dispatch: CMakeLists.txt ChangeLog

Author: mcpierce
Date: Fri Sep 27 18:26:54 2013
New Revision: 1527019

URL: http://svn.apache.org/r1527019
Log:
QPID-5185: Install qpid-dispatch.conf to /etc/qpid

Now the file is installed to the same location as other Qpid
configuration files.

Modified:
    qpid/trunk/qpid/extras/dispatch/CMakeLists.txt
    qpid/trunk/qpid/extras/dispatch/ChangeLog

Modified: qpid/trunk/qpid/extras/dispatch/CMakeLists.txt
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/extras/dispatch/CMakeLists.txt?rev=1527019&r1=1527018&r2=1527019&view=diff
==============================================================================
--- qpid/trunk/qpid/extras/dispatch/CMakeLists.txt (original)
+++ qpid/trunk/qpid/extras/dispatch/CMakeLists.txt Fri Sep 27 18:26:54 2013
@@ -118,7 +118,7 @@ install(TARGETS qpid-dispatch
 file(GLOB headers "include/qpid/dispatch/*.h")
 install(FILES ${headers} DESTINATION ${INCLUDE_INSTALL_DIR}/qpid/dispatch)
 install(FILES include/qpid/dispatch.h DESTINATION ${INCLUDE_INSTALL_DIR}/qpid)
-install(FILES etc/qpid-dispatch.conf DESTINATION ${SYSCONF_INSTALL_DIR})
+install(FILES etc/qpid-dispatch.conf DESTINATION ${SYSCONF_INSTALL_DIR}/qpid)
 
 ##
 ## Python modules installation

Modified: qpid/trunk/qpid/extras/dispatch/ChangeLog
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/extras/dispatch/ChangeLog?rev=1527019&r1=1527018&r2=1527019&view=diff
==============================================================================
--- qpid/trunk/qpid/extras/dispatch/ChangeLog (original)
+++ qpid/trunk/qpid/extras/dispatch/ChangeLog Fri Sep 27 18:26:54 2013
@@ -1,3 +1,4 @@
 Version 0.1:
 	* Initial development work.
 	* QPID-5186: Install documentation files.
+	* QPID-5185: Install qpid-dispatch.conf to /etc/qpid



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org