From 0ac3ae1f43dc0de4f4a64dc45569c38ff5885946 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Sun, 31 Mar 2002 17:30:32 +0000 Subject: bit of shrinkage, krw ok --- distrib/vax/install.md | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) (limited to 'distrib/vax') diff --git a/distrib/vax/install.md b/distrib/vax/install.md index ccada6c154e..fb11cb90fba 100644 --- a/distrib/vax/install.md +++ b/distrib/vax/install.md @@ -1,4 +1,4 @@ -# $OpenBSD: install.md,v 1.8 2002/03/19 08:43:56 hugh Exp $ +# $OpenBSD: install.md,v 1.9 2002/03/31 17:30:31 deraadt Exp $ # $NetBSD: install.md,v 1.3.2.5 1996/08/26 15:45:28 gwr Exp $ # # @@ -36,7 +36,6 @@ # ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # POSSIBILITY OF SUCH DAMAGE. # - # # machine dependent section of installation/upgrade script. # @@ -79,8 +78,8 @@ md_get_cddevs() { } md_get_partition_range() { - # return range of valid partition letters - echo [a-p] + # return range of valid partition letters + echo [a-p] } md_questions() { @@ -124,14 +123,11 @@ md_prep_disklabel() md_checkfordisklabel $_disk case $? in - 0) - ;; - 1) - echo WARNING: Label on disk $_disk has no label. You will be creating a new one. + 0) ;; + 1) echo WARNING: Label on disk $_disk has no label. You will be creating a new one. echo ;; - 2) - echo WARNING: Label on disk $_disk is corrupted. You will be repairing. + 2) echo WARNING: Label on disk $_disk is corrupted. You will be repairing. echo ;; esac -- cgit v1.2.3