From b6ee230e947947860616c28c9f43b12ce123f95d Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Tue, 25 Feb 2014 11:10:19 +0000 Subject: [PATCH] Document control sockets and DHCPv6 lease file. --- dhcpcd.8.in | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/dhcpcd.8.in b/dhcpcd.8.in index ad2dcaff..0ac23cf6 100644 --- a/dhcpcd.8.in +++ b/dhcpcd.8.in @@ -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 @@ Each script can be disabled by using the .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 , -- 2.47.3