[Ovirt-devel] [PATCH node] Replace the word "node" with "Hypervisor" in the configuration script.

Darryl L. Pierce dpierce at redhat.com
Fri Jun 5 14:58:56 UTC 2009


From: Chris Curran <ccurran at redhat.com>


Signed-off-by: Darryl L. Pierce <dpierce at redhat.com>
---
 scripts/ovirt-config-hostname |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/scripts/ovirt-config-hostname b/scripts/ovirt-config-hostname
index cad0270..fb91d49 100755
--- a/scripts/ovirt-config-hostname
+++ b/scripts/ovirt-config-hostname
@@ -36,7 +36,7 @@ EOF
 
 function prompt_user {
     printf "\n"
-    read -p "What is the hostname for this node? "
+    read -p "What is the hostname of this Hypervisor? "
 
     if [ -n "$REPLY" ]; then
         if set_hostname $REPLY; then
-- 
1.6.0.6




More information about the ovirt-devel mailing list