configure: rename SOCKDIR to RUNDIR

This commit is contained in:
Miroslav Lichvar
2016-12-02 13:25:34 +01:00
parent 53b661b59d
commit b95c2a3f78
4 changed files with 15 additions and 15 deletions

View File

@@ -44,7 +44,7 @@ There are two ways *chronyc* can access *chronyd*. One is the Internet
Protocol (IPv4 or IPv6) and the other is a Unix domain socket, which is
accessible locally by the root or _chrony_ user. By default, *chronyc* first
tries to connect to the Unix domain socket. The compiled-in default path is
_@CHRONYSOCKDIR@/chronyd.sock_. If that fails (e.g. because *chronyc* is
_@CHRONYRUNDIR@/chronyd.sock_. If that fails (e.g. because *chronyc* is
running under a non-root user), it will try to connect to 127.0.0.1 and then
::1.