From 0e50fd51ebe11c180209bf701a64eb43df21e385 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Sat, 30 May 2009 19:32:21 +0000 Subject: these scripts should use tabs because 4 spaces wastes 3 chars of media space --- distrib/miniroot/install.sh | 6 +++--- distrib/miniroot/install.sub | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'distrib') diff --git a/distrib/miniroot/install.sh b/distrib/miniroot/install.sh index 0c4b79286dc..4a0d8dfc01c 100644 --- a/distrib/miniroot/install.sh +++ b/distrib/miniroot/install.sh @@ -1,5 +1,5 @@ #!/bin/ksh -# $OpenBSD: install.sh,v 1.191 2009/05/30 18:11:03 deraadt Exp $ +# $OpenBSD: install.sh,v 1.192 2009/05/30 19:32:20 deraadt Exp $ # $NetBSD: install.sh,v 1.5.2.8 1996/08/27 18:15:05 gwr Exp $ # # Copyright (c) 1997-2009 Todd Miller, Theo de Raadt, Ken Westerback @@ -131,8 +131,8 @@ if [[ ! -f /etc/fstab ]]; then # New swap partitions? disklabel $DISK 2>&1 | sed -ne \ - "/^ *\([a-p]\): .* swap /s,,/dev/$DISK\1 none swap sw 0 0,p" | \ - grep -v "^/dev/$SWAPDEV " >>fstab + "/^ *\([a-p]\): .* swap /s,,/dev/$DISK\1 none swap sw 0 0,p" | \ + grep -v "^/dev/$SWAPDEV " >>fstab done # Write fstab entries to fstab in mount point alphabetic order diff --git a/distrib/miniroot/install.sub b/distrib/miniroot/install.sub index 4cb9fff17e5..d58b8ae0d79 100644 --- a/distrib/miniroot/install.sub +++ b/distrib/miniroot/install.sub @@ -1,4 +1,4 @@ -# $OpenBSD: install.sub,v 1.558 2009/05/30 18:17:16 deraadt Exp $ +# $OpenBSD: install.sub,v 1.559 2009/05/30 19:32:20 deraadt Exp $ # $NetBSD: install.sub,v 1.5.2.8 1996/09/02 23:25:02 pk Exp $ # # Copyright (c) 1997-2009 Todd Miller, Theo de Raadt, Ken Westerback @@ -1710,7 +1710,7 @@ questions() { defcons=$resp if [[ $resp == y ]]; then ask_which "speed" "should $_d use" \ - "9600 19200 38400 57600 115200" $CSPEED + "9600 19200 38400 57600 115200" $CSPEED case $resp in done) defcons=n ;; *) CSPEED=$resp ;; -- cgit v1.2.3