[node-patches] Change in ovirt-node[master]: make: Fix initrd service files destination
charles_rose at dell.com
charles_rose at dell.com
Fri Aug 31 16:46:38 UTC 2012
Charles Rose has uploaded a new change for review.
Change subject: make: Fix initrd service files destination
......................................................................
make: Fix initrd service files destination
Fix typo in Ib61b8b2c to the correct /etc/rc.d/init.d/ on RHEL
Change-Id: I76e9cbcca69c568dff4350703a31696401245e18
Signed-off-by: Charles Rose <charles_rose at dell.com>
---
M services/Makefile.am
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/52/7652/1
diff --git a/services/Makefile.am b/services/Makefile.am
index d39ac12..dcd68ae 100644
--- a/services/Makefile.am
+++ b/services/Makefile.am
@@ -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 = \
--
To view, visit http://gerrit.ovirt.org/7652
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I76e9cbcca69c568dff4350703a31696401245e18
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: master
Gerrit-Owner: Charles Rose <charles_rose at dell.com>
More information about the node-patches
mailing list