diff options
author | Anders Nordby <anders@FreeBSD.org> | 2002-04-21 13:50:40 +0000 |
---|---|---|
committer | Anders Nordby <anders@FreeBSD.org> | 2002-04-21 13:50:40 +0000 |
commit | c45d93b5c342faa949012420ba95d4566612e709 (patch) | |
tree | 40f277da47fe17d45aebf87028023dd8f6c2f948 /net | |
parent | upgrade to V110-1 (diff) |
Write all leases to the lease file.
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=57952
Diffstat (limited to 'net')
-rw-r--r-- | net/isc-dhcp3-server/files/patch-site.h | 11 | ||||
-rw-r--r-- | net/isc-dhcp3/files/patch-site.h | 11 | ||||
-rw-r--r-- | net/isc-dhcp30-server/files/patch-site.h | 11 | ||||
-rw-r--r-- | net/isc-dhcp31-server/files/patch-site.h | 11 | ||||
-rw-r--r-- | net/isc-dhcp40-server/files/patch-site.h | 11 |
5 files changed, 55 insertions, 0 deletions
diff --git a/net/isc-dhcp3-server/files/patch-site.h b/net/isc-dhcp3-server/files/patch-site.h new file mode 100644 index 000000000000..c49cb4f93437 --- /dev/null +++ b/net/isc-dhcp3-server/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. */ diff --git a/net/isc-dhcp3/files/patch-site.h b/net/isc-dhcp3/files/patch-site.h new file mode 100644 index 000000000000..c49cb4f93437 --- /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. */ diff --git a/net/isc-dhcp30-server/files/patch-site.h b/net/isc-dhcp30-server/files/patch-site.h new file mode 100644 index 000000000000..c49cb4f93437 --- /dev/null +++ b/net/isc-dhcp30-server/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. */ diff --git a/net/isc-dhcp31-server/files/patch-site.h b/net/isc-dhcp31-server/files/patch-site.h new file mode 100644 index 000000000000..c49cb4f93437 --- /dev/null +++ b/net/isc-dhcp31-server/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. */ diff --git a/net/isc-dhcp40-server/files/patch-site.h b/net/isc-dhcp40-server/files/patch-site.h new file mode 100644 index 000000000000..c49cb4f93437 --- /dev/null +++ b/net/isc-dhcp40-server/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. */ |