diff options
| author | Alan Conway <aconway@apache.org> | 2007-06-11 16:05:06 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2007-06-11 16:05:06 +0000 |
| commit | f69ff2486ae4672b0d437126f0627d5ae76df5ea (patch) | |
| tree | 6966df0d539ad73760662b2d4e203bcf765744e1 /qpid/cpp/qpidc.spec.in | |
| parent | 7a4e581876f8383c091990734c2b47a9e5d0a32a (diff) | |
| download | qpid-python-f69ff2486ae4672b0d437126f0627d5ae76df5ea.tar.gz | |
QPID-504: Print bound port if --port 0 is specified. Not yet used by tests.
* qpidd.cpp:
- With --port 0 print the bound port number to stdout.
- Removed --ppid, --check now prints pid.
* Daemon.cpp/h: Move pid-file generation to caller (qpidd.cpp)
* Exception.cpp: Log a debug message in exception constructors.
Helps to show what exceptions were thrown even if they aren't
logged at a higher level.
* daemon_test: Test new daemon options.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@546180 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/qpidc.spec.in')
| -rw-r--r-- | qpid/cpp/qpidc.spec.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/qpid/cpp/qpidc.spec.in b/qpid/cpp/qpidc.spec.in index 3192c00cff..eb1c62d811 100644 --- a/qpid/cpp/qpidc.spec.in +++ b/qpid/cpp/qpidc.spec.in @@ -114,6 +114,8 @@ make check %defattr(-,root,root,-) %_libdir/libqpidbroker.so.0 %_libdir/libqpidbroker.so.0.1.0 +%_libdir/libqpidcluster.so.0 +%_libdir/libqpidcluster.so.0.1.0 %_sbindir/%{qpidd} %{_initrddir}/%{qpidd} %doc %_mandir/man1/%{qpidd}.* |
