Hello, There could be a typo with http://gerrit.ovirt.org/#/c/7060/
I was unable to build ovirt-node on RHEL. While the comment contains the correct path to the init directory - /etc/rc.d/init.d, the patch contains a path that does not exist on RHEL - /etc/init.d/rc.d This patch works for me. diff -Nru ovirt-node.org/services/Makefile.am ovirt-node/services/Makefile.am --- ovirt-node.org/services/Makefile.am 2012-08-27 05:36:04.899361331 +0530 +++ ovirt-node/services/Makefile.am 2012-08-27 05:36:33.958346952 +0530 @@ -16,7 +16,7 @@ # also available at http://www.gnu.org/copyleft/gpl.html. systemunitdir=$(prefix)/lib/systemd/system -initddir=$(sysconfdir)/init.d/rc.d +initddir=$(sysconfdir)/rc.d/init.d if TARGET_FEDORA dist_systemunit_DATA = \ -- Thanks, Charles Rose Linux Engineering Dell Inc. _______________________________________________ node-devel mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/node-devel
