On 04/08/2013 10:05 AM, Darryl L. Pierce wrote:
Fixes needed for the CMake build system when installing files.

Corrects the installation for several pieces, including Python site
packages, a couple of configuration files and a SysVInit script.

http://issues.apache.org/jira/browse/QPID-4698


Should the last line also be changed to use @...@?

--- qpid/trunk/qpid/cpp/etc/qpidd-primary.in    2013/04/08 14:01:44     1465642
+++ qpid/trunk/qpid/cpp/etc/qpidd-primary.in    2013/04/08 14:02:18     1465643
@@ -40,8 +40,8 @@
 # Source function library.
 . /etc/rc.d/init.d/functions

-if [ -f !!sysconfdir!!/sysconfig/$prog ] ; then
-    . !!sysconfdir!!/sysconfig/$prog
+if [ -f @sysconfdir@/sysconfig/$prog ] ; then
+    . @sysconfdir@/sysconfig/$prog
 fi

 # The following variables can be overridden in !!sysconfdir!!/sysconfig/$prog

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to