summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2018-06-07 12:38:22 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2018-06-07 12:38:22 +0000
commit2caa705bebc970e59f2b7500b0b0604cae926ab2 (patch)
tree2c81a780648555eb16aec5adf1b2f39ff6682a74 /configure
parent5797f4f3721c8e59b6d6eda169c35c841e97ffaf (diff)
downloadutmps-2caa705bebc970e59f2b7500b0b0604cae926ab2.tar.xz
Add utmpxname, change default socket names, ready for 0.0.1.0
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure8
1 files changed, 4 insertions, 4 deletions
diff --git a/configure b/configure
index f21429a..423c5c1 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-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]
EOF
exit 0
@@ -160,8 +160,8 @@ addlibdpath=''
vpaths=''
vpathd=''
build=
-utmpdpath=/run/utmps/utmpd-socket
-wtmpdpath=/run/utmps/wtmpd-socket
+utmpdpath=/run/utmps/.utmpd-socket
+wtmpdpath=/run/utmps/.wtmpd-socket
for arg ; do
case "$arg" in