aboutsummaryrefslogtreecommitdiff
path: root/net/ddc
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2001-03-31 03:12:56 +0000
committerWill Andrews <will@FreeBSD.org>2001-03-31 03:12:56 +0000
commitcfb333a3ef0551abd941ab5a5393d7add0f8d528 (patch)
tree367e35a6283079f64638654cc016247d16b3b179 /net/ddc
parenta04eba9ba60e87c26c6726b0453d632a28d73821 (diff)
downloadports-cfb333a3ef0551abd941ab5a5393d7add0f8d528.tar.gz
ports-cfb333a3ef0551abd941ab5a5393d7add0f8d528.zip
Notes
Diffstat (limited to 'net/ddc')
-rw-r--r--net/ddc/Makefile17
-rw-r--r--net/ddc/distinfo1
-rw-r--r--net/ddc/files/patch-ddc15
-rw-r--r--net/ddc/files/patch-ddc.818
-rw-r--r--net/ddc/pkg-comment1
-rw-r--r--net/ddc/pkg-descr7
-rw-r--r--net/ddc/pkg-plist1
7 files changed, 60 insertions, 0 deletions
diff --git a/net/ddc/Makefile b/net/ddc/Makefile
new file mode 100644
index 000000000000..652742cfc81c
--- /dev/null
+++ b/net/ddc/Makefile
@@ -0,0 +1,17 @@
+# New ports collection makefile for: ddc
+# Date created: 1 March 2001
+# Whom: Edwin Groothuis (edwin@mavetju.org)
+#
+# $FreeBSD$
+#
+
+PORTNAME= ddc
+PORTVERSION= 1.0
+CATEGORIES= net
+MASTER_SITES= http://www.mavetju.org/download/
+
+MAINTAINER= edwin@mavetju.org
+
+MAN8= ddc.8
+
+.include <bsd.port.mk>
diff --git a/net/ddc/distinfo b/net/ddc/distinfo
new file mode 100644
index 000000000000..37ec4aa507e7
--- /dev/null
+++ b/net/ddc/distinfo
@@ -0,0 +1 @@
+MD5 (ddc-1.0.tar.gz) = f1443abebca6290403b7b2e2fa18e3cf
diff --git a/net/ddc/files/patch-ddc b/net/ddc/files/patch-ddc
new file mode 100644
index 000000000000..a0eb8914c542
--- /dev/null
+++ b/net/ddc/files/patch-ddc
@@ -0,0 +1,15 @@
+--- ddc Mon Dec 18 15:27:48 2000
++++ ddc Thu Mar 1 22:44:38 2001
+@@ -5,10 +5,10 @@
+ #
+ # global variables, you might have to change them!
+ #
+-DHCPD=/usr/sbin/dhcpd
++DHCPD=/usr/local/sbin/dhcpd
+ PIDFILE=/var/run/dhcpd.pid
+ LF=/var/db/dhcpd.leases
+-CF=/etc/dhcpd.conf
++CF=/usr/local/etc/dhcpd.conf
+ #OPTIONS="-q -p 90 fxp0"
+ #
+ #
diff --git a/net/ddc/files/patch-ddc.8 b/net/ddc/files/patch-ddc.8
new file mode 100644
index 000000000000..cf3f1e6894b5
--- /dev/null
+++ b/net/ddc/files/patch-ddc.8
@@ -0,0 +1,18 @@
+--- ddc.8 Thu Mar 1 18:31:47 2001
++++ ddc.8 Thu Mar 1 22:47:52 2001
+@@ -53,13 +53,13 @@
+
+ .Sh FILES
+ .Bl -tag -width /var/db/dhcpd.leases -compact
+-.It Pa /usr/sbin/dhcpd
++.It Pa /usr/local/sbin/dhcpd
+ Executable of the DHCPD.
+ .It Pa /var/run/dhcpd.pid
+ Process id of the DHCP daemon.
+ .It Pa /var/db/dhcpd.leases
+ DHCPD client lease database
+-.It Pa /etc/dhcpd.conf
++.It Pa /usr/local/etc/dhcpd.conf
+ Configuration file of the DHCP daemon.
+ .El
+
diff --git a/net/ddc/pkg-comment b/net/ddc/pkg-comment
new file mode 100644
index 000000000000..c5e338a48ba0
--- /dev/null
+++ b/net/ddc/pkg-comment
@@ -0,0 +1 @@
+Control your DHCP daemon a la apachectl
diff --git a/net/ddc/pkg-descr b/net/ddc/pkg-descr
new file mode 100644
index 000000000000..456cd578132d
--- /dev/null
+++ b/net/ddc/pkg-descr
@@ -0,0 +1,7 @@
+This command allows the system administrator to control the operation
+of the DHCP daemon.
+
+WWW: http://www.mavetju.org/unix/general.phtml
+
+- Edwin Groothuis
+edwin@mavetju.org
diff --git a/net/ddc/pkg-plist b/net/ddc/pkg-plist
new file mode 100644
index 000000000000..a6375e424039
--- /dev/null
+++ b/net/ddc/pkg-plist
@@ -0,0 +1 @@
+bin/ddc