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 pullup 1.4->1.5 (cgd): m...



details:   https://anonhg.NetBSD.org/src/rev/97f3991e002a
branches:  netbsd-1-4
changeset: 468878:97f3991e002a
user:      perry <perry%NetBSD.org@localhost>
date:      Tue Jun 22 14:22:33 1999 +0000

description:
pullup 1.4->1.5 (cgd): mention the domain name is the DNS name

diffstat:

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

diffs (18 lines):

diff -r a2ac7005af29 -r 97f3991e002a distrib/utils/script-installer/dot.instutils
--- a/distrib/utils/script-installer/dot.instutils      Tue Jun 22 14:20:24 1999 +0000
+++ b/distrib/utils/script-installer/dot.instutils      Tue Jun 22 14:22:33 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: dot.instutils,v 1.4 1998/11/28 01:38:30 jonathan Exp $
+#      $NetBSD: dot.instutils,v 1.4.2.1 1999/06/22 14:22:33 perry Exp $
 #
 # Copyright (c) 1994 Christopher G. Demetriou
 # All rights reserved.
@@ -131,7 +131,7 @@
        proto_domain=`echo $hname | sed -e 's/[^.]*\.//'`
 
        echo    ""
-       echo    "What domain is this machine in (this is NOT its YP"
+       echo    "What DNS domain is this machine in (this is NOT its YP"
        echo -n "domain name)? [$proto_domain] "
        read dname
        if [ "$dname" = "" ]; then



Home | Main Index | Thread Index | Old Index