Author: brucec
Date: Wed Oct 13 09:33:26 2010
New Revision: 213763
URL: http://svn.freebsd.org/changeset/base/213763
Log:
Use the RFC2606 domain example.com in examples.
Modified:
head/usr.sbin/sysinstall/tcpip.c
Modified: head/usr.sbin/sysinstall/tcpip.c
==============================================================================
--- head/usr.sbin/sysinstall/tcpip.c Wed Oct 13 09:17:44 2010
(r213762)
+++ head/usr.sbin/sysinstall/tcpip.c Wed Oct 13 09:33:26 2010
(r213763)
@@ -72,12 +72,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,
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"