diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2018-06-17 12:08:28 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2018-06-17 12:08:28 +0000 |
commit | c082a5befc0686cd3744372e57fcfd0399ad9b67 (patch) | |
tree | 7efd181c1f430849064324e95a1eb6426392227c | |
parent | 089f7de7ee652290bdbab992ce41244dfd0674f5 (diff) | |
download | utmps-c082a5befc0686cd3744372e57fcfd0399ad9b67.tar.xz |
Fix configure help message for socket paths
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -45,8 +45,8 @@ Optional features: --enable-absolute-paths do not rely on PATH to access this package's binaries, hardcode absolute BINDIR/foobar paths instead [disabled] - --with-utmp-socket=PATH assume the utmpd socket is at PATH [/run/utmps/.utmpd-socket] - --with-wtmp-socket=PATH assume the wtmpd socket is at PATH [/run/utmps/.wtmpd-socket] + --with-utmpd-socket=PATH assume the utmpd socket is at PATH [/run/utmps/.utmpd-socket] + --with-wtmpd-socket=PATH assume the wtmpd socket is at PATH [/run/utmps/.wtmpd-socket] EOF exit 0 |