Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-4]: src/distrib/utils/script-installer Pull up to HEAD 1.4, per...



details:   https://anonhg.NetBSD.org/src/rev/33ec7a105f9d
branches:  netbsd-1-4
changeset: 468349:33ec7a105f9d
user:      cjs <cjs%NetBSD.org@localhost>
date:      Mon Apr 19 04:46:13 1999 +0000

description:
Pull up to HEAD 1.4, per MINOURA Makoto <minoura%netbsd.org@localhost>

diffstat:

 distrib/utils/script-installer/dot.commonutils |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 1c315b2358d9 -r 33ec7a105f9d distrib/utils/script-installer/dot.commonutils
--- a/distrib/utils/script-installer/dot.commonutils    Mon Apr 19 04:44:51 1999 +0000
+++ b/distrib/utils/script-installer/dot.commonutils    Mon Apr 19 04:46:13 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: dot.commonutils,v 1.3 1999/03/26 09:24:27 minoura Exp $
+#      $NetBSD: dot.commonutils,v 1.3.2.1 1999/04/19 04:46:13 cjs Exp $
 #
 # Copyright (c) 1994 Christopher G. Demetriou
 # All rights reserved.
@@ -52,7 +52,7 @@
 
        echo -n "What directory should be used to find and/or store "
        echo    "installtion"
-       echo -n "files? [$def_tmp_dir] "
+       echo -n "files such as base.tgz and kern.tgz? [$def_tmp_dir] "
        read tmp_dir
        if [ "$tmp_dir" = "" ]; then
                tmp_dir=$def_tmp_dir



Home | Main Index | Thread Index | Old Index