diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-10-16 17:37:37 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-10-16 17:37:37 +0000 |
commit | dadb7bf9c6f6f6c27e774fd5edd5c5fd9c0b98b9 (patch) | |
tree | 4e00bc117b0ce0f9dc0c5a18526169eb4b727e88 | |
parent | 3f98b13d8afebda1bccfe76e1c9c69e4da08ebaf (diff) |
pretty; fries
-rw-r--r-- | distrib/miniroot/install.sub | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/distrib/miniroot/install.sub b/distrib/miniroot/install.sub index 588f4c615a2..996f2c280e1 100644 --- a/distrib/miniroot/install.sub +++ b/distrib/miniroot/install.sub @@ -1,5 +1,5 @@ #!/bin/sh -# $OpenBSD: install.sub,v 1.138 1999/10/15 16:55:00 millert Exp $ +# $OpenBSD: install.sub,v 1.139 1999/10/16 17:37:36 deraadt Exp $ # $NetBSD: install.sub,v 1.5.2.8 1996/09/02 23:25:02 pk Exp $ # # Copyright (c) 1997,1998 Todd Miller, Theo de Raadt @@ -1048,9 +1048,9 @@ eval echo "\\\\n"\ " \$_${_url_type}_server_ip:\$_${_url_type}_server_dir\\\\n"\ "You can also enter \'all\' to install all the standard sets, or \'list\' to list\\\\n"\ "the files available. When you are done selecting files, enter \'done\'. Some of\\\\n"\ -"these sets are required for your ${MODE} and some are optional -- you will want at\\\\n"\ -"least the base and bsd sets. Consult the installation notes if you are not sure\\\\n"\ -"which sets are required!" +"these sets are required for your ${MODE} and some are optional -- you will want\\\\n"\ +"at least the base and bsd sets. Consult the installation notes if you are not\\\\n"\ +"sure which sets are required!" _osetsdone="$_setsdone" # Set the minimal default for _f in $_sets $_kernel; do |