Skip to content

Commit

Permalink
reading lease file is ok
Browse files Browse the repository at this point in the history
  • Loading branch information
ynonenull committed Oct 12, 2012
1 parent 4658272 commit 5902b36
Show file tree
Hide file tree
Showing 3,780 changed files with 1,166,306 additions and 169 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
24 changes: 12 additions & 12 deletions dhcp-4.2.3-P2/Makefile
Expand Up @@ -77,11 +77,11 @@ DIST_ARCHIVES = $(distdir).tar.gz
GZIP_ENV = --best
distuninstallcheck_listfiles = find . -type f -print
distcleancheck_listfiles = find . -type f -print
ACLOCAL = ${SHELL} /home/thuos/network/DHCP/DHCPv4-over-v6/dhcp-4.2.3-P2/missing --run aclocal-1.10
AMTAR = ${SHELL} /home/thuos/network/DHCP/DHCPv4-over-v6/dhcp-4.2.3-P2/missing --run tar
AUTOCONF = ${SHELL} /home/thuos/network/DHCP/DHCPv4-over-v6/dhcp-4.2.3-P2/missing --run autoconf
AUTOHEADER = ${SHELL} /home/thuos/network/DHCP/DHCPv4-over-v6/dhcp-4.2.3-P2/missing --run autoheader
AUTOMAKE = ${SHELL} /home/thuos/network/DHCP/DHCPv4-over-v6/dhcp-4.2.3-P2/missing --run automake-1.10
ACLOCAL = ${SHELL} /home/thuos/git_work/dhcp-4.2.3-P2/missing --run aclocal-1.10
AMTAR = ${SHELL} /home/thuos/git_work/dhcp-4.2.3-P2/missing --run tar
AUTOCONF = ${SHELL} /home/thuos/git_work/dhcp-4.2.3-P2/missing --run autoconf
AUTOHEADER = ${SHELL} /home/thuos/git_work/dhcp-4.2.3-P2/missing --run autoheader
AUTOMAKE = ${SHELL} /home/thuos/git_work/dhcp-4.2.3-P2/missing --run automake-1.10
AWK = mawk
CC = gcc
CCDEPMODE = depmode=gcc3
Expand All @@ -108,7 +108,7 @@ LIBOBJS =
LIBS =
LTLIBOBJS =
MAINT = #
MAKEINFO = ${SHELL} /home/thuos/network/DHCP/DHCPv4-over-v6/dhcp-4.2.3-P2/missing --run makeinfo
MAKEINFO = ${SHELL} /home/thuos/git_work/dhcp-4.2.3-P2/missing --run makeinfo
MKDIR_P = /bin/mkdir -p
OBJEXT = o
PACKAGE = dhcp
Expand All @@ -121,13 +121,13 @@ PACKAGE_VERSION = 4.2.3-P2
PATH_SEPARATOR = :
RANLIB = ranlib
SET_MAKE =
SHELL = /bin/sh
SHELL = /bin/bash
STRIP =
VERSION = 4.2.3-P2
abs_builddir = /home/thuos/network/DHCP/DHCPv4-over-v6/dhcp-4.2.3-P2
abs_srcdir = /home/thuos/network/DHCP/DHCPv4-over-v6/dhcp-4.2.3-P2
abs_top_builddir = /home/thuos/network/DHCP/DHCPv4-over-v6/dhcp-4.2.3-P2
abs_top_srcdir = /home/thuos/network/DHCP/DHCPv4-over-v6/dhcp-4.2.3-P2
abs_builddir = /home/thuos/git_work/dhcp-4.2.3-P2
abs_srcdir = /home/thuos/git_work/dhcp-4.2.3-P2
abs_top_builddir = /home/thuos/git_work/dhcp-4.2.3-P2
abs_top_srcdir = /home/thuos/git_work/dhcp-4.2.3-P2
ac_ct_CC = gcc
ac_prefix_program =
am__include = include
Expand All @@ -148,7 +148,7 @@ host_alias =
htmldir = ${docdir}
includedir = ${prefix}/include
infodir = ${datarootdir}/info
install_sh = $(SHELL) /home/thuos/network/DHCP/DHCPv4-over-v6/dhcp-4.2.3-P2/install-sh
install_sh = $(SHELL) /home/thuos/git_work/dhcp-4.2.3-P2/install-sh
libdir = ${exec_prefix}/lib
libexecdir = ${exec_prefix}/libexec
localedir = ${datarootdir}/locale
Expand Down
5 changes: 5 additions & 0 deletions dhcp-4.2.3-P2/bind/bind-9.8.1-P1/Atffile
@@ -0,0 +1,5 @@
Content-Type: application/X-atf-atffile; version="1"

prop: test-suite = bind9

tp: lib

0 comments on commit 5902b36

Please sign in to comment.