]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
[v4_1_esv] remove uses of vix.com, nominum.com and fugue.com
authorShawn Routhier <sar@isc.org>
Wed, 24 Aug 2016 05:03:23 +0000 (22:03 -0700)
committerShawn Routhier <sar@isc.org>
Wed, 24 Aug 2016 05:03:23 +0000 (22:03 -0700)
Squashed commit of the following:

commit 375a26d52db75c3f62b8914f36e4f1618253075e
Author: Shawn Routhier <sar@isc.org>
Date:   Thu Aug 18 14:26:28 2016 -0700

    [rt43069] remove uses of vix.com, nominum.com and fugue.com

31 files changed:
client/dhclient.conf.5
client/dhclient.conf.example
common/execute.c
doc/ja_JP.eucJP/dhclient-script.8
doc/ja_JP.eucJP/dhclient.conf.5
doc/ja_JP.eucJP/dhclient.leases.5
doc/ja_JP.eucJP/dhcp-eval.5
doc/ja_JP.eucJP/dhcp-options.5
includes/cf/aix.h
includes/cf/alphaosf.h
includes/cf/bsdos.h
includes/cf/cygwin32.h
includes/cf/freebsd.h
includes/cf/hpux.h
includes/cf/linux.h
includes/cf/netbsd.h
includes/cf/nextstep.h
includes/cf/openbsd.h
includes/cf/qnx.h
includes/cf/rhapsody.h
includes/cf/sample.h
includes/cf/sco.h
includes/cf/sunos4.h
includes/cf/sunos5-5.h
includes/cf/ultrix.h
server/ddns.c
server/dhcpd.8
server/dhcpd.conf.5
server/dhcpd.conf.example
tests/failover/dhcp-1.cf
tests/failover/dhcp-2.cf

index 86ea82b9daff6fd75bae58755e926a27484f9c68..14739861f54cd4c0a75de5d11aeef43076d80c3f 100644 (file)
@@ -296,7 +296,7 @@ server (see \fBdhcpd.conf\fR(5) for details).  You also need to
 configure the \fIfqdn\fR option on the client, as follows:
 .PP
 .nf
-  send fqdn.fqdn "grosse.fugue.com.";
+  send fqdn.fqdn "grosse.example.com.";
   send fqdn.encoded on;
   send fqdn.server-update off;
   also request fqdn, dhcp6.fqdn;
@@ -691,8 +691,9 @@ Whenever the client tries to renew the lease, it will use that same
 media type.  The lease must expire before the client will go back to
 cycling through media types.
 .SH SAMPLE
-The following configuration file is used on a laptop running NetBSD
-1.3.  The laptop has an IP alias of 192.5.5.213, and has one
+The following configuration file was used on a laptop running NetBSD
+1.3, though the domains have been modified.
+The laptop has an IP alias of 192.5.5.213, and has one
 interface, ep0 (a 3com 3C589C).  Booting intervals have been
 shortened somewhat from the default, because the client is known to
 spend most of its time on networks with little DHCP activity.  The
