diff options
author | adrianp <adrianp@pkgsrc.org> | 2007-12-12 20:05:11 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2007-12-12 20:05:11 +0000 |
commit | deb633779435a619c09be98fdf38c7b95ede437d (patch) | |
tree | cb2b055b0042f7c39521c43d221072f79efd8109 /net | |
parent | 5d136413ccd0ff3f5cd7af15e091896d7ebe518f (diff) | |
download | pkgsrc-deb633779435a619c09be98fdf38c7b95ede437d.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 Relay component.
Imported from pkgsrc-wip. Inital packaging by reed@
Diffstat (limited to 'net')
-rw-r--r-- | net/isc-dhcrelay/DESCR | 9 | ||||
-rw-r--r-- | net/isc-dhcrelay/Makefile | 14 | ||||
-rw-r--r-- | net/isc-dhcrelay/PLIST | 4 | ||||
-rw-r--r-- | net/isc-dhcrelay/distinfo | 8 |
4 files changed, 35 insertions, 0 deletions
diff --git a/net/isc-dhcrelay/DESCR b/net/isc-dhcrelay/DESCR new file mode 100644 index 00000000000..97fe35afa4d --- /dev/null +++ b/net/isc-dhcrelay/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 Relay component. diff --git a/net/isc-dhcrelay/Makefile b/net/isc-dhcrelay/Makefile new file mode 100644 index 00000000000..19cb3a14cee --- /dev/null +++ b/net/isc-dhcrelay/Makefile @@ -0,0 +1,14 @@ +# $NetBSD: Makefile,v 1.1.1.1 2007/12/12 20:05:11 adrianp Exp $ +# + +COMMENT= ISC Dynamic Host Configuration Protocol (DHCP) Relay +COMPONENT= relay +SUBDIR= relay + +RCD_SCRIPTS= isc_dhcrelay +MAN_FILES= man8/dhcrelay.8 +FILES_SUBST+= DHCP_HOME=${DHCP_HOME} + +.include "../../wip/isc-dhcp/Makefile.common" +.include "../../wip/isc-dhcp/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/net/isc-dhcrelay/PLIST b/net/isc-dhcrelay/PLIST new file mode 100644 index 00000000000..25bfad1ad25 --- /dev/null +++ b/net/isc-dhcrelay/PLIST @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2007/12/12 20:05:11 adrianp Exp $ +man/man8/dhcrelay.8 +sbin/dhcrelay +share/examples/rc.d/isc_dhcrelay diff --git a/net/isc-dhcrelay/distinfo b/net/isc-dhcrelay/distinfo new file mode 100644 index 00000000000..d2d84e39823 --- /dev/null +++ b/net/isc-dhcrelay/distinfo @@ -0,0 +1,8 @@ +$NetBSD: distinfo,v 1.1.1.1 2007/12/12 20:05:11 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 |