]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Document control sockets and DHCPv6 lease file.
authorRoy Marples <roy@marples.name>
Tue, 25 Feb 2014 11:10:19 +0000 (11:10 +0000)
committerRoy Marples <roy@marples.name>
Tue, 25 Feb 2014 11:10:19 +0000 (11:10 +0000)
dhcpcd.8.in

index ad2dcaff94bb4f262f4cd649d69eb716755083b1..0ac23cf6f54e0f7c4bd7bd208e8c30d71cf023f5 100644 (file)
@@ -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 ,