[node-patches] Change in ovirt-node[master]: Fix groupadd cim failed issue

hadong0720 at gmail.com hadong0720 at gmail.com
Wed Oct 23 11:17:37 UTC 2013


hadong has uploaded a new change for review.

Change subject: Fix groupadd cim failed issue
......................................................................

Fix groupadd cim failed issue

Change-Id: I9f9cdc1538739e0e086c76885efad65396eac7e9
Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1022435
Signed-off-by: hadong <hadong0720 at gmail.com>
---
M ovirt-node.spec.in
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/35/20435/1

diff --git a/ovirt-node.spec.in b/ovirt-node.spec.in
index d7f61f4..68cde3c 100644
--- a/ovirt-node.spec.in
+++ b/ovirt-node.spec.in
@@ -209,7 +209,7 @@
 # end up with a different one on the new image
 if [[ ! `egrep '^cim' /etc/group` ]]; then
     # Create a group
-    if [[ ! `egrep '^.*?:.*?:501:'` /etc/group` ]]; then
+    if [[ ! `egrep '^.*?:.*?:501:' /etc/group` ]]; then
         # gid 501 isn't taken
         groupadd -g 501 cim
     else


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I9f9cdc1538739e0e086c76885efad65396eac7e9
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: master
Gerrit-Owner: hadong <hadong0720 at gmail.com>



More information about the node-patches mailing list