Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Nov 2010 07:35:30 +0000 (UTC)
From:      Bruce Cran <brucec@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-7@freebsd.org
Subject:   svn commit: r215384 - stable/7/usr.sbin/sysinstall
Message-ID:  <201011160735.oAG7ZUH5043962@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: brucec
Date: Tue Nov 16 07:35:29 2010
New Revision: 215384
URL: http://svn.freebsd.org/changeset/base/215384

Log:
  MFC r213763:
  
  Use the RFC2606 domain example.com in examples.

Modified:
  stable/7/usr.sbin/sysinstall/tcpip.c
Directory Properties:
  stable/7/usr.sbin/sysinstall/   (props changed)

Modified: stable/7/usr.sbin/sysinstall/tcpip.c
==============================================================================
--- stable/7/usr.sbin/sysinstall/tcpip.c	Tue Nov 16 07:33:53 2010	(r215383)
+++ stable/7/usr.sbin/sysinstall/tcpip.c	Tue Nov 16 07:35:29 2010	(r215384)
@@ -65,12 +65,12 @@ static char	ipv6addr[INET6_ADDRSTRLEN];
 static Layout layout[] = {
 #define LAYOUT_HOSTNAME		0
     { 1, 2, 25, HOSTNAME_FIELD_LEN - 1,
-      "Host:", "Your fully-qualified hostname, e.g. foo.bar.com",
+      "Host:", "Your fully-qualified hostname, e.g. foo.example.com",
       hostname, STRINGOBJ, NULL },
 #define LAYOUT_DOMAINNAME	1
     { 1, 35, 20, HOSTNAME_FIELD_LEN - 1,
       "Domain:",
-      "The name of the domain that your machine is in, e.g. bar.com",
+      "The name of the domain that your machine is in, e.g. example.com",
       domainname, STRINGOBJ, NULL },
 #define LAYOUT_GATEWAY		2
     { 5, 2, 18, IPADDR_FIELD_LEN - 1,



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201011160735.oAG7ZUH5043962>