head	1.2;
access;
symbols
	RELENG_5_5_0_RELEASE:1.1.1.1
	RELENG_5_5:1.1.1.1.0.16
	RELENG_5_5_BP:1.1.1.1
	RELENG_5_4_0_RELEASE:1.1.1.1
	RELENG_5_4:1.1.1.1.0.14
	RELENG_5_4_BP:1.1.1.1
	RELENG_4_11_0_RELEASE:1.1.1.1.2.1
	RELENG_4_11:1.1.1.1.2.1.0.12
	RELENG_4_11_BP:1.1.1.1.2.1
	RELENG_5_3_0_RELEASE:1.1.1.1
	RELENG_5_3:1.1.1.1.0.12
	RELENG_5_3_BP:1.1.1.1
	RELENG_5:1.1.1.1.0.10
	RELENG_5_BP:1.1.1.1
	isc_dhcp_3_0_1:1.1.1.1
	isc_dhcp_3_0_1_rc14:1.1.1.1
	RELENG_4_10_0_RELEASE:1.1.1.1.2.1
	RELENG_4_10:1.1.1.1.2.1.0.10
	RELENG_4_10_BP:1.1.1.1.2.1
	RELENG_5_2_1_RELEASE:1.1.1.1
	RELENG_5_2_0_RELEASE:1.1.1.1
	RELENG_5_2:1.1.1.1.0.8
	RELENG_5_2_BP:1.1.1.1
	RELENG_4_9_0_RELEASE:1.1.1.1.2.1
	RELENG_4_9:1.1.1.1.2.1.0.8
	RELENG_4_9_BP:1.1.1.1.2.1
	isc_dhcp_3_0_1_rc12:1.1.1.1
	RELENG_5_1_0_RELEASE:1.1.1.1
	RELENG_5_1:1.1.1.1.0.6
	RELENG_5_1_BP:1.1.1.1
	RELENG_4_8_0_RELEASE:1.1.1.1.2.1
	RELENG_4_8:1.1.1.1.2.1.0.6
	RELENG_4_8_BP:1.1.1.1.2.1
	RELENG_5_0_0_RELEASE:1.1.1.1
	isc_dhcp_3_0_1_rc11:1.1.1.1
	isc_dhcp_3_0_1_rc10:1.1.1.1
	RELENG_5_0:1.1.1.1.0.4
	RELENG_5_0_BP:1.1.1.1
	RELENG_4_7_0_RELEASE:1.1.1.1.2.1
	RELENG_4_7:1.1.1.1.2.1.0.4
	RELENG_4_7_BP:1.1.1.1.2.1
	isc_dhcp_3_0_1_rc9:1.1.1.1
	RELENG_4_6_2_RELEASE:1.1.1.1.2.1
	RELENG_4_6_1_RELEASE:1.1.1.1.2.1
	RELENG_4_6_0_RELEASE:1.1.1.1.2.1
	RELENG_4_6:1.1.1.1.2.1.0.2
	RELENG_4_6_BP:1.1.1.1.2.1
	RELENG_4:1.1.1.1.0.2
	isc_dhcp_3_0_1_rc8:1.1.1.1
	isc_dhcp_3_0_1_rc6:1.1.1.1
	ISC:1.1.1;
locks; strict;
comment	@# @;


1.2
date	2005.06.29.01.46.40;	author brooks;	state dead;
branches;
next	1.1;

1.1
date	2002.02.19.11.04.34;	author murray;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	2002.02.19.11.04.34;	author murray;	state Exp;
branches
	1.1.1.1.2.1;
next	;

1.1.1.1.2.1
date	2002.04.11.10.16.57;	author murray;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Remove isc-dhcp files from HEAD now that we're using the OpenBSD
dhclient.

Reminded by:	ru
Approved by:	re (blanket dhclient)
@
text
@#!/bin/sh

foo=10
while [ $foo -lt 100 ]; do
  cat >>dhcp-1.leases <<~
lease 10.0.0.$foo {
  starts 4 2001/05/01 02:19:16;
  ends 5 2021/05/03 02:29:16;
  binding state active;
  next binding state free;
  hardware ethernet 08:00:46:06:6c:23;
  uid "test-$foo";
}
~
  foo=`expr $foo + 1`
  cat >>dhcp-2.leases <<~
lease 10.0.0.$foo {
  starts 4 2001/04/19 02:19:16;
  ends 5 2021/04/21 02:29:16;
  binding state active;
  next binding state free;
  hardware ethernet 08:00:46:06:6c:23;
  uid "test-$foo";
}
~
  foo=`expr $foo + 1`
done

@


1.1
log
@Initial revision
@
text
@@


1.1.1.1
log
@Import ISC DHCP 3.0.1 RC6 client.
@
text
@@


1.1.1.1.2.1
log
@MFC: DHCP 3.0.1 RC8
@
text
@@

