Displaying 1 result from an estimated 1 matches for "a42d997".
Did you mean:
942d9957
2009 Jul 27
1
[PATCH server] Added ovirt-host-register to ovirt_ctl convenience script.
---
scripts/ovirt_ctl | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/scripts/ovirt_ctl b/scripts/ovirt_ctl
index a42d997..22d66fe 100755
--- a/scripts/ovirt_ctl
+++ b/scripts/ovirt_ctl
@@ -6,7 +6,7 @@
SERVICE_CMD=/sbin/service
CHKCONFIG_CMD=/sbin/chkconfig
-SERVICES=( ovirt-db-omatic ovirt-host-browser \
+SERVICES=( ovirt-db-omatic ovirt-host-browser ovirt-host-register \
ovirt-host-collect ovirt-mong...