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
7c99209f
Commit
7c99209f
authored
Aug 30, 2018
by
Steven Murray
Browse files
Added cta-fst-gcd.conf.example to the CTA rpms
parent
6aea1783
Changes
2
Hide whitespace changes
Inline
Side-by-side
cta.spec.in
View file @
7c99209f
...
@@ -397,6 +397,7 @@ collects EOS disk copies that have been safely stored to tape.
...
@@ -397,6 +397,7 @@ collects EOS disk copies that have been safely stored to tape.
%attr(0755,root,root) /usr/bin/cta-fst-gcd
%attr(0755,root,root) /usr/bin/cta-fst-gcd
%attr(0644,root,root) %doc /usr/share/man/man1/cta-fst-gcd.1cta.gz
%attr(0644,root,root) %doc /usr/share/man/man1/cta-fst-gcd.1cta.gz
%attr(0644,root,root) %config(noreplace) /etc/systemd/system/cta-fst-gcd.service
%attr(0644,root,root) %config(noreplace) /etc/systemd/system/cta-fst-gcd.service
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/cta/cta-fst-gcd.conf.example
%post -n cta-fst-gcd
%post -n cta-fst-gcd
%systemd_post cta-fst-gcd.service
%systemd_post cta-fst-gcd.service
%systemdDaemonReload
%systemdDaemonReload
...
...
python/eosfstgcd/CMakeLists.txt
View file @
7c99209f
...
@@ -18,3 +18,4 @@ cmake_minimum_required (VERSION 2.6)
...
@@ -18,3 +18,4 @@ cmake_minimum_required (VERSION 2.6)
install
(
PROGRAMS cta-fst-gcd DESTINATION usr/bin
)
install
(
PROGRAMS cta-fst-gcd DESTINATION usr/bin
)
install
(
FILES
${
CMAKE_CURRENT_SOURCE_DIR
}
/cta-fst-gcd.1cta DESTINATION /usr/share/man/man1
)
install
(
FILES
${
CMAKE_CURRENT_SOURCE_DIR
}
/cta-fst-gcd.1cta DESTINATION /usr/share/man/man1
)
install
(
FILES cta-fst-gcd.service DESTINATION /etc/systemd/system
)
install
(
FILES cta-fst-gcd.service DESTINATION /etc/systemd/system
)
install
(
FILES cta-fst-gcd.conf.example DESTINATION /etc/cta
)
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