diff options
author | anders <anders@FreeBSD.org> | 2002-04-21 13:50:40 +0000 |
---|---|---|
committer | anders <anders@FreeBSD.org> | 2002-04-21 13:50:40 +0000 |
commit | 089d5b18d250c3e569f8375f4444d767dbb5e36f (patch) | |
tree | c3560e2ca4f390e9df2c1bf549baafe0edf232e6 /net/isc-dhcp3 | |
parent | 5dc35fd3f82348c99636aab50349a742e5590d45 (diff) | |
download | FreeBSD-ports-089d5b18d250c3e569f8375f4444d767dbb5e36f.zip FreeBSD-ports-089d5b18d250c3e569f8375f4444d767dbb5e36f.tar.gz |
Write all leases to the lease file.
Submitted by: maintainer
Diffstat (limited to 'net/isc-dhcp3')
-rw-r--r-- | net/isc-dhcp3/files/patch-site.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/isc-dhcp3/files/patch-site.h b/net/isc-dhcp3/files/patch-site.h new file mode 100644 index 0000000..c49cb4f --- /dev/null +++ b/net/isc-dhcp3/files/patch-site.h @@ -0,0 +1,11 @@ +--- includes/site.h.orig Wed Feb 20 08:46:20 2002 ++++ includes/site.h Sun Apr 21 06:20:20 2002 +@@ -89,7 +89,7 @@ + /* Define this if you want all leases written to the lease file, even if + they are free leases that have never been used. */ + +-#define DEBUG_DUMP_ALL_LEASES ++/* #define DEBUG_DUMP_ALL_LEASES */ + + /* Define this if you want DHCP failover protocol support in the DHCP + server. */ |