diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-04-18 00:42:29 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-04-18 00:42:29 +0000 |
commit | 7ed39351f4db95fae079e95cf00c1a29bde1b72e (patch) | |
tree | 6d66a93ebfc9cee47be71953d3da81f6773f2527 /distrib/miniroot/install.sub | |
parent | e09afaf94b5b20e1b18257ffcaa7ad007fc3ecaa (diff) |
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)
Diffstat (limited to 'distrib/miniroot/install.sub')
-rw-r--r-- | distrib/miniroot/install.sub | 6 |
1 files changed, 3 insertions, 3 deletions
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" |