mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-24 02:20:37 +00:00
scylla-housekeeping: rename configuration file from conf to cfg
Files with a conf extension are run by the scylla_prepare on the AMI.
The scylla-housekeeping configuration file is not a bash script and
should not be run.
This patch changes its extension to cfg which is more python like.
Signed-off-by: Amnon Heiman <amnon@scylladb.com>
Message-Id: <1470896759-22651-2-git-send-email-amnon@scylladb.com>
(cherry picked from commit 5a4fc9c503)
This commit is contained in:
2
dist/redhat/scylla.spec.in
vendored
2
dist/redhat/scylla.spec.in
vendored
@@ -86,7 +86,7 @@ install -m755 build/release/iotune $RPM_BUILD_ROOT%{_bindir}
|
||||
install -m755 dist/common/bin/scyllatop $RPM_BUILD_ROOT%{_bindir}
|
||||
install -m755 scylla-housekeeping $RPM_BUILD_ROOT%{_prefix}/lib/scylla/
|
||||
if @@HOUSEKEEPING_CONF@@; then
|
||||
install -m644 conf/housekeeping.conf $RPM_BUILD_ROOT%{_sysconfdir}/scylla/
|
||||
install -m644 conf/housekeeping.cfg $RPM_BUILD_ROOT%{_sysconfdir}/scylla/
|
||||
fi
|
||||
install -d -m755 $RPM_BUILD_ROOT%{_docdir}/scylla
|
||||
install -m644 README.md $RPM_BUILD_ROOT%{_docdir}/scylla/
|
||||
|
||||
Reference in New Issue
Block a user