Alon Bar-Lev has uploaded a new change for review. Change subject: packaging: rename /etc/ovirt-engine-dwh/engine-dwh.conf.d->/etc/ovirt-engine-dwh/ovirt-engine-dwhd.conf.d ......................................................................
packaging: rename /etc/ovirt-engine-dwh/engine-dwh.conf.d->/etc/ovirt-engine-dwh/ovirt-engine-dwhd.conf.d the conf.d is of service and should called the same. Change-Id: Ifb912f0a4812596ce9f1f752529542366a17681c Signed-off-by: Alon Bar-Lev <alon.bar...@gmail.com> --- M Makefile M packaging/ovirt-engine-dwh-setup.py M packaging/ovirt-engine-dwh.spec.in 3 files changed, 3 insertions(+), 3 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-dwh refs/changes/03/22403/1 diff --git a/Makefile b/Makefile index 870aa20..36438c3 100644 --- a/Makefile +++ b/Makefile @@ -151,7 +151,7 @@ install -d $(DESTDIR)$(DATA_DIR) install -d $(DESTDIR)$(DATA_DIR)/etl install -d $(DESTDIR)$(DATA_DIR)/db-scripts - install -d $(DESTDIR)$(SYSCONF_DIR)/$(OVIRT_DWH_NAME)/engine-dwh.conf.d + install -d $(DESTDIR)$(SYSCONF_DIR)/$(OVIRT_DWH_NAME)/ovirt-engine-dwhd.conf.d install -d $(DESTDIR)$(SYSCONF_DIR)/cron.hourly install -d $(DESTDIR)$(SYSCONF_DIR)/logrotate.d diff --git a/packaging/ovirt-engine-dwh-setup.py b/packaging/ovirt-engine-dwh-setup.py index f4b6d5d..f35c5cf 100755 --- a/packaging/ovirt-engine-dwh-setup.py +++ b/packaging/ovirt-engine-dwh-setup.py @@ -50,7 +50,7 @@ DIR_DWH_CONFIG = "/etc/ovirt-engine-dwh" DIR_DATABASE_DWH_CONFIG = os.path.join( DIR_DWH_CONFIG, - 'engine-dwh.conf.d', + 'ovirt-engine-dwhd.conf.d', ) FILE_DATABASE_DWH_CONFIG = os.path.join( DIR_DATABASE_DWH_CONFIG, diff --git a/packaging/ovirt-engine-dwh.spec.in b/packaging/ovirt-engine-dwh.spec.in index d50d5a7..e66de19 100644 --- a/packaging/ovirt-engine-dwh.spec.in +++ b/packaging/ovirt-engine-dwh.spec.in @@ -130,7 +130,7 @@ %{_mavenpomdir}/JPP.%{name}-* %endif -%dir %attr(-, %{engine_user}, %{engine_group}) %{_sysconfdir}/%{dwh_name}/engine-dwh.conf.d +%dir %attr(-, %{engine_user}, %{engine_group}) %{_sysconfdir}/%{dwh_name}/ovirt-engine-dwhd.conf.d %dir %{_sysconfdir}/%{dwh_name} %{_initddir}/%{dwh_name}d -- To view, visit http://gerrit.ovirt.org/22403 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ifb912f0a4812596ce9f1f752529542366a17681c Gerrit-PatchSet: 1 Gerrit-Project: ovirt-dwh Gerrit-Branch: master Gerrit-Owner: Alon Bar-Lev <alo...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches