summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/index.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1997-03-27 01:05:17 +0000
committerjkh <jkh@FreeBSD.org>1997-03-27 01:05:17 +0000
commitf40d7504a24f9385cc449dad594c967b09edc469 (patch)
treef560e77772670fd9117e53b6ae02de48c8b6b31d /usr.sbin/sysinstall/index.c
parent831b437059b5fce1cd7968d8a2c70d0a1cb399eb (diff)
downloadFreeBSD-src-f40d7504a24f9385cc449dad594c967b09edc469.zip
FreeBSD-src-f40d7504a24f9385cc449dad594c967b09edc469.tar.gz
Sync with 2.2
Diffstat (limited to 'usr.sbin/sysinstall/index.c')
-rw-r--r--usr.sbin/sysinstall/index.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/sysinstall/index.c b/usr.sbin/sysinstall/index.c
index fef4347..e385407 100644
--- a/usr.sbin/sysinstall/index.c
+++ b/usr.sbin/sysinstall/index.c
@@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
- * $Id: index.c,v 1.45 1997/02/07 04:26:10 jkh Exp $
+ * $Id: index.c,v 1.46 1997/03/25 03:07:33 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -486,8 +486,8 @@ index_menu(PkgNodePtr top, PkgNodePtr plist, int *pos, int *scroll)
use_helpfile(NULL);
kp = top->kids;
if (!hasPackages && plist) {
- nitems = item_add(nitems, " OK ", NULL, NULL, NULL, NULL, NULL, 0, &curr, &max);
- nitems = item_add(nitems, " Install ", NULL, NULL, NULL, NULL, NULL, 0, &curr, &max);
+ nitems = item_add(nitems, "OK", NULL, NULL, NULL, NULL, NULL, 0, &curr, &max);
+ nitems = item_add(nitems, "Install", NULL, NULL, NULL, NULL, NULL, 0, &curr, &max);
}
while (kp && kp->name) {
char buf[256];
OpenPOWER on IntegriCloud