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/NOTICE | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'cpp/NOTICE') diff --git a/cpp/NOTICE b/cpp/NOTICE index 36bb499887..c194a63903 100644 --- a/cpp/NOTICE +++ b/cpp/NOTICE @@ -22,13 +22,3 @@ Project dependancies: * boost vesrion 1.33.1 or later under the Boost Software License, and 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. - - - - -- cgit v1.2.1