diff options
author | 2015-09-09 23:07:10 +0000 | |
---|---|---|
committer | 2015-09-09 23:07:10 +0000 | |
commit | 4c792f07c13fe5967c83347ed5cd65f709aef599 (patch) | |
tree | 5baa5b3f7567a9db2a27c36f85db26e04ed1f8b8 | |
parent | Add missing CVS Mdocdate tags. No text change, except for the change (diff) | |
download | wireguard-openbsd-4c792f07c13fe5967c83347ed5cd65f709aef599.tar.xz wireguard-openbsd-4c792f07c13fe5967c83347ed5cd65f709aef599.zip |
zap trailing whitespace
-rw-r--r-- | distrib/miniroot/install.sh | 4 | ||||
-rw-r--r-- | distrib/miniroot/install.sub | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/distrib/miniroot/install.sh b/distrib/miniroot/install.sh index 54141c6a71f..43be4e3ad08 100644 --- a/distrib/miniroot/install.sh +++ b/distrib/miniroot/install.sh @@ -1,5 +1,5 @@ #!/bin/ksh -# $OpenBSD: install.sh,v 1.269 2015/07/19 21:05:41 rpe Exp $ +# $OpenBSD: install.sh,v 1.270 2015/09/09 23:07:10 halex Exp $ # $NetBSD: install.sh,v 1.5.2.8 1996/08/27 18:15:05 gwr Exp $ # # Copyright (c) 1997-2015 Todd Miller, Theo de Raadt, Ken Westerback @@ -63,7 +63,7 @@ MODE=install # Include common subroutines and initialization code. . install.sub -# Ask for/set the system hostname and add the hostname specific siteXX set. +# Ask for/set the system hostname and add the hostname specific siteXX set. ask_until "System hostname? (short form, e.g. 'foo')" "$(hostname -s)" [[ ${resp%%.*} != $(hostname -s) ]] && hostname $resp THESETS="$THESETS site$VERSION-$(hostname -s).tgz" diff --git a/distrib/miniroot/install.sub b/distrib/miniroot/install.sub index 688611380cf..196911f8a46 100644 --- a/distrib/miniroot/install.sub +++ b/distrib/miniroot/install.sub @@ -1,4 +1,4 @@ -# $OpenBSD: install.sub,v 1.856 2015/09/09 15:04:54 halex Exp $ +# $OpenBSD: install.sub,v 1.857 2015/09/09 23:07:10 halex Exp $ # # Copyright (c) 1997-2015 Todd Miller, Theo de Raadt, Ken Westerback # Copyright (c) 2015, Robert Peichaer <rpe@openbsd.org> @@ -1397,7 +1397,7 @@ install_cdrom() { } # Ask for the disk device containing the set files, mount it and start the set -# installation. +# installation. install_disk() { if ! ask_yn "Is the disk partition already mounted?"; then ask_which "disk" "contains the $MODE media" \ |