summaryrefslogtreecommitdiff
path: root/cpp/NOTICE
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2007-07-19 02:19:17 +0000
committerAlan Conway <aconway@apache.org>2007-07-19 02:19:17 +0000
commitac530f5770150abe56acf270dfcea6287afb189d (patch)
tree11bef494467fab36b05d9f0420198a78a18ada79 /cpp/NOTICE
parenta51da643a383c5c55fcd33861e379607037983f2 (diff)
downloadqpid-python-ac530f5770150abe56acf270dfcea6287afb189d.tar.gz
* src/qpid/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. * lib/broker/Makefile.am (libqpidbroker_la_LIBADD): - Daemon.cpp now needs -lboost_iostreams * NOTICE, README, qpidc.spec.in: Removed mention of libdaemon. * configure.ac: - removed libdaemon - cluster off by default - no ais dependencies. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@557455 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/NOTICE')
-rw-r--r--cpp/NOTICE8
1 files changed, 0 insertions, 8 deletions
diff --git a/cpp/NOTICE b/cpp/NOTICE
index c316e13250..bf10fea3f7 100644
--- a/cpp/NOTICE
+++ b/cpp/NOTICE
@@ -23,13 +23,5 @@ Project dependancies:
can be downloaded from http://www.boost.org
- Included in most OS platfroms by defualt.
-Optional modules:
-
- * libdaemon version 0.10 under LGPL and can be downloaded from
- http://www.stud.uni-hamburg.de/users/lennart/projects/libdaemon
- -Optional module detected by configure scripts if present to create
- daemon process.
-
-