summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2018-06-17 12:08:28 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2018-06-17 12:08:28 +0000
commitc082a5befc0686cd3744372e57fcfd0399ad9b67 (patch)
tree7efd181c1f430849064324e95a1eb6426392227c
parent089f7de7ee652290bdbab992ce41244dfd0674f5 (diff)
downloadutmps-c082a5befc0686cd3744372e57fcfd0399ad9b67.tar.xz
Fix configure help message for socket paths
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 423c5c1..42d2343 100755
--- a/configure
+++ b/configure
@@ -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