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
8616c572
Commit
8616c572
authored
Nov 09, 2016
by
Steven Murray
Browse files
Added cta.conf.example
parent
3cbda5b6
Changes
3
Hide whitespace changes
Inline
Side-by-side
cta.spec.in
View file @
8616c572
...
...
@@ -123,6 +123,7 @@ The tape server daemon
%defattr(-,root,root)
%attr(0755,root,root) %{_bindir}/cta-taped
%attr(0755,root,root) %{_libdir}/libctamessages.so
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/cta/cta.conf.example
%package -n cta-frontend
Summary: CERN Tape Archive: Xrootd plugin
...
...
tapeserver/daemon/CMakeLists.txt
View file @
8616c572
...
...
@@ -63,4 +63,8 @@ target_link_libraries(ctadaemonunittests-multiprocess
unitTestHelper
)
install
(
TARGETS ctadaemonunittests DESTINATION usr/
${
CMAKE_INSTALL_LIBDIR
}
)
install
(
TARGETS ctadaemonunittests-multiprocess DESTINATION usr/
${
CMAKE_INSTALL_LIBDIR
}
)
\ No newline at end of file
install
(
TARGETS ctadaemonunittests-multiprocess DESTINATION usr/
${
CMAKE_INSTALL_LIBDIR
}
)
install
(
FILES cta.conf.example
DESTINATION
${
CMAKE_INSTALL_SYSCONFDIR
}
/cta
PERMISSIONS OWNER_READ OWNER_WRITE GROUP_READ WORLD_READ
)
tapeserver/daemon/cta.conf.example
0 → 100644
View file @
8616c572
# The CERN Tape Archive (CTA) project
# Copyright (C) 2015 CERN
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
################################################################################
#
# CTA Sample Configuration File
#
################################################################################
# The log level to be used when logging
#
# Possible values are:
# EMERG
# ALERT
# CRIT
# ERR
# WARNING
# NOTICE
# INFO
# DEBUG
# USERERR
#
# Please note that the USERERR log level is equivalent to NOTICE because it is
# a convention of CTA to use log level NOTICE to label user errors
#
# taped LogLevel INFO
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