diff options
| author | Alan Conway <aconway@apache.org> | 2007-07-19 02:03:02 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2007-07-19 02:03:02 +0000 |
| commit | 7221b1ca1cda94ea831942db53f15c14cd3cfe1d (patch) | |
| tree | b6748eef9174601950bb51fd0d380e8f649ec215 /cpp/NOTICE | |
| parent | 3b064908eb76e43db6e82bbd51a373590b61b44b (diff) | |
| download | qpid-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/NOTICE')
| -rw-r--r-- | cpp/NOTICE | 10 |
1 files changed, 0 insertions, 10 deletions
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. - - - - |
