diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-10-17 15:35:52 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-10-17 15:35:52 +0000 |
commit | 900c218dca35db074add272c3c6dfaaf2d419f97 (patch) | |
tree | 5598de11e346d89f0c6bbe0d504d8dec48159380 /distrib/miniroot | |
parent | 15e57d9f5431cd5ca253e72285e33c7ed3341d31 (diff) |
pretty reuse prompt; requested by kwesterback@home.com
Diffstat (limited to 'distrib/miniroot')
-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*) |