Alon Bar-Lev has posted comments on this change. Change subject: BZ#846604 bootstrap: skip clock sync if ntpd is synced ......................................................................
Patch Set 5: (1 inline comment) .................................................... File configure.ac Line 152: AC_PATH_PROG([MOUNT_PATH], [mount], [/bin/mount]) Line 153: AC_PATH_PROG([MULTIPATH_PATH], [multipath], [/sbin/multipath]) Line 154: AC_PATH_PROG([MV_PATH], [mv], [/bin/mv]) Line 155: AC_PATH_PROG([NICE_PATH], [nice], [/bin/nice]) Line 156: AC_PATH_PROG([NTPQ_PATH], [ntpq], [/sbin/ntpq]) This should be /usr/sbin/ntpq, at fedora /sbin->/usr/sbin confuses. Line 157: AC_PATH_PROG([OPENSSL_PATH], [openssl], [/usr/bin/openssl]) Line 158: AC_PATH_PROG([PERSIST_PATH], [persist], [/usr/sbin/persist]) Line 159: AC_PATH_PROG([PGREP_PATH], [pgrep], [/usr/bin/pgrep]) Line 160: AC_PATH_PROG([QEMUIMG_PATH], [qemu-img], [/usr/bin/qemu-img]) -- To view, visit http://gerrit.ovirt.org/7070 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Ie594dfef430c811f920f304c5182be9e34f6fbf1 Gerrit-PatchSet: 5 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Amador Pahim <[email protected]> Gerrit-Reviewer: Alon Bar-Lev <[email protected]> Gerrit-Reviewer: Amador Pahim <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Douglas Schilling Landgraf <[email protected]> Gerrit-Reviewer: oVirt Jenkins CI Server _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
