Alon Bar-Lev has uploaded a new change for review.

Change subject: packaging: fix /etc/ovirt-engine/engine.conf.d permissions
......................................................................

packaging: fix /etc/ovirt-engine/engine.conf.d permissions

Change-Id: I9ecc451c4cf64c33724fb94e472b5135c10efc5f
Signed-off-by: Alon Bar-Lev <[email protected]>
---
M Makefile
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/96/12796/1

diff --git a/Makefile b/Makefile
index bf59f12..55376ac 100644
--- a/Makefile
+++ b/Makefile
@@ -383,7 +383,7 @@
        install -m 644 backend/manager/conf/jaas.conf $(DESTDIR)$(DATA_DIR)/conf
        install -m 640 backend/manager/conf/engine.conf 
$(DESTDIR)$(PKG_SYSCONF_DIR)/
        install -m 644 backend/manager/conf/engine.conf.defaults 
$(DESTDIR)$(DATA_DIR)/conf
-       install -dm 640 $(DESTDIR)$(PKG_SYSCONF_DIR)/engine.conf.d
+       install -dm 750 $(DESTDIR)$(PKG_SYSCONF_DIR)/engine.conf.d
        install -m 755 packaging/resources/ovirtlogrot.sh 
${DESTDIR}$(DATA_DIR)/scripts/
        install -m 755 packaging/resources/ovirt-cron 
${DESTDIR}$(SYSCONF_DIR)/cron.daily/
 


--
To view, visit http://gerrit.ovirt.org/12796
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I9ecc451c4cf64c33724fb94e472b5135c10efc5f
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Alon Bar-Lev <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to