Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dCache
cta
Commits
63149e00
Commit
63149e00
authored
Aug 09, 2016
by
Daniele Kruse
Browse files
Revived the demo tapeserver daemon
parent
9cc312c8
Changes
2
Hide whitespace changes
Inline
Side-by-side
cta.spec.in
View file @
63149e00
...
...
@@ -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
...
...
tapeserver/castor/tape/tapeserver/daemon/CMakeLists.txt
View file @
63149e00
...
...
@@ -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
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment