diff options
author | 2002-11-28 00:44:56 +0000 | |
---|---|---|
committer | 2002-11-28 00:44:56 +0000 | |
commit | 29069ec0be0ee7758e30e22be0db0b78a625081f (patch) | |
tree | c317720397d861a190bdcd98d124a531b145fa09 | |
parent | typo; Tor Houghton (diff) | |
download | wireguard-openbsd-29069ec0be0ee7758e30e22be0db0b78a625081f.tar.xz wireguard-openbsd-29069ec0be0ee7758e30e22be0db0b78a625081f.zip |
Fix indent botch.
-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 e20e259503f..ba520aef12a 100644 --- a/distrib/miniroot/install.sub +++ b/distrib/miniroot/install.sub @@ -1,4 +1,4 @@ -# $OpenBSD: install.sub,v 1.273 2002/11/10 01:08:33 krw Exp $ +# $OpenBSD: install.sub,v 1.274 2002/11/28 00:44:56 krw Exp $ # $NetBSD: install.sub,v 1.5.2.8 1996/09/02 23:25:02 pk Exp $ # # Copyright (c) 1997-2002 Todd Miller, Theo de Raadt, Ken Westerback @@ -414,8 +414,8 @@ get_rootdisk() { _defdsk=`echo $DKDEVS | cutlast` [ "$_defdsk" = "$DKDEVS" ] || _defdsk= -if [ "$MODE" = "install" -a ! -f /etc/fstab ]; then - cat << __EOT + if [ "$MODE" = "install" -a ! -f /etc/fstab ]; then + cat << __EOT You will now initialize the disk(s) that OpenBSD will use. To enable all available security features you should configure the disk(s) to allow the |