From bfcc099e7811cb0b3e1e09edebc8d5ef9b8a277a Mon Sep 17 00:00:00 2001
From: Steven Murray <Steven.Murray@cern.ch>
Date: Wed, 27 Sep 2017 14:11:14 +0200
Subject: [PATCH] Renamed cta.conf.example to cta-taped.conf.example

---
 cta.spec.in                                                    | 2 +-
 tapeserver/daemon/CMakeLists.txt                               | 2 +-
 tapeserver/daemon/{cta.conf.example => cta-taped.conf.example} | 0
 3 files changed, 2 insertions(+), 2 deletions(-)
 rename tapeserver/daemon/{cta.conf.example => cta-taped.conf.example} (100%)

diff --git a/cta.spec.in b/cta.spec.in
index bf392e41c7..d3914d7e81 100644
--- a/cta.spec.in
+++ b/cta.spec.in
@@ -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
diff --git a/tapeserver/daemon/CMakeLists.txt b/tapeserver/daemon/CMakeLists.txt
index 9c2c56b9d2..41fef79f40 100644
--- a/tapeserver/daemon/CMakeLists.txt
+++ b/tapeserver/daemon/CMakeLists.txt
@@ -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)
diff --git a/tapeserver/daemon/cta.conf.example b/tapeserver/daemon/cta-taped.conf.example
similarity index 100%
rename from tapeserver/daemon/cta.conf.example
rename to tapeserver/daemon/cta-taped.conf.example
-- 
GitLab