diff options
| author | Will Andrews <will@FreeBSD.org> | 2001-03-31 03:12:56 +0000 |
|---|---|---|
| committer | Will Andrews <will@FreeBSD.org> | 2001-03-31 03:12:56 +0000 |
| commit | cfb333a3ef0551abd941ab5a5393d7add0f8d528 (patch) | |
| tree | 367e35a6283079f64638654cc016247d16b3b179 /net/ddc/files/patch-ddc | |
| parent | a04eba9ba60e87c26c6726b0453d632a28d73821 (diff) | |
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/patch-ddc')
| -rw-r--r-- | net/ddc/files/patch-ddc | 15 |
1 files changed, 15 insertions, 0 deletions
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" + # + # |
