From 900c218dca35db074add272c3c6dfaaf2d419f97 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Sun, 17 Oct 1999 15:35:52 +0000 Subject: pretty reuse prompt; requested by kwesterback@home.com --- distrib/miniroot/install.sub | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'distrib/miniroot') 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*) -- cgit v1.2.3