Yedidyah Bar David has uploaded a new change for review.

Change subject: packaging: setup: No spaces in /etc/sysconfig/nfs
......................................................................

packaging: setup: No spaces in /etc/sysconfig/nfs

Do not put spaces around '=' in lines added to /etc/sysconfig/nfs .
Adding them breaks sysvinit-based nfs init sh scripts.

Bug-Url: https://bugzilla.redhat.com/1013347
Change-Id: Ib9e1442b764cc9aef88044b7c1595236903edecf
Signed-off-by: Yedidyah Bar David <d...@redhat.com>
---
M packaging/setup/plugins/ovirt-engine-setup/system/nfs.py
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/16/20316/1

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


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib9e1442b764cc9aef88044b7c1595236903edecf
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: ovirt-engine-3.3
Gerrit-Owner: Yedidyah Bar David <d...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to