summaryrefslogtreecommitdiff
path: root/cpp/README
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2007-07-19 02:03:02 +0000
committerAlan Conway <aconway@apache.org>2007-07-19 02:03:02 +0000
commit7221b1ca1cda94ea831942db53f15c14cd3cfe1d (patch)
treeb6748eef9174601950bb51fd0d380e8f649ec215 /cpp/README
parent3b064908eb76e43db6e82bbd51a373590b61b44b (diff)
downloadqpid-python-7221b1ca1cda94ea831942db53f15c14cd3cfe1d.tar.gz
* 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
Diffstat (limited to 'cpp/README')
-rw-r--r--cpp/README4
1 files changed, 2 insertions, 2 deletions
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 <http://apr.apache.org> (1.2.7)
* boost <http://www.boost.org> (1.33.1)
* cppunit <http://cppunit.sourceforge.net> (1.11.4)
- * libdaemon <http://www.stud.uni-hamburg.de/users/lennart/projects/libdaemon> (0.10)
+
Using tools:
* boost-jam <http://boost.sourceforge.net/> (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