summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1994-11-02 07:37:40 +0000
committerache <ache@FreeBSD.org>1994-11-02 07:37:40 +0000
commitcb3e55735269f85aacabccb491d705242b4d7adb (patch)
treeb5035b897455df8a454c41bcb3f767201b6feb5c /sbin
parent3ee3d198c2039d0be6fbbe443ed9e333113cb2d7 (diff)
downloadFreeBSD-src-cb3e55735269f85aacabccb491d705242b4d7adb.zip
FreeBSD-src-cb3e55735269f85aacabccb491d705242b4d7adb.tar.gz
Restore things broken by phk, please use patches to 'cvs update'
instead of whole files commiting!
Diffstat (limited to 'sbin')
-rw-r--r--sbin/sysinstall/stage0.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/sysinstall/stage0.c b/sbin/sysinstall/stage0.c
index 5a4a2b8..58cef31 100644
--- a/sbin/sysinstall/stage0.c
+++ b/sbin/sysinstall/stage0.c
@@ -52,7 +52,7 @@ evil_goto:
case 1: /* View readme */
if (!access(README_FILE, R_OK)) {
dialog_clear();
- dialog_textbox("READ ME FIRST", README_FILE, 24, 80);
+ dialog_textbox("READ ME FIRST", README_FILE, LINES-1, COLS);
dialog_clear();
}
goto evil_goto;
@@ -61,7 +61,7 @@ evil_goto:
case 2: /* View copyrights */
if (!access(COPYRIGHT_FILE, R_OK)) {
dialog_clear();
- dialog_textbox("COPYRIGHT", COPYRIGHT_FILE, 24, 80);
+ dialog_textbox("COPYRIGHT", COPYRIGHT_FILE, LINES-1, COLS);
dialog_clear();
}
goto evil_goto;
OpenPOWER on IntegriCloud