Yedidyah Bar David has uploaded a new change for review.

Change subject: packaging: setup: Quote values in /etc/sysconfig/nfs
......................................................................

packaging: setup: Quote values in /etc/sysconfig/nfs

Quote values in variable assignments in /etc/sysconfig/nfs.
Unquoted values might break sysvinit-based nfs init sh scripts.

Bug-Url: https://bugzilla.redhat.com/1013347
Change-Id: Ie62b0f47b0244434967e9af13fcde7614280825b
Signed-off-by: Yedidyah Bar David <[email protected]>
---
M packaging/setup/plugins/ovirt-engine-setup/system/nfs.py
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/28/20428/1

diff --git a/packaging/setup/plugins/ovirt-engine-setup/system/nfs.py 
b/packaging/setup/plugins/ovirt-engine-setup/system/nfs.py
index ea72ffa..78427a4 100644
--- a/packaging/setup/plugins/ovirt-engine-setup/system/nfs.py
+++ b/packaging/setup/plugins/ovirt-engine-setup/system/nfs.py
@@ -176,7 +176,7 @@
                     content=content,
                     params=config.values,
                     changed_lines=changed_lines,
-                    new_line_tpl='{spaces}{param}={value}',
+                    new_line_tpl='{spaces}{param}="{value}"',
                 )
             )
         )


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

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

Reply via email to