This patch is from Chris Curran. I've only modified the commit message to add clarity.
Darryl L. Pierce
2009-Jun-05 14:58 UTC
[Ovirt-devel] [PATCH node] Replace the word "node" with "Hypervisor" in the configuration script.
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
Reasonably Related Threads
- [PATCH node] Hostname is now properly persisted between reboots. rhbz#504166
- Rebased patch...
- error statement: missing value where TRUE/FALSE needed
- [PATCH node] Make all yes/no prompts consistent. rhbz#508778
- [PATCH node] o-c-config will only run when local storage is configured. rhbz#505560