diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-05-30 19:32:21 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-05-30 19:32:21 +0000 |
commit | 0e50fd51ebe11c180209bf701a64eb43df21e385 (patch) | |
tree | b17901cd27cc110720dc258acdcbcc92c9cb0f8c /distrib | |
parent | fc53cecac0e98675b76e879a4bb8b091e441ed8f (diff) |
these scripts should use tabs because 4 spaces wastes 3 chars of media space
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/miniroot/install.sh | 6 | ||||
-rw-r--r-- | distrib/miniroot/install.sub | 4 |
2 files changed, 5 insertions, 5 deletions
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 ;; |