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

Change subject: packaging: engine.conf: add quotes to selective keys
......................................................................

packaging: engine.conf: add quotes to selective keys

this to support potential space within value, while
sourcing in shell.

Change-Id: If7b0086fc2927449b54877e3cf1a18bd6e9480e0
Signed-off-by: Alon Bar-Lev <alo...@redhat.com>
---
M backend/manager/conf/engine.conf.defaults.in
1 file changed, 7 insertions(+), 7 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/52/14352/1

diff --git a/backend/manager/conf/engine.conf.defaults.in 
b/backend/manager/conf/engine.conf.defaults.in
index 7e88117..90a85d6 100644
--- a/backend/manager/conf/engine.conf.defaults.in
+++ b/backend/manager/conf/engine.conf.defaults.in
@@ -19,13 +19,13 @@
 #
 # Important directories used by the engine:
 #
-ENGINE_ETC=@ENGINE_ETC@
-ENGINE_PKI=@ENGINE_PKI@
-ENGINE_LOG=@ENGINE_LOG@
-ENGINE_TMP=@ENGINE_TMP@
-ENGINE_USR=@ENGINE_USR@
-ENGINE_VAR=@ENGINE_VAR@
-ENGINE_CACHE=@ENGINE_CACHE@
+ENGINE_ETC="@ENGINE_ETC@"
+ENGINE_PKI="@ENGINE_PKI@"
+ENGINE_LOG="@ENGINE_LOG@"
+ENGINE_TMP="@ENGINE_TMP@"
+ENGINE_USR="@ENGINE_USR@"
+ENGINE_VAR="@ENGINE_VAR@"
+ENGINE_CACHE="@ENGINE_CACHE@"
 
 #
 # Intervals for stoping the engine:


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: If7b0086fc2927449b54877e3cf1a18bd6e9480e0
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
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

Reply via email to