Source-Changes-HG archive

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

[src/trunk]: src/distrib/utils/script-installer Which is the tmp_dir (the dir...



details:   https://anonhg.NetBSD.org/src/rev/004d52484144
branches:  trunk
changeset: 472022:004d52484144
user:      minoura <minoura%NetBSD.org@localhost>
date:      Sun Apr 18 14:34:52 1999 +0000

description:
Which is the tmp_dir (the directory which contain CHANGES or that of
base.tgz) was a FAQ.  Note more clearly.

diffstat:

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

diffs (18 lines):

diff -r ce873ca9debe -r 004d52484144 distrib/utils/script-installer/dot.commonutils
--- a/distrib/utils/script-installer/dot.commonutils    Sun Apr 18 13:21:01 1999 +0000
+++ b/distrib/utils/script-installer/dot.commonutils    Sun Apr 18 14:34:52 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.4 1999/04/18 14:34:52 minoura 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