@@ -708,10 +709,10 @@ initial-interval 2;
 reject 192.33.137.209;
 
 interface "ep0" {
-    send host-name "andare.fugue.com";
+    send host-name "andare.example.com";
     send dhcp-client-identifier 1:0:a0:24:ab:fb:9c;
     send dhcp-lease-time 3600;
-    supersede domain-search "fugue.com", "rc.vix.com", "home.vix.com";
+    supersede domain-search "example.com", "rc.isc.org", "home.isc.org";
     prepend domain-name-servers 127.0.0.1;
     request subnet-mask, broadcast-address, time-offset, routers,
            domain-name, domain-name-servers, host-name;
index 2fb0576ab886a43fc9ff8ced6e2e4989cf95b64c..0eab5869c64e4130fdfb797158e2b4f1dd561fb3 100644 (file)
@@ -1,7 +1,7 @@
-send host-name "andare.fugue.com";
+send host-name "andare.example.com";
 send dhcp-client-identifier 1:0:a0:24:ab:fb:9c;
 send dhcp-lease-time 3600;
-supersede domain-search "fugue.com", "home.vix.com";
+supersede domain-search "example.com", "isc.org";
 prepend domain-name-servers 127.0.0.1;
 request subnet-mask, broadcast-address, time-offset, routers,
        domain-name, domain-name-servers, host-name;
@@ -25,7 +25,7 @@ lease {
   interface "ep0";
   fixed-address 192.33.137.200;
   medium "link0 link1";
-  option host-name "andare.swiftmedia.com";
+  option host-name "andare.example.com";
   option subnet-mask 255.255.255.0;
   option broadcast-address 192.33.137.255;
   option routers 192.33.137.250;
index d5bd101cb25852ea78216b4824ffeab89f7135fe..bd21fe0425a4050db9c2a758d54afffefde3d365 100644 (file)
@@ -564,14 +564,14 @@ void execute_statements_in_scope (result, packet,
           scope, we are done.   This is so that if somebody does something
           like this, it does the expected thing:
 
-               domain-name "fugue.com";
+               domain-name "example.com";
                shared-network FOO {
                        host bar {
-                               domain-name "othello.fugue.com";
+                               domain-name "othello.example.com";
                                fixed-address 10.20.30.40;
                        }
                        subnet 10.20.30.0 netmask 255.255.255.0 {
-                               domain-name "manhattan.fugue.com";
+                               domain-name "manhattan.example.com";
                        }
                }
 
index bbf4427d88fc4386e8f422384cde98a54b37c32d..ad43cf4680edd73709c9c9cd806eb46b7f4485ed 100644 (file)
@@ -1,6 +1,6 @@
 .\"    $Id: dhclient-script.8,v 1.2.786.2 2009/07/24 22:04:52 sar Exp $
 .\"
-.\" Copyright (c) 2004,2009 by Internet Systems Consortium, Inc. ("ISC")
+.\" Copyright (c) 2004,2009,2016 by Internet Systems Consortium, Inc. ("ISC")
 .\" Copyright (c) 1996-2003 by Internet Software Consortium
 .\"
 .\" Permission to use, copy, modify, and distribute this software for any
 .\"   <info@isc.org>
 .\"   https://www.isc.org/
 .\"
-.\" This software has been written for Internet Systems Consortium
-.\" by Ted Lemon in cooperation with Vixie Enterprises and Nominum, Inc.
-.\" To learn more about Internet Systems Consortium, see
-.\" ``https://www.isc.org/''.  To learn more about Vixie Enterprises,
-.\" see ``http://www.vix.com''.   To learn more about Nominum, Inc., see
-.\" ``http://www.nominum.com''.
-.\"
 .\" %FreeBSD: src/contrib/isc-dhcp/client/dhclient-script.8,v 1.5.2.4 2002/04/11 10:16:45 murray Exp %
 .\"
 .\" $FreeBSD: doc/ja_JP.eucJP/man/man8/dhclient-script.8,v 1.13 2002/05/08 03:27:27 horikawa Exp $
index 4e49a3070dd5c7ed3d7825f589f394d7e64cce82..85a4631b1429492716103c246f6520d65aecc8b0 100644 (file)
@@ -1,6 +1,6 @@
 .\"    $Id: dhclient.conf.5,v 1.2.786.2 2009/07/24 22:04:52 sar Exp $
 .\"
-.\" Copyright (c) 2004,2009 by Internet Systems Consortium, Inc. ("ISC")
+.\" Copyright (c) 2004,2009,2016 by Internet Systems Consortium, Inc. ("ISC")
 .\" Copyright (c) 1996-2003 by Internet Software Consortium
 .\"
 .\" Permission to use, copy, modify, and distribute this software for any
 .\"   <info@isc.org>
 .\"   https://www.isc.org/
 .\"
-.\" This software has been written for Internet Systems Consortium
-.\" by Ted Lemon in cooperation with Vixie Enterprises and Nominum, Inc.
-.\" To learn more about Internet Systems Consortium, see
-.\" ``https://www.isc.org/''.  To learn more about Vixie Enterprises,
-.\" see ``http://www.vix.com''.   To learn more about Nominum, Inc., see
-.\" ``http://www.nominum.com''.
-.\"
 .\" %FreeBSD: src/contrib/isc-dhcp/client/dhclient.conf.5,v 1.7.2.1 2002/04/11 10:16:46 murray Exp %
 .\" $FreeBSD: doc/ja_JP.eucJP/man/man5/dhclient.conf.5,v 1.6 2002/05/03 03:23:30 horikawa Exp $
 .\" WORD: lease                ¥ê¡¼¥¹(¥¢¥É¥ì¥¹¤ÎÂßÍ¿)[dhclient.conf.5]
@@ -237,7 +230,7 @@ DHCP 
 ¤Þ¤¿¡¢¼¡¤Î¤è¤¦¤Ë¥¯¥é¥¤¥¢¥ó¥È¤Ç fqdn ¥ª¥×¥·¥ç¥ó¤òÀßÄꤹ¤ëɬÍפ¬¤¢¤ê¤Þ¤¹:
 .PP
 .nf
-  send fqdn.fqdn "grosse.fugue.com.";
+  send fqdn.fqdn "grosse.example.com.";
   send fqdn.encoded on;
   send fqdn.server-update off;
 .fi
@@ -591,10 +584,10 @@ initial-interval 2;
 reject 192.33.137.209;
 
 interface "ep0" {
-    send host-name "andare.fugue.com";
+    send host-name "andare.example.com";
     send dhcp-client-identifier 1:0:a0:24:ab:fb:9c;
     send dhcp-lease-time 3600;
-    supersede domain-name "fugue.com rc.vix.com home.vix.com";
+    supersede domain-name "example.com rc.isc.org home.isc.org";
     prepend domain-name-servers 127.0.0.1;
     request subnet-mask, broadcast-address, time-offset, routers,
            domain-name, domain-name-servers, host-name;
index ada295ebd0776aeb394c801bb466290a3ee9ac21..65b900be9e779c14adfee6db86fd6b7a75be13ac 100644 (file)
@@ -1,6 +1,6 @@
 .\"    $Id: dhclient.leases.5,v 1.2.786.2 2009/07/24 22:04:52 sar Exp $
 .\"
-.\" Copyright (c) 2004,2009 by Internet Systems Consortium, Inc. ("ISC")
+.\" Copyright (c) 2004,2009,2016 by Internet Systems Consortium, Inc. ("ISC")
 .\" Copyright (c) 1997-2003 by Internet Software Consortium
 .\"
 .\" Permission to use, copy, modify, and distribute this software for any
 .\"   <info@isc.org>
 .\"   https://www.isc.org/
 .\"
-.\" This software has been written for Internet Systems Consortium
-.\" by Ted Lemon in cooperation with Vixie
-.\" Enterprises.  To learn more about Internet Systems Consortium,
-.\" see ``https://www.isc.org/''.  To learn more about Vixie
-.\" Enterprises, see ``http://www.vix.com''.
-.\"
-.\"
 .\" %FreeBSD: src/contrib/isc-dhcp/client/dhclient.leases.5,v 1.2.4.1 2002/04/11 10:16:46 murray Exp %
 .\"
 .\" $FreeBSD: doc/ja_JP.eucJP/man/man5/dhclient.leases.5,v 1.6 2002/05/05 20:40:23 horikawa Exp $
index 6f673f7ee9d82ef235dbcd22de576580a9b9b1d0..3e6f361d85526d2ae9918920be9f597ad0ce2d67 100644 (file)
@@ -1,6 +1,6 @@
 .\"    $Id: dhcp-eval.5,v 1.3.456.2 2009/07/24 22:04:52 sar Exp $
 .\"
-.\" Copyright (c) 2004,2009 by Internet Systems Consortium, Inc. ("ISC")
+.\" Copyright (c) 2004,2009,2016 by Internet Systems Consortium, Inc. ("ISC")
 .\" Copyright (c) 1996-2003 by Internet Software Consortium
 .\"
 .\" Permission to use, copy, modify, and distribute this software for any
 .\"   <info@isc.org>
 .\"   https://www.isc.org/
 .\"
-.\" This software has been written for Internet Systems Consortium
-.\" by Ted Lemon in cooperation with Vixie Enterprises and Nominum, Inc.
-.\" To learn more about Internet Systems Consortium, see
-.\" ``https://www.isc.org/''.  To learn more about Vixie Enterprises,
-.\" see ``http://www.vix.com''.   To learn more about Nominum, Inc., see
-.\" ``http://www.nominum.com''.
 .\" $FreeBSD: doc/ja_JP.eucJP/man/man5/dhcp-eval.5,v 1.2 2002/05/23 04:17:13 horikawa Exp $
 .TH dhcp-eval 5
 .SH Ì¾¾Î
index e2174645d75a30082ccdb138277d87803cdd34d7..8e0d448b93c4676d72c81028ea0b711144a81cda 100644 (file)
@@ -1,6 +1,6 @@
 .\"    $Id: dhcp-options.5,v 1.2.786.3 2010/07/13 20:57:18 dhankins Exp $
 .\"
-.\" Copyright (c) 2004,2009 by Internet Systems Consortium, Inc. ("ISC")
+.\" Copyright (c) 2004,2009,2016 by Internet Systems Consortium, Inc. ("ISC")
 .\" Copyright (c) 1996-2003 by Internet Software Consortium
 .\"
 .\" Permission to use, copy, modify, and distribute this software for any
 .\"   <info@isc.org>
 .\"   https://www.isc.org/
 .\"
-.\" This software has been written for Internet Systems Consortium
-.\" by Ted Lemon in cooperation with Vixie Enterprises and Nominum, Inc.
-.\" To learn more about Internet Systems Consortium, see
-.\" ``https://www.isc.org/''.  To learn more about Vixie Enterprises,
-.\" see ``http://www.vix.com''.   To learn more about Nominum, Inc., see
-.\" ``http://www.nominum.com''.
-.\"
 .\" %FreeBSD: src/contrib/isc-dhcp/common/dhcp-options.5,v 1.2.2.1 2002/04/11 10:16:46 murray Exp %
 .\" $FreeBSD: doc/ja_JP.eucJP/man/man5/dhcp-options.5,v 1.11 2002/05/21 03:51:52 horikawa Exp $
 .\" WORD: Dynamic Host Configuration Protocol  Æ°Åª¥Û¥¹¥È¹½À®¥×¥í¥È¥³¥ë
index e61853775340efc27704c66fddeda0fda51e5de7..0a2a0a1fd5c79399fa63699de3144174cf4521d5 100644 (file)
@@ -3,7 +3,7 @@
    Configuration file for IBM's AIX operating system. */
 
 /*
- * Copyright (c) 2004,2007,2009 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2004,2007,2009,2016 by Internet Systems Consortium, Inc. ("ISC")
  * Copyright (c) 1996-2003 by Internet Software Consortium
  *
  * Permission to use, copy, modify, and distribute this software for any
  *   <info@isc.org>
  *   https://www.isc.org/
  *
- * This software has been written for Internet Systems Consortium
- * by Ted Lemon in cooperation with Vixie Enterprises and Nominum, Inc.
- * To learn more about Internet Systems Consortium, see
- * ``https://www.isc.org/''.  To learn more about Vixie Enterprises,
- * see ``http://www.vix.com''.   To learn more about Nominum, Inc., see
- * ``http://www.nominum.com''.
  */
 
 #define int8_t         char
index eda46fc15b6fee61401b578478931a578c14a9f0..dba9a3e8c2fb3e69aed4079c487398effcab84bc 100644 (file)
@@ -3,7 +3,7 @@
    System dependencies for DEC Alpha/OSF1... */
 
 /*
- * Copyright (c) 2004,2007,2009 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2004,2007,2009,2016 by Internet Systems Consortium, Inc. ("ISC")
  * Copyright (c) 1996-2003 by Internet Software Consortium
  *
  * Permission to use, copy, modify, and distribute this software for any
  *   <info@isc.org>
  *   https://www.isc.org/
  *
- * This software has been written for Internet Systems Consortium
- * by Ted Lemon in cooperation with Vixie Enterprises and Nominum, Inc.
- * To learn more about Internet Systems Consortium, see
- * ``https://www.isc.org/''.  To learn more about Vixie Enterprises,
- * see ``http://www.vix.com''.   To learn more about Nominum, Inc., see
- * ``http://www.nominum.com''.
  */
 
 #include <syslog.h>
index 05d74ec67fa555732864b49329a0db82cd0f8aa9..80f94e4f752e34c56c2db33d8fbff889b070c164 100644 (file)
@@ -3,7 +3,7 @@
    System dependencies for BSDI BSD/OS... */
 
 /*
- * Copyright (c) 2004,2007,2009 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2004,2007,2009,2016 by Internet Systems Consortium, Inc. ("ISC")
  * Copyright (c) 1996-2003 by Internet Software Consortium
  *
  * Permission to use, copy, modify, and distribute this software for any
  *   <info@isc.org>
  *   https://www.isc.org/
  *
- * This software has been written for Internet Systems Consortium
- * by Ted Lemon in cooperation with Vixie Enterprises and Nominum, Inc.
- * To learn more about Internet Systems Consortium, see
- * ``https://www.isc.org/''.  To learn more about Vixie Enterprises,
- * see ``http://www.vix.com''.   To learn more about Nominum, Inc., see
- * ``http://www.nominum.com''.
  */
 
 #include <syslog.h>
index c315f1262d7b4d70fcf1fb3e13b7f75303e6cbb9..b3b5770f0e4642caf447ed9746deb2302d4433d1 100644 (file)
@@ -4,7 +4,7 @@
    doesn't work yet, so don't get too excited! */
 
 /*
- * Copyright (c) 2004,2007,2009 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2004,2007,2009,2016 by Internet Systems Consortium, Inc. ("ISC")
  * Copyright (c) 1996-2003 by Internet Software Consortium
  *
  * Permission to use, copy, modify, and distribute this software for any
  *   <info@isc.org>
  *   https://www.isc.org/
  *
- * This software has been written for Internet Systems Consortium
- * by Ted Lemon in cooperation with Vixie Enterprises and Nominum, Inc.
- * To learn more about Internet Systems Consortium, see
- * ``https://www.isc.org/''.  To learn more about Vixie Enterprises,
- * see ``http://www.vix.com''.   To learn more about Nominum, Inc., see
- * ``http://www.nominum.com''.
  */
 
 #include <sys/time.h>
index 1c3cfb67a29eb9b20ae6d4fe66e12857f6a239d1..d840d9638d1d1aaa3752a7de0f9d67960c6cd9f7 100644 (file)
@@ -3,7 +3,7 @@
    System dependencies for FreeBSD... */
 
 /*
- * Copyright (c) 2004,2007,2009 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2004,2007,2009,2016 by Internet Systems Consortium, Inc. ("ISC")
  * Copyright (c) 1996-2003 by Internet Software Consortium
  *
  * Permission to use, copy, modify, and distribute this software for any
  *   <info@isc.org>
  *   https://www.isc.org/
  *
- * This software has been written for Internet Systems Consortium
- * by Ted Lemon in cooperation with Vixie Enterprises and Nominum, Inc.
- * To learn more about Internet Systems Consortium, see
- * ``https://www.isc.org/''.  To learn more about Vixie Enterprises,
- * see ``http://www.vix.com''.   To learn more about Nominum, Inc., see
- * ``http://www.nominum.com''.
  */
 
 #include <syslog.h>
index ae86db87364ca3c3dfb9ed2d05bc043f57cec946..93b88f26f95baec6fe25122f5ad41cce78a67578 100644 (file)
@@ -3,7 +3,7 @@
    Configuration file for HP-UX */
 
 /*
- * Copyright (c) 2004,2007,2009 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2004,2007,2009,2016 by Internet Systems Consortium, Inc. ("ISC")
  * Copyright (c) 1996-2003 by Internet Software Consortium
  *
  * Permission to use, copy, modify, and distribute this software for any
  *   <info@isc.org>
  *   https://www.isc.org/
  *
- * This software has been written for Internet Systems Consortium
- * by Ted Lemon in cooperation with Vixie Enterprises and Nominum, Inc.
- * To learn more about Internet Systems Consortium, see
- * ``https://www.isc.org/''.  To learn more about Vixie Enterprises,
- * see ``http://www.vix.com''.   To learn more about Nominum, Inc., see
- * ``http://www.nominum.com''.
  */
 
 #define int8_t         char
index 5b5a20f1e2012a028bf75fcb11790f06ae69466b..87c8fdc0776c57c1ad24527621a2d7c3c60757c7 100644 (file)
@@ -5,7 +5,7 @@
    Based on a configuration originally supplied by Jonathan Stone. */
 
 /*
- * Copyright (c) 2004,2005,2007,2009
+ * Copyright (c) 2004,2005,2007,2009,2016
  * by Internet Systems Consortium, Inc. ("ISC")
  * Copyright (c) 1996-2003 by Internet Software Consortium
  *
  *   <info@isc.org>
  *   https://www.isc.org/
  *
- * This software has been written for Internet Systems Consortium
- * by Ted Lemon in cooperation with Vixie Enterprises and Nominum, Inc.
- * To learn more about Internet Systems Consortium, see
- * ``https://www.isc.org/''.  To learn more about Vixie Enterprises,
- * see ``http://www.vix.com''.   To learn more about Nominum, Inc., see
- * ``http://www.nominum.com''.
  */
 
 #include <features.h>
index 396f1e9c4f6c217c904ad3a52678cd70c738d85a..3291a4edd7f755c83e5aa3991726f116dd878b74 100644 (file)
@@ -3,7 +3,7 @@
    System dependencies for NetBSD... */
 
 /*
- * Copyright (c) 2004,2007,2009 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2004,2007,2009,2016 by Internet Systems Consortium, Inc. ("ISC")
  * Copyright (c) 1996-2003 by Internet Software Consortium
  *
  * Permission to use, copy, modify, and distribute this software for any
  *   <info@isc.org>
  *   https://www.isc.org/
  *
- * This software has been written for Internet Systems Consortium
- * by Ted Lemon in cooperation with Vixie Enterprises and Nominum, Inc.
- * To learn more about Internet Systems Consortium, see
- * ``https://www.isc.org/''.  To learn more about Vixie Enterprises,
- * see ``http://www.vix.com''.   To learn more about Nominum, Inc., see
- * ``http://www.nominum.com''.
  */
 
 #include <syslog.h>
index e61ca741a8a3a88970ee8356d92ced5cf06e7532..63f673353a0a2852c6df79701f92b88439504efc 100644 (file)
@@ -3,7 +3,7 @@
    System dependencies for NEXTSTEP 3 & 4 (tested on 4.2PR2)... */
 
 /*
- * Copyright (c) 2004,2007,2009 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2004,2007,2009,2016 by Internet Systems Consortium, Inc. ("ISC")
  * Copyright (c) 1996-2003 by Internet Software Consortium
  *
  * Permission to use, copy, modify, and distribute this software for any
  *   <info@isc.org>
  *   https://www.isc.org/
  *
- * This software has been written for Internet Systems Consortium
- * by Ted Lemon in cooperation with Vixie Enterprises and Nominum, Inc.
- * To learn more about Internet Systems Consortium, see
- * ``https://www.isc.org/''.  To learn more about Vixie Enterprises,
- * see ``http://www.vix.com''.   To learn more about Nominum, Inc., see
- * ``http://www.nominum.com''.
  */
 
 /* NeXT needs BSD44 ssize_t */
index ab767efed39958f3347f698a6eeb103a8388d3f9..4569f83fe2b2e7bb86382a4bba46cf34dd00a9b9 100644 (file)
@@ -3,7 +3,7 @@
    System dependencies for OpenBSD... */
 
 /*
- * Copyright (c) 2004,2007,2009 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2004,2007,2009,2016 by Internet Systems Consortium, Inc. ("ISC")
  * Copyright (c) 1996-2003 by Internet Software Consortium
  *
  * Permission to use, copy, modify, and distribute this software for any
  *   <info@isc.org>
  *   https://www.isc.org/
  *
- * This software has been written for Internet Systems Consortium
- * by Ted Lemon in cooperation with Vixie Enterprises and Nominum, Inc.
- * To learn more about Internet Systems Consortium, see
- * ``https://www.isc.org/''.  To learn more about Vixie Enterprises,
- * see ``http://www.vix.com''.   To learn more about Nominum, Inc., see
- * ``http://www.nominum.com''.
  */
 
 #include <syslog.h>
index f3a14a1342477b07a7e143ffb2f114568d6d1788..8f6bd5cd9d9029c323c94b439e1f1d8025a34aec 100644 (file)
@@ -3,7 +3,7 @@
    System dependencies for QNX...  */
 
 /*
- * Copyright (c) 2004,2007,2009 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2004,2007,2009,2016 by Internet Systems Consortium, Inc. ("ISC")
  * Copyright (c) 1996-2003 by Internet Software Consortium
  *
  * Permission to use, copy, modify, and distribute this software for any
  *   <info@isc.org>
  *   https://www.isc.org/
  *
- * This software has been written for Internet Systems Consortium
- * by Ted Lemon in cooperation with Vixie Enterprises and Nominum, Inc.
- * To learn more about Internet Systems Consortium, see
- * ``https://www.isc.org/''.  To learn more about Vixie Enterprises,
- * see ``http://www.vix.com''.   To learn more about Nominum, Inc., see
- * ``http://www.nominum.com''.
  */
 
 #include <sys/types.h>
index a32040f4e7a765b633379735482449f10994733f..9d4744b1adcda56eaf2e9e870473259a49f8360c 100644 (file)
@@ -3,7 +3,7 @@
    System dependencies for NetBSD... */
 
 /*
- * Copyright (c) 2004,2007,2009 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2004,2007,2009,2016 by Internet Systems Consortium, Inc. ("ISC")
  * Copyright (c) 1996-2003 by Internet Software Consortium
  *
  * Permission to use, copy, modify, and distribute this software for any
  *   <info@isc.org>
  *   https://www.isc.org/
  *
- * This software has been written for Internet Systems Consortium
- * by Ted Lemon in cooperation with Vixie Enterprises and Nominum, Inc.
- * To learn more about Internet Systems Consortium, see
- * ``https://www.isc.org/''.  To learn more about Vixie Enterprises,
- * see ``http://www.vix.com''.   To learn more about Nominum, Inc., see
- * ``http://www.nominum.com''.
  */
 
 #include <syslog.h>
index bf3a2c665d48c1693221228f1216e07a7c05b5e1..1b243c2daa8678a73a94c31fef28bd167c5b34d8 100644 (file)
@@ -9,7 +9,7 @@
    probably worth looking at the config files for working ports as well. */
 
 /*
- * Copyright (c) 2011 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2011,2016 by Internet Systems Consortium, Inc. ("ISC")
  * Copyright (c) 2004,2007,2009 by Internet Systems Consortium, Inc. ("ISC")
  * Copyright (c) 1996-2003 by Internet Software Consortium
  *
  *   <info@isc.org>
  *   https://www.isc.org/
  *
- * This software has been written for Internet Systems Consortium
- * by Ted Lemon in cooperation with Vixie Enterprises and Nominum, Inc.
- * To learn more about Internet Systems Consortium, see
- * ``https://www.isc.org/''.  To learn more about Vixie Enterprises,
- * see ``http://www.vix.com''.   To learn more about Nominum, Inc., see
- * ``http://www.nominum.com''.
  */
 
 /* Porting::
index 62d4e26b93622cae079488afd3f1036089c68ab6..c59f4f4db943ad098196b1e5d60b8e87129f59ba 100644 (file)
@@ -5,7 +5,7 @@
    Based on changes contributed by Gerald Rosenberg. */
 
 /*
- * Copyright (c) 2004,2007,2009 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2004,2007,2009,2016 by Internet Systems Consortium, Inc. ("ISC")
  * Copyright (c) 1996-2003 by Internet Software Consortium
  *
  * Permission to use, copy, modify, and distribute this software for any
  *   <info@isc.org>
  *   https://www.isc.org/
  *
- * This software has been written for Internet Systems Consortium
- * by Ted Lemon in cooperation with Vixie Enterprises and Nominum, Inc.
- * To learn more about Internet Systems Consortium, see
- * ``https://www.isc.org/''.  To learn more about Vixie Enterprises,
- * see ``http://www.vix.com''.   To learn more about Nominum, Inc., see
- * ``http://www.nominum.com''.
  */
 
 #include <syslog.h>
index 6c17c74b10338fa064370bf6cf03822b24313a10..189a816c7d349d85a0b8b1561d0da77cb2b2f2f0 100644 (file)
@@ -3,7 +3,7 @@
    System dependencies for SunOS 4 (tested on 4.1.4)... */
 
 /*
- * Copyright (c) 2011 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2011,2016 by Internet Systems Consortium, Inc. ("ISC")
  * Copyright (c) 2004,2007,2009 by Internet Systems Consortium, Inc. ("ISC")
  * Copyright (c) 1996-2003 by Internet Software Consortium
  *
  *   <info@isc.org>
  *   https://www.isc.org/
  *
- * This software has been written for Internet Systems Consortium
- * by Ted Lemon in cooperation with Vixie Enterprises and Nominum, Inc.
- * To learn more about Internet Systems Consortium, see
- * ``https://www.isc.org/''.  To learn more about Vixie Enterprises,
- * see ``http://www.vix.com''.   To learn more about Nominum, Inc., see
- * ``http://www.nominum.com''.
  */
 
 /* Basic Integer Types not defined in SunOS headers... */
index 67afdcfe662dc1a04e337544f36de77a1d2a643c..2f1aca1b77060a506f90b23b9df596b4f3f121ab 100644 (file)
@@ -3,7 +3,7 @@
    System dependencies for Solaris 2.x (tested on 2.5 with gcc)... */
 
 /*
- * Copyright (c) 2004,2005,2007,2009
+ * Copyright (c) 2004,2005,2007,2009,2016
  * by Internet Systems Consortium, Inc. ("ISC")
  * Copyright (c) 1996-2003 by Internet Software Consortium
  *
  *   <info@isc.org>
  *   https://www.isc.org/
  *
- * This software has been written for Internet Systems Consortium
- * by Ted Lemon in cooperation with Vixie Enterprises and Nominum, Inc.
- * To learn more about Internet Systems Consortium, see
- * ``https://www.isc.org/''.  To learn more about Vixie Enterprises,
- * see ``http://www.vix.com''.   To learn more about Nominum, Inc., see
- * ``http://www.nominum.com''.
  */
 
 /* SunOS defines uint*_t and int*_t, but not u_int*_t.  */
index 5eefbd13230b972d5f97df1677ddb0721fb782ab..500ce6b3b79bee901ff0d655dad22362b3a92d61 100644 (file)
@@ -3,7 +3,7 @@
    System dependencies for Ultrix 4.2 (tested on 4.2a+multicast)... */
 
 /*
- * Copyright (c) 2004,2007,2009 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2004,2007,2009,2016 by Internet Systems Consortium, Inc. ("ISC")
  * Copyright (c) 1996-2003 by Internet Software Consortium
  *
  * Permission to use, copy, modify, and distribute this software for any
  *   <info@isc.org>
  *   https://www.isc.org/
  *
- * This software has been written for Internet Systems Consortium
- * by Ted Lemon in cooperation with Vixie Enterprises and Nominum, Inc.
- * To learn more about Internet Systems Consortium, see
- * ``https://www.isc.org/''.  To learn more about Vixie Enterprises,
- * see ``http://www.vix.com''.   To learn more about Nominum, Inc., see
- * ``http://www.nominum.com''.
  */
 
 /* Ultrix uses the old 4.2BSD-style syslog(). */
index fe5818067d6110daa0460ae722f27281cb04cb82..c3e63dc022f7ae655631369a48ace8f30ec78801 100644 (file)
@@ -3,7 +3,7 @@
    Dynamic DNS updates. */
 
 /*
- * Copyright (c) 2009-2014 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2009-2014,2016 by Internet Systems Consortium, Inc. ("ISC")
  * Copyright (c) 2004-2007 by Internet Systems Consortium, Inc. ("ISC")
  * Copyright (c) 2000-2003 by Internet Software Consortium
  *
@@ -29,8 +29,7 @@
  * by Damien Neil of Nominum, Inc.
  *
  * To learn more about Internet Systems Consortium, see
- * ``https://www.isc.org/''.   To learn more about Nominum, Inc., see
- * ``http://www.nominum.com''.
+ * ``https://www.isc.org/''.
  */
 
 #include "dhcpd.h"
index f7e76c407d35fad0842423042e15f3a12039ccb8..f626e1c38823d995169adb2e58934306af0ea9dc 100644 (file)
@@ -475,7 +475,7 @@ use a different name server might be declared as follows:
          fixed-address 239.252.197.9;
          filename "/tftpboot/haagen.boot";
          option domain-name-servers 192.5.5.1;
-         option domain-name "vix.com";
+         option domain-name "example.com";
        }
 .fi
 .PP
index c9114dfd631abf9416c6fba5e7a86d7de6dead2f..8f6a014454195954e1b36e7a112f9ae09f3c9a2c 100644 (file)
@@ -533,9 +533,9 @@ primary server might look like this:
 .nf
 failover peer "foo" {
   primary;
-  address anthrax.rc.vix.com;
+  address anthrax.rc.example.com;
   port 519;
-  peer address trantor.rc.vix.com;
+  peer address trantor.rc.example.com;
   peer port 520;
   max-response-delay 60;
   max-unacked-updates 10;
@@ -2954,7 +2954,7 @@ hostname.  So, for example,
 
       host joe {
         hardware ethernet 08:00:2b:4c:29:32;
-        fixed-address joe.fugue.com;
+        fixed-address joe.example.com;
       }
     }
 
@@ -2962,7 +2962,7 @@ is equivalent to
 
       host joe {
         hardware ethernet 08:00:2b:4c:29:32;
-        fixed-address joe.fugue.com;
+        fixed-address joe.example.com;
         option host-name "joe";
       }
 .fi
index 5eab9516d4fe7700ce57b6a832af96a1704d4d28..8b99f496564f305a903f6987b5c0a40012d06d58 100644 (file)
@@ -62,7 +62,7 @@ subnet 10.5.5.0 netmask 255.255.255.224 {
 host passacaglia {
   hardware ethernet 0:0:c0:5d:bd:95;
   filename "vmunix.passacaglia";
-  server-name "toccata.fugue.com";
+  server-name "toccata.example.com";
 }
 
 # Fixed IP addresses can also be specified for hosts.   These addresses
@@ -74,7 +74,7 @@ host passacaglia {
 # set.
 host fantasia {
   hardware ethernet 08:00:07:26:c0:a5;
-  fixed-address fantasia.fugue.com;
+  fixed-address fantasia.example.com;
 }
 
 # You can declare a class of clients and then do address allocation
index 07842ab0eb5bf6ca3ac7808ddae96137e284bdaf..f72b46440c05e5e1f878f892af65c8fe190db5d4 100644 (file)
@@ -80,7 +80,7 @@ key FOO {
   secret ABCD;
 }
 
-zone BISBEE.FUGUE.COM. {
+zone BISBEE.EXAMPLE.COM. {
   primary 127.0.0.1;
   key FOO;
 }
@@ -149,6 +149,6 @@ subnet 10.0.0.0 netmask 255.255.255.0 {
     range 10.0.0.9 10.0.0.9;   
   }
   option routers 10.0.0.1;
-  option domain-name "bisbee.fugue.com";
+  option domain-name "bisbee.example.com";
   option domain-name-servers 10.0.0.1;
 }
index c9dfabe8fb48e0b0cf5496d731ba9419db7116ec..664195170c1183c18e43d94a5abd016cf2406cf9 100644 (file)
@@ -78,7 +78,7 @@ key FOO {
   secret ABCD;
 }
 
-zone BISBEE.FUGUE.COM. {
+zone BISBEE.EXAMPLE.COM. {
   primary 127.0.0.1;
   key FOO;
 }
@@ -147,6 +147,6 @@ subnet 10.0.0.0 netmask 255.255.255.0 {
     range 10.0.0.9 10.0.0.9;
   }
   option routers 10.0.0.1;
-  option domain-name "bisbee.fugue.com";
+  option domain-name "bisbee.example.com";
   option domain-name-servers 10.0.0.1;
 }