[Ovirt-devel] [PATCH node] Menu now says "Management Network Setup". bz#504321

Darryl L. Pierce dpierce at redhat.com
Fri Jun 5 15:39:44 UTC 2009


To make the menu item clearer, that it's only for configuring the
management network, the menu text has been changed.

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

diff --git a/scripts/ovirt-config-networking b/scripts/ovirt-config-networking
index d964ee8..7c5d873 100755
--- a/scripts/ovirt-config-networking
+++ b/scripts/ovirt-config-networking
@@ -289,7 +289,7 @@ else
     setup_menu
 
     while true; do
-        printf "\n\n Networking Configuration\n\n" >&2
+        printf "\n\nManagement Network Configuration\n\n" >&2
         printf "***** WARNING *****\n"
         printf "Configuring the network will destroy any existing networking\n"
         printf "configuration on this system.\n"
@@ -351,4 +351,3 @@ if [ "$net_configured" = 1 ]; then
     service network stop > /dev/null 2>&1
     service network start
 fi
-
-- 
1.6.0.6




More information about the ovirt-devel mailing list