changeset 2332:84b8da99074a draft

Document control sockets and DHCPv6 lease file.
author Roy Marples <roy@marples.name>
date Tue, 25 Feb 2014 11:10:19 +0000
parents 275d5677514a
children d02375027bdf
files dhcpcd.8.in
diffstat 1 files changed, 12 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/dhcpcd.8.in	Tue Feb 25 10:24:01 2014 +0000
+++ b/dhcpcd.8.in	Tue Feb 25 11:10:19 2014 +0000
@@ -22,7 +22,7 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.Dd January 31, 2014
+.Dd February 25, 2014
 .Dt DHCPCD 8
 .Os
 .Sh NAME
@@ -627,22 +627,30 @@
 .Fl C , Fl Fl nohook
 option described above.
 .It Pa @DBDIR@/dhcpcd\- Ns Ar interface Ns .lease
-The actual DHCP message send by the server.
+The actual DHCP message sent by the server.
+We use this when reading the last
+lease and use the files mtime as when it was issued.
+.It Pa @DBDIR@/dhcpcd\- Ns Ar interface Ns .lease6
+The actual DHCPv6 message sent by the server.
 We use this when reading the last
 lease and use the files mtime as when it was issued.
 .It Pa @DBDIR@/dhcpcd-rdm.monotonic
 Stores the monotonic counter used in the
 .Ar replay
 field in Authentication Options.
-.It Pa /var/run/dhcpcd.pid
+.It Pa @RUNDIR@dhcpcd.pid
 Stores the PID of
 .Nm
 running on all interfaces.
-.It Pa /var/run/dhcpcd\- Ns Ar interface Ns .pid
+.It Pa @RUNDIR@dhcpcd\- Ns Ar interface Ns .pid
 Stores the PID of
 .Nm
 running on the
 .Ar interface .
+.It Pa @RUNDIR@/dhcpcd.sock
+Control socket to the master daemon.
+.It Pa @RUNDIR@/dhcpcd\- Ns Ar interface Ns .sock
+Control socket to per interface daemon.
 .El
 .Sh SEE ALSO
 .Xr fnmatch 3 ,