From 7ed39351f4db95fae079e95cf00c1a29bde1b72e Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Sat, 18 Apr 2009 00:42:29 +0000 Subject: 18 characters per column is better, since xshareXX.tgz is a long name. (This gets noticed on non-SMP architectures, since they do not have the bsd.mp which pushes xshareXX.tgz to the 3rd column) --- distrib/miniroot/install.sub | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'distrib/miniroot/install.sub') diff --git a/distrib/miniroot/install.sub b/distrib/miniroot/install.sub index 4694bc908c0..494ccf97464 100644 --- a/distrib/miniroot/install.sub +++ b/distrib/miniroot/install.sub @@ -1,4 +1,4 @@ -# $OpenBSD: install.sub,v 1.459 2009/04/18 00:38:50 krw Exp $ +# $OpenBSD: install.sub,v 1.460 2009/04/18 00:42:28 deraadt Exp $ # $NetBSD: install.sub,v 1.5.2.8 1996/09/02 23:25:02 pk Exp $ # # Copyright (c) 1997-2007 Todd Miller, Theo de Raadt, Ken Westerback @@ -481,7 +481,7 @@ addhostent() { # Set $resp to list of selected sets. select_sets() { local _avail=$1 _selected=$2 _next _f _action _col _p - typeset -L16 _l + typeset -L18 _l cat <<__EOT @@ -503,7 +503,7 @@ __EOT if (( _col == 0 )); then echo -n ' ' fi - if (( ${#_p} > 16 )); then + if (( ${#_p} > 18 )); then # probably site##-hostname.tgz, so print the # long version and force a newline print -n "$_p" -- cgit v1.2.3