Source-Changes-HG archive

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

[src/trunk]: src/distrib/utils explicitly mention that the domain name reques...



details:   https://anonhg.NetBSD.org/src/rev/89e7d28c3a58
branches:  trunk
changeset: 473925:89e7d28c3a58
user:      cgd <cgd%NetBSD.org@localhost>
date:      Tue Jun 22 02:21:58 1999 +0000

description:
explicitly mention that the domain name requested is the DNS domain name

diffstat:

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

diffs (36 lines):

diff -r eb37eb09bf33 -r 89e7d28c3a58 distrib/utils/script-installer/dot.instutils
--- a/distrib/utils/script-installer/dot.instutils      Tue Jun 22 02:04:06 1999 +0000
+++ b/distrib/utils/script-installer/dot.instutils      Tue Jun 22 02:21:58 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.5 1999/06/22 02:21:58 cgd 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
diff -r eb37eb09bf33 -r 89e7d28c3a58 distrib/utils/sysinst/msg.mi.en
--- a/distrib/utils/sysinst/msg.mi.en   Tue Jun 22 02:04:06 1999 +0000
+++ b/distrib/utils/sysinst/msg.mi.en   Tue Jun 22 02:21:58 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: msg.mi.en,v 1.45 1999/06/20 06:42:05 cgd Exp $ */
+/*     $NetBSD: msg.mi.en,v 1.46 1999/06/22 02:25:27 cgd Exp $ */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -454,7 +454,7 @@
 }
 
 message net_domain
-{Your domain}
+{Your DNS domain}
 
 message net_host
 {Your host name}



Home | Main Index | Thread Index | Old Index