diff options
author | adrianp <adrianp@pkgsrc.org> | 2007-12-12 20:04:29 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2007-12-12 20:04:29 +0000 |
commit | 5d136413ccd0ff3f5cd7af15e091896d7ebe518f (patch) | |
tree | 8b3c19d53d9e3ff3cfcbee41ad17e21673fe6a71 | |
parent | 5df93649fcc0b1761ff3a790de2fab1718307f37 (diff) | |
download | pkgsrc-5d136413ccd0ff3f5cd7af15e091896d7ebe518f.tar.gz |
This package provides the ISC Dynamic Host Configuration Protocol (DHCP)
server and DHCP relay agent.
It includes an DHCP (and BOOTP) server daemon used to distribute network
information, an Object Management API command shell for querying and
modifying DHCP server attributes (while it is running), and an agent
for relaying DHCP and BOOTP requests between subnets.
This package contains the Server component.
Imported from pkgsrc-wip. Inital packaging by reed@
-rw-r--r-- | net/isc-dhcpd/DESCR | 9 | ||||
-rw-r--r-- | net/isc-dhcpd/Makefile | 21 | ||||
-rw-r--r-- | net/isc-dhcpd/PLIST | 15 | ||||
-rw-r--r-- | net/isc-dhcpd/distinfo | 8 |
4 files changed, 53 insertions, 0 deletions
diff --git a/net/isc-dhcpd/DESCR b/net/isc-dhcpd/DESCR new file mode 100644 index 00000000000..fc13da0b260 --- /dev/null +++ b/net/isc-dhcpd/DESCR @@ -0,0 +1,9 @@ +This package provides the ISC Dynamic Host Configuration Protocol (DHCP) +server and DHCP relay agent. + +It includes an DHCP (and BOOTP) server daemon used to distribute network +information, an Object Management API command shell for querying and +modifying DHCP server attributes (while it is running), and an agent +for relaying DHCP and BOOTP requests between subnets. + +This package contains the Server component. diff --git a/net/isc-dhcpd/Makefile b/net/isc-dhcpd/Makefile new file mode 100644 index 00000000000..ab32cefa782 --- /dev/null +++ b/net/isc-dhcpd/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1.1.1 2007/12/12 20:04:29 adrianp Exp $ +# + +COMMENT= ISC Dynamic Host Configuration Protocol (DHCP) Server +COMPONENT= server +SUBDIR= omapip dhcpctl server + +CONF_FILES+= ${EGDIR}/dhcpd.conf ${PKG_SYSCONFDIR}/dhcpd.conf + +RCD_SCRIPTS= isc_dhcpd +MAN_FILES= man1/omshell.1 man3/dhcpctl.3 man3/omapi.3 man3/omshell.3 \ + man5/dhcpd.conf.5 man5/dhcpd.leases.5 man8/dhcpd.8 +FILES_SUBST+= DHCP_HOME=${DHCP_HOME} + +post-install: + ${INSTALL_DATA_DIR} ${EGDIR} + ${INSTALL_DATA} ${WRKSRC}/server/dhcpd.conf ${EGDIR} + +.include "../../wip/isc-dhcp/Makefile.common" +.include "../../wip/isc-dhcp/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/net/isc-dhcpd/PLIST b/net/isc-dhcpd/PLIST new file mode 100644 index 00000000000..3c5a24bddba --- /dev/null +++ b/net/isc-dhcpd/PLIST @@ -0,0 +1,15 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2007/12/12 20:04:29 adrianp Exp $ +bin/omshell +lib/libdhcpctl.a +lib/libomapi.a +man/man1/omshell.1 +man/man3/dhcpctl.3 +man/man3/omapi.3 +man/man3/omshell.3 +man/man5/dhcpd.conf.5 +man/man5/dhcpd.leases.5 +man/man8/dhcpd.8 +sbin/dhcpd +share/examples/isc-dhcp-server/dhcpd.conf +share/examples/rc.d/isc_dhcpd +@dirrm share/examples/isc-dhcp-server diff --git a/net/isc-dhcpd/distinfo b/net/isc-dhcpd/distinfo new file mode 100644 index 00000000000..adb87a69986 --- /dev/null +++ b/net/isc-dhcpd/distinfo @@ -0,0 +1,8 @@ +$NetBSD: distinfo,v 1.1.1.1 2007/12/12 20:04:29 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 |