diff options
author | will <will@FreeBSD.org> | 2001-03-31 03:12:56 +0000 |
---|---|---|
committer | will <will@FreeBSD.org> | 2001-03-31 03:12:56 +0000 |
commit | 2559658b55c7cfdb321f750126f9e057e80792a7 (patch) | |
tree | 091970f8cfb174a1c4d272d42256ff36b6267752 /net/ddc/files | |
parent | f03565378bb7874b523f03ad38c44095c9d2ae17 (diff) | |
download | FreeBSD-ports-2559658b55c7cfdb321f750126f9e057e80792a7.zip FreeBSD-ports-2559658b55c7cfdb321f750126f9e057e80792a7.tar.gz |
Add ddc 1.0, a program to control your DHCP daemon a la apachectl.
PR: 25479
Submitted by: Edwin Groothuis (edwin@mavetju.org)
Diffstat (limited to 'net/ddc/files')
-rw-r--r-- | net/ddc/files/patch-ddc | 15 | ||||
-rw-r--r-- | net/ddc/files/patch-ddc.8 | 18 |
2 files changed, 33 insertions, 0 deletions
diff --git a/net/ddc/files/patch-ddc b/net/ddc/files/patch-ddc new file mode 100644 index 0000000..a0eb891 --- /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 0000000..cf3f1e6 --- /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 + |