From 2caa705bebc970e59f2b7500b0b0604cae926ab2 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Thu, 7 Jun 2018 12:38:22 +0000 Subject: Add utmpxname, change default socket names, ready for 0.0.1.0 --- configure | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'configure') 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 -- cgit v1.2.3