pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/isc-dhcpd This package provides the ISC Dynamic Ho...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/79b31f91c2e8
branches:  trunk
changeset: 536409:79b31f91c2e8
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Wed Dec 12 20:04:29 2007 +0000

description:
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@

diffstat:

 net/isc-dhcpd/DESCR    |   9 +++++++++
 net/isc-dhcpd/Makefile |  21 +++++++++++++++++++++
 net/isc-dhcpd/PLIST    |  15 +++++++++++++++
 net/isc-dhcpd/distinfo |   8 ++++++++
 4 files changed, 53 insertions(+), 0 deletions(-)

diffs (69 lines):

diff -r 7ab33e66aadc -r 79b31f91c2e8 net/isc-dhcpd/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/isc-dhcpd/DESCR       Wed Dec 12 20:04:29 2007 +0000
@@ -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 -r 7ab33e66aadc -r 79b31f91c2e8 net/isc-dhcpd/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/isc-dhcpd/Makefile    Wed Dec 12 20:04:29 2007 +0000
@@ -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 -r 7ab33e66aadc -r 79b31f91c2e8 net/isc-dhcpd/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/isc-dhcpd/PLIST       Wed Dec 12 20:04:29 2007 +0000
@@ -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 -r 7ab33e66aadc -r 79b31f91c2e8 net/isc-dhcpd/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/isc-dhcpd/distinfo    Wed Dec 12 20:04:29 2007 +0000
@@ -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



Home | Main Index | Thread Index | Old Index