From 7221b1ca1cda94ea831942db53f15c14cd3cfe1d Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Thu, 19 Jul 2007 02:03:02 +0000 Subject: * lib/broker/Daemon.cpp, .h - Rewrote to remove libdaemon dependency. - PID file stored in /var/run if root, /tmp otherwise. * src/qpidd.cpp: Use new Daemon.cpp. - lock files stored in /var/run (for root) or /tmp. - updated to trunk daemon flag behavior. * lib/broker/Makefile.am (libqpidbroker_la_LIBADD): - Daemon.cpp now needs -lboost_iostreams * NOTICE, README: Removed mention of libdaemon. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@557452 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpp/README') diff --git a/cpp/README b/cpp/README index 4c9afdbdbf..2f3f2d81d3 100644 --- a/cpp/README +++ b/cpp/README @@ -33,7 +33,7 @@ Qpid is compiled against libraries: * apr (1.2.7) * boost (1.33.1) * cppunit (1.11.4) - * libdaemon (0.10) + Using tools: * boost-jam (3.1.13) @@ -70,7 +70,7 @@ Building without documentaion does not require: On linux most packages can be installed using your distribution's package management tool. For example on Fedora: - # yum install apr-devel boost-devel cppunit-devel libdaemon-devel + # yum install apr-devel boost-devel cppunit-devel # yum install pkgconfig doxygen graphviz help2man -- cgit v1.2.1