Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
cta
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
dCache
cta
Commits
e5783924
Commit
e5783924
authored
5 years ago
by
Steven Murray
Browse files
Options
Downloads
Patches
Plain Diff
Removed unused cta-xrmcd package
parent
0de216d7
Branches
fix-changelog
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
XRootdSSiRmcd/CMakeLists.txt
+5
-5
5 additions, 5 deletions
XRootdSSiRmcd/CMakeLists.txt
cta.spec.in
+0
-30
0 additions, 30 deletions
cta.spec.in
with
5 additions
and
35 deletions
XRootdSSiRmcd/CMakeLists.txt
+
5
−
5
View file @
e5783924
...
...
@@ -61,9 +61,9 @@ add_library(XrdSsiRmcd MODULE
)
target_link_libraries
(
XrdSsiRmcd XrdSsi-4 XrdSsiLib XrdSsiPbRmcd XrdUtils
)
set_property
(
TARGET XrdSsiRmcd APPEND PROPERTY INSTALL_RPATH
${
PROTOBUF3_RPATH
}
)
install
(
TARGETS XrdSsiRmcd DESTINATION usr/
${
CMAKE_INSTALL_LIBDIR
}
)
#
install(TARGETS XrdSsiRmcd DESTINATION usr/${CMAKE_INSTALL_LIBDIR})
install
(
FILES cta-xrmcd.conf DESTINATION
${
CMAKE_INSTALL_SYSCONFDIR
}
/cta
)
install
(
FILES cta-xrmcd.logrotate DESTINATION /etc/logrotate.d RENAME cta-xrmcd
)
install
(
FILES cta-xrmcd.sysconfig DESTINATION /etc/sysconfig RENAME cta-xrmcd
)
install
(
FILES cta-xrmcd.service DESTINATION /etc/systemd/system
)
#
install (FILES cta-xrmcd.conf DESTINATION ${CMAKE_INSTALL_SYSCONFDIR}/cta)
#
install (FILES cta-xrmcd.logrotate DESTINATION /etc/logrotate.d RENAME cta-xrmcd)
#
install (FILES cta-xrmcd.sysconfig DESTINATION /etc/sysconfig RENAME cta-xrmcd)
#
install (FILES cta-xrmcd.service DESTINATION /etc/systemd/system)
This diff is collapsed.
Click to expand it.
cta.spec.in
+
0
−
30
View file @
e5783924
...
...
@@ -133,36 +133,6 @@ The tape server daemon
%systemd_postun cta-taped.service
%systemdDaemonReload
%package -n cta-xrmcd
Summary: CERN Tape Archive: Xrootd plugin
Group: Application/CTA
Requires: logrotate
Requires: xrootd-server
%description -n cta-xrmcd
CERN Tape Archive:
The xroot plugin
%files -n cta-xrmcd
%defattr(0755,root,root)
%{_libdir}/libXrdSsiRmcd.so*
%attr(0644,root,root) %config(noreplace) /etc/logrotate.d/cta-xrmcd
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/cta/cta-xrmcd.conf
%attr(0644,cta,tape) /etc/systemd/system/cta-xrmcd.service
%attr(0644,root,root) %config(noreplace) /etc/sysconfig/cta-xrmcd
#xrmcd installs libraries so we need ldconfig.
%post -n cta-xrmcd
/sbin/ldconfig
%systemd_post cta-xrmcd.service
%systemdDaemonReload
%preun -n cta-xrmcd
%systemd_preun cta-xrmcd.service
%postun -n cta-xrmcd
/sbin/ldconfig
%systemd_post cta-xrmcd.service
%systemdDaemonReload
%package -n cta-frontend
Summary: CERN Tape Archive: Xrootd plugin
Group: Application/CTA
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment