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
b4013289
Commit
b4013289
authored
Sep 27, 2017
by
Steven Murray
Browse files
Renamed cta.conf.example to cta-taped.conf.example
parent
f1ffdeea
Changes
3
Hide whitespace changes
Inline
Side-by-side
cta.spec.in
View file @
b4013289
...
...
@@ -136,7 +136,7 @@ The tape server daemon
%attr(0755,cta,cta) %dir /var/log/cta
%attr(0644,root,root) %config(noreplace) /etc/logrotate.d/cta-taped
%attr(0755,root,root) %{_bindir}/cta-taped
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/cta/cta.conf.example
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/cta/cta
-taped
.conf.example
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/cta/TPCONFIG.example
%attr(0644,root,root) %doc /usr/share/man/man1/cta-taped.1cta.gz
%attr(0644,root,root) /etc/sysconfig/cta-taped
...
...
tapeserver/daemon/CMakeLists.txt
View file @
b4013289
...
...
@@ -69,6 +69,6 @@ target_link_libraries(ctadaemonunittests-multiprocess
install
(
TARGETS ctadaemonunittests DESTINATION usr/
${
CMAKE_INSTALL_LIBDIR
}
)
install
(
TARGETS ctadaemonunittests-multiprocess DESTINATION usr/
${
CMAKE_INSTALL_LIBDIR
}
)
install
(
FILES cta.conf.example
install
(
FILES cta
-taped
.conf.example
DESTINATION
${
CMAKE_INSTALL_SYSCONFDIR
}
/cta
PERMISSIONS OWNER_READ OWNER_WRITE GROUP_READ WORLD_READ
)
tapeserver/daemon/cta.conf.example
→
tapeserver/daemon/cta
-taped
.conf.example
View file @
b4013289
File moved
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