Skip to content
Snippets Groups Projects
Commit ca06b39b authored by Daniele Kruse's avatar Daniele Kruse
Browse files

Revived the demo tapeserver daemon

parent feeda731
No related branches found
No related tags found
No related merge requests found
......@@ -92,6 +92,18 @@ The tape server daemon
%attr(0755,root,root) %{_bindir}/cta-taped
%attr(0755,root,root) %{_libdir}/libctamessages.so
%package -n cta-tapeserverd
Summary: CERN Tape Archive: tapeserver daemon (demo only)
Group: Application/CTA
requires: cta-lib
%description -n cta-tapeserverd
CERN Tape Archive:
The tape server daemon
%files -n cta-tapeserverd
%defattr(-,root,root)
%attr(0755,root,root) %{_bindir}/cta-tapeserverd
%attr(0755,root,root) %{_libdir}/libctamessages.so
%package -n cta-frontend
Summary: CERN Tape Archive: Xrootd plugin
Group: Application/CTA
......
......@@ -104,7 +104,7 @@ add_executable(cta-tapeserverd TapeDaemon.cpp)
target_link_libraries(cta-tapeserverd ctaTapeServerDaemon SCSI System Utils
File TapeDrive ctacommon ctatapereactor ${LIBCAP_LIB} ${ZLIB_LIBRARIES}
ctamessages zmq ctaio ctautils)
#install (TARGETS cta-tapeserverd DESTINATION usr/bin)
install (TARGETS cta-tapeserverd DESTINATION usr/bin)
add_library(ctatapeserverdaemonutils SHARED
ProcessForkerProxyDummy.cpp)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment