Federico Simoncelli has posted comments on this change. Change subject: Don't pollute the root directory during installation ......................................................................
Patch Set 1: (1 inline comment) .................................................... File vdsm.spec.in Line 100: echo -n shibboleth > "$pfile" Line 101: /bin/chown vdsm:kvm "$pfile" Line 102: new_pwd=1 Line 103: fi Line 104: if ! /usr/sbin/sasldblistusers2 -f /etc/libvirt/passwd.db 2> /dev/null | \ Have you ever wondered where the "/-" file was coming from? :-) Line 105: /bin/grep -q '^vdsm@rhevh\b' || [[ -n "$new_pwd" ]] ; Line 106: then Line 107: /usr/sbin/saslpasswd2 -p -a libvirt vdsm@rhevh < "$pfile" Line 108: fi -- To view, visit http://gerrit.usersys.redhat.com/996 To unsubscribe, visit http://gerrit.usersys.redhat.com/settings Gerrit-MessageType: comment Gerrit-Change-Id: I6c8e4f4253e03f6fa6fe249f29eeac1ea4619817 Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Federico Simoncelli <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Federico Simoncelli <[email protected]> Gerrit-Reviewer: Igor Lvovsky <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://fedorahosted.org/mailman/listinfo/vdsm-patches
