diff options
author | adrianp <adrianp> | 2007-12-12 20:03:48 +0000 |
---|---|---|
committer | adrianp <adrianp> | 2007-12-12 20:03:48 +0000 |
commit | dc6be1b1417078c95a20cbc35f5f8c456e695507 (patch) | |
tree | 51f8c2cf096a45e47d2538b4fa79da6c3594f276 /net/isc-dhclient | |
parent | f83aa26a5f19e8eb50a9ac1621a92c9e6acdfe82 (diff) | |
download | pkgsrc-dc6be1b1417078c95a20cbc35f5f8c456e695507.tar.gz |
This package provides the ISC Dynamic Host Configuration Protocol (DHCP)
Client.
The Internet Software Consortium DHCP Client, dhclient, provides
a means for configuring one or more network interfaces using DHCP
or BOOTP, or by statically assigning an address (if these protocols
fail). The actual network configuration is done by dhclient-script.
This package contains the Client component.
Imported from pkgsrc-wip. Inital packaging by reed@
Diffstat (limited to 'net/isc-dhclient')
-rw-r--r-- | net/isc-dhclient/DESCR | 9 | ||||
-rw-r--r-- | net/isc-dhclient/Makefile | 21 | ||||
-rw-r--r-- | net/isc-dhclient/PLIST | 10 | ||||
-rw-r--r-- | net/isc-dhclient/distinfo | 8 |
4 files changed, 48 insertions, 0 deletions
diff --git a/net/isc-dhclient/DESCR b/net/isc-dhclient/DESCR new file mode 100644 index 00000000000..7142bce1265 --- /dev/null +++ b/net/isc-dhclient/DESCR @@ -0,0 +1,9 @@ +This package provides the ISC Dynamic Host Configuration Protocol (DHCP) +Client. + +The Internet Software Consortium DHCP Client, dhclient, provides +a means for configuring one or more network interfaces using DHCP +or BOOTP, or by statically assigning an address (if these protocols +fail). The actual network configuration is done by dhclient-script. + +This package contains the Client component. diff --git a/net/isc-dhclient/Makefile b/net/isc-dhclient/Makefile new file mode 100644 index 00000000000..38cc21ae189 --- /dev/null +++ b/net/isc-dhclient/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1.1.1 2007/12/12 20:03:48 adrianp Exp $ +# + +COMMENT= ISC Dynamic Host Configuration Protocol (DHCP) Client +COMPONENT= client +SUBDIR= client + +CONF_FILES+= ${EGDIR}/dhclient.conf ${PKG_SYSCONFDIR}/dhclient.conf + +RCD_SCRIPTS= isc_dhclient +MAN_FILES= man5/dhclient.conf.5 man5/dhclient.leases.5 \ + man8/dhclient-script.8 man8/dhclient.8 +FILES_SUBST+= DHCP_HOME=${DHCP_HOME} + +post-install: + ${INSTALL_DATA_DIR} ${EGDIR} + ${INSTALL_DATA} ${WRKSRC}/client/dhclient.conf ${EGDIR} + +.include "../../wip/isc-dhcp/Makefile.common" +.include "../../wip/isc-dhcp/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/net/isc-dhclient/PLIST b/net/isc-dhclient/PLIST new file mode 100644 index 00000000000..835ef65d896 --- /dev/null +++ b/net/isc-dhclient/PLIST @@ -0,0 +1,10 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2007/12/12 20:03:48 adrianp Exp $ +man/man5/dhclient.conf.5 +man/man5/dhclient.leases.5 +man/man8/dhclient-script.8 +man/man8/dhclient.8 +sbin/dhclient +sbin/dhclient-script +share/examples/rc.d/isc_dhclient +share/examples/isc-dhcp-client/dhclient.conf +@dirrm share/examples/isc-dhcp-client diff --git a/net/isc-dhclient/distinfo b/net/isc-dhclient/distinfo new file mode 100644 index 00000000000..8b80b0823e4 --- /dev/null +++ b/net/isc-dhclient/distinfo @@ -0,0 +1,8 @@ +$NetBSD: distinfo,v 1.1.1.1 2007/12/12 20:03:48 adrianp Exp $ + +SHA1 (dhcp-3.1.0.tar.gz) = f33d017f055648e6571aa26cf314d37857491a2e +RMD160 (dhcp-3.1.0.tar.gz) = 59ef8b695b66d3cb61437e25a179d9f17639017d +Size (dhcp-3.1.0.tar.gz) = 797100 bytes +SHA1 (patch-ab) = e5d0a682c0228ce1c63533fe361f5649d5dd2c17 +SHA1 (patch-ac) = 14f834431c1cb97d0b9c11ae43abc7b758bac923 +SHA1 (patch-ad) = bd10d5f519065ecbd061f3ccff6685c390a1118a |