2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-09-01 06:45:27 +00:00

prerelease changes

This commit is contained in:
Wlodek Wencel
2021-05-14 12:56:12 +00:00
parent 932119e6ec
commit 28bc2a60da
6 changed files with 10 additions and 10 deletions

View File

@@ -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 # Copyright (c) 1995-2003 by Internet Software Consortium
# #
# Permission to use, copy, modify, and distribute this software for any # Permission to use, copy, modify, and distribute this software for any

10
README
View File

@@ -1,5 +1,5 @@
Internet Systems Consortium DHCP Distribution Internet Systems Consortium DHCP Distribution
Version 4.1-ESV-R16 Version 4.1-ESV-R16-P1
01 January 2020 01 January 2020
README FILE README FILE
@@ -98,7 +98,7 @@ directory, it may not have up-to-date information).
RELEASE STATUS 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. provides patches for several bugs.
ESVs are intended for users who have longer upgrade constraints 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 To build the DHCP Distribution, unpack the compressed tar file using
the tar utility and the gzip command - type something like: the tar utility and the gzip command - type something like:
gunzip dhcp-4.1-ESV-R16.tar.gz gunzip dhcp-4.1-ESV-R16-P1.tar.gz
tar xvf dhcp-4.1-ESV-R16.tar tar xvf dhcp-4.1-ESV-R16-P1.tar
CONFIGURING IT 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 the source tree by typing:
./configure ./configure

View File

@@ -3,7 +3,7 @@
DHCP Client. */ 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 * Copyright (c) 1995-2003 by Internet Software Consortium
* *
* Permission to use, copy, modify, and distribute this software for any * Permission to use, copy, modify, and distribute this software for any

View File

@@ -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, # we specify "foreign" to avoid having to have the GNU mandated files,
# like AUTHORS, COPYING, and such # like AUTHORS, COPYING, and such

View File

@@ -3,7 +3,7 @@
DHCP/BOOTP Relay Agent. */ 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 * Copyright(c) 1997-2003 by Internet Software Consortium
* *
* Permission to use, copy, modify, and distribute this software for any * Permission to use, copy, modify, and distribute this software for any

View File

@@ -3,7 +3,7 @@
DHCP Server Daemon. */ 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 * Copyright (c) 1996-2003 by Internet Software Consortium
* *
* Permission to use, copy, modify, and distribute this software for any * Permission to use, copy, modify, and distribute this software for any