mirror of
https://gitlab.isc.org/isc-projects/dhcp
synced 2025-08-30 22:05:23 +00:00
prerelease changes
This commit is contained in:
2
LICENSE
2
LICENSE
@@ -1,4 +1,4 @@
|
||||
# Copyright (c) 2004-2020 by Internet Systems Consortium, Inc. ("ISC")
|
||||
# Copyright (c) 2004-2021 by Internet Systems Consortium, Inc. ("ISC")
|
||||
# Copyright (c) 1995-2003 by Internet Software Consortium
|
||||
#
|
||||
# Permission to use, copy, modify, and distribute this software for any
|
||||
|
10
README
10
README
@@ -1,5 +1,5 @@
|
||||
Internet Systems Consortium DHCP Distribution
|
||||
Version 4.1-ESV-R16
|
||||
Version 4.1-ESV-R16-P1
|
||||
01 January 2020
|
||||
|
||||
README FILE
|
||||
@@ -98,7 +98,7 @@ directory, it may not have up-to-date information).
|
||||
|
||||
RELEASE STATUS
|
||||
|
||||
This is ISC DHCP 4.1-ESV-R16, an extended support (ESV) release that
|
||||
This is ISC DHCP 4.1-ESV-R16-P1, an extended support (ESV) release that
|
||||
provides patches for several bugs.
|
||||
|
||||
ESVs are intended for users who have longer upgrade constraints
|
||||
@@ -139,12 +139,12 @@ information. On Digital Unix, type ``man pfilt''.
|
||||
To build the DHCP Distribution, unpack the compressed tar file using
|
||||
the tar utility and the gzip command - type something like:
|
||||
|
||||
gunzip dhcp-4.1-ESV-R16.tar.gz
|
||||
tar xvf dhcp-4.1-ESV-R16.tar
|
||||
gunzip dhcp-4.1-ESV-R16-P1.tar.gz
|
||||
tar xvf dhcp-4.1-ESV-R16-P1.tar
|
||||
|
||||
CONFIGURING IT
|
||||
|
||||
Now, cd to the dhcp-4.1-ESV-R16 subdirectory that you've just created and
|
||||
Now, cd to the dhcp-4.1-ESV-R16-P1 subdirectory that you've just created and
|
||||
configure the source tree by typing:
|
||||
|
||||
./configure
|
||||
|
@@ -3,7 +3,7 @@
|
||||
DHCP Client. */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2004-2020 by Internet Systems Consortium, Inc. ("ISC")
|
||||
* Copyright (c) 2004-2021 by Internet Systems Consortium, Inc. ("ISC")
|
||||
* Copyright (c) 1995-2003 by Internet Software Consortium
|
||||
*
|
||||
* Permission to use, copy, modify, and distribute this software for any
|
||||
|
@@ -1,4 +1,4 @@
|
||||
AC_INIT([DHCP], [4.1-ESV-R16], [dhcp-users@isc.org])
|
||||
AC_INIT([DHCP], [4.1-ESV-R16-P1], [dhcp-users@isc.org])
|
||||
|
||||
# we specify "foreign" to avoid having to have the GNU mandated files,
|
||||
# like AUTHORS, COPYING, and such
|
||||
|
@@ -3,7 +3,7 @@
|
||||
DHCP/BOOTP Relay Agent. */
|
||||
|
||||
/*
|
||||
* Copyright(c) 2004-2020 by Internet Systems Consortium, Inc.("ISC")
|
||||
* Copyright(c) 2004-2021 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
|
||||
|
@@ -3,7 +3,7 @@
|
||||
DHCP Server Daemon. */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2004-2020 by Internet Systems Consortium, Inc. ("ISC")
|
||||
* Copyright (c) 2004-2021 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
|
||||
|
Reference in New Issue
Block a user