diff options
author | 1999-10-17 15:35:51 +0000 | |
---|---|---|
committer | 1999-10-17 15:35:51 +0000 | |
commit | 59d30a6a793e384756d945b6534bc2971abb4b37 (patch) | |
tree | 1206e202bfd3c3013cf42f0b17853b9ef2db1229 | |
parent | damnit: complete disgusting dual-matching for ssl libraries which really shows (diff) | |
download | wireguard-openbsd-59d30a6a793e384756d945b6534bc2971abb4b37.tar.xz wireguard-openbsd-59d30a6a793e384756d945b6534bc2971abb4b37.zip |
pretty reuse prompt; requested by kwesterback@home.com
-rw-r--r-- | distrib/miniroot/install.sub | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/miniroot/install.sub b/distrib/miniroot/install.sub index 2eb8e364532..8d5d030158d 100644 --- a/distrib/miniroot/install.sub +++ b/distrib/miniroot/install.sub @@ -1,5 +1,5 @@ #!/bin/sh -# $OpenBSD: install.sub,v 1.141 1999/10/17 06:53:40 deraadt Exp $ +# $OpenBSD: install.sub,v 1.142 1999/10/17 15:35:51 deraadt Exp $ # $NetBSD: install.sub,v 1.5.2.8 1996/09/02 23:25:02 pk Exp $ # # Copyright (c) 1997,1998 Todd Miller, Theo de Raadt @@ -837,7 +837,7 @@ echo if [ X"$_reuse" = X"1" ]; then _reuse= if eval test X"\$_installed_via_${_url_type}" = X"1"; then - echo -n "Use values from previous ${_url_type} install? " + echo -n "Use values from previous ${_url_type} install? [y] " getresp y case "$resp" in y*|Y*) |