mirror of
https://gitlab.isc.org/isc-projects/dhcp
synced 2025-08-22 09:57:20 +00:00
[#231] 4.4.3 release changes
This commit is contained in:
parent
447d03cc21
commit
bc834b2b7d
8
README
8
README
@ -94,7 +94,7 @@ directory, it may not have up-to-date information).
|
||||
|
||||
RELEASE STATUS
|
||||
|
||||
Version 4.4.3b1 is a maintenance release of the DHCP client, relay and
|
||||
Version 4.4.3 is a maintenance release of the DHCP client, relay and
|
||||
server. It is the final release for the client and relay components,
|
||||
which have reached end-of-life and will no longer be maintained.
|
||||
|
||||
@ -105,12 +105,12 @@ which have reached end-of-life and will no longer be maintained.
|
||||
To build the DHCP Distribution, unpack the compressed tar file using
|
||||
the tar utility and the gzip command - type something like:
|
||||
|
||||
gunzip dhcp-4.4.3b1.tar.gz
|
||||
tar xvf dhcp-4.4.3b1.tar
|
||||
gunzip dhcp-4.4.3.tar.gz
|
||||
tar xvf dhcp-4.4.3.tar
|
||||
|
||||
CONFIGURING IT
|
||||
|
||||
Now, cd to the dhcp-4.4.3b1 subdirectory that you've just created and
|
||||
Now, cd to the dhcp-4.4.3 subdirectory that you've just created and
|
||||
configure the source tree by typing:
|
||||
|
||||
./configure
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Copyright (C) 2009-2019 Internet Systems Consortium, Inc. ("ISC")
|
||||
# Copyright (C) 2009-2022 Internet Systems Consortium, Inc. ("ISC")
|
||||
#
|
||||
# Permission to use, copy, modify, and/or distribute this software for any
|
||||
# purpose with or without fee is hereby granted, provided that the above
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
|
||||
* Copyright (C) 2018-2022 Internet Systems Consortium, Inc. ("ISC")
|
||||
*
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Makefile.dist
|
||||
#
|
||||
# Copyright (c) 2004-2007 by Internet Systems Consortium, Inc. ("ISC")
|
||||
# Copyright (c) 2004-2022 by Internet Systems Consortium, Inc. ("ISC")
|
||||
# Copyright (c) 1996-2003 by Internet Software Consortium
|
||||
#
|
||||
# This Source Code Form is subject to the terms of the Mozilla Public
|
||||
|
@ -3,7 +3,7 @@
|
||||
Routines for reading the configuration from LDAP */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2010-2019 by Internet Systems Consortium, Inc. ("ISC")
|
||||
* Copyright (c) 2010-2022 by Internet Systems Consortium, Inc. ("ISC")
|
||||
* Copyright (c) 2003-2006 Ntelos, Inc.
|
||||
* All rights reserved.
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Copyright (C) 2009-2019 Internet Systems Consortium, Inc. ("ISC")
|
||||
# Copyright (C) 2009-2022 Internet Systems Consortium, Inc. ("ISC")
|
||||
#
|
||||
# Permission to use, copy, modify, and/or distribute this software for any
|
||||
# purpose with or without fee is hereby granted, provided that the above
|
||||
|
Loading…
x
Reference in New Issue
Block a user