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 | |
parent | Add worker 2.1.0, a X11 File Manager based on Directory Opus. (diff) |
Add ddc 1.0, a program to control your DHCP daemon a la apachectl.
PR: 25479
Submitted by: Edwin Groothuis (edwin@mavetju.org)
Notes
Notes:
svn path=/head/; revision=40629
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 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 + |