summaryrefslogtreecommitdiff
path: root/emulators/vmware2
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2000-04-01 19:07:21 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2000-04-01 19:07:21 +0000
commit888d382ed013469bf52dcf014c7a9b431599e38c (patch)
treeb3d2184008515e1eba3475fe68562915d62a1850 /emulators/vmware2
parentoops, return date created to its original state (diff)
Adjust window sizes.
Notes
Notes: svn path=/head/; revision=27242
Diffstat (limited to 'emulators/vmware2')
-rw-r--r--emulators/vmware2/scripts/configure16
1 files changed, 9 insertions, 7 deletions
diff --git a/emulators/vmware2/scripts/configure b/emulators/vmware2/scripts/configure
index 15ab00cbd9a7..75ec1773b1bf 100644
--- a/emulators/vmware2/scripts/configure
+++ b/emulators/vmware2/scripts/configure
@@ -10,8 +10,9 @@ title="VMware network options"
get_network_settings() {
result=`/usr/bin/dialog --title "$title" --clear --inputbox \
"\n"\
-"What will be the IP address of your host on your private network?:"\
- 10 40 $host_ip \
+"What will be the IP address of your host\n"\
+"on your private network?:"\
+ 10 50 $host_ip \
2>&1 >/dev/tty `
case $? in
@@ -28,8 +29,9 @@ get_network_settings() {
result=`/usr/bin/dialog --title "$title" --clear --inputbox \
"\n"\
-"What will be the netmask of your private network?:"\
- 10 40 $netmask \
+"What will be the netmask of your private\n"\
+"network?:"\
+ 10 50 $netmask \
2>&1 >/dev/tty `
case $? in
@@ -55,13 +57,13 @@ do_network() {
"Are the following options correct?\n\n"\
"IP address: $host_ip\n"\
"Netmask: $netmask\n"\
- 10 40
+ 10 50
[ $? -eq 0 ] && return 0
/usr/bin/dialog --title "Confirmation" --clear --yesno \
"\n"\
"Do you want to edit network options again?\n"\
- 10 40
+ 10 50
[ $? -eq 0 ] && continue
/usr/bin/dialog --title "Confirmation" --clear --yesno \
@@ -88,7 +90,7 @@ if [ _$BATCH = _ ]; then
"The following options will be used.\n\n"\
"IP address: $host_ip\n"\
"Netmask: $netmask\n"\
- 10 40
+ 10 50
fi
else #BATCH
[ -f ${WRKDIR}/Makefile.inc.net ] && exit