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 --- doc/index.html | 6 +++--- doc/utmps-utmpd.html | 2 +- doc/utmps-wtmpd.html | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'doc') diff --git a/doc/index.html b/doc/index.html index 45027f9..2db9eba 100644 --- a/doc/index.html +++ b/doc/index.html @@ -20,8 +20,8 @@

What is it ?

- utmps is an implementation of the utmp.h and utmpx.h -family of functions performing user accounting on Unix systems. + utmps is an implementation of the utmpx.h family of functions +performing user accounting on Unix systems.

@@ -56,7 +56,7 @@ running utmp functions are just clients to this daemon.

  • A POSIX-compliant system with a standard C development environment
  • GNU make, version 3.81 or later
  • skalibs version -2.6.1.0 or later. It's a build-time requirement. It's also a run-time +2.6.4.0 or later. It's a build-time requirement. It's also a run-time requirement if you link against the shared version of the skalibs library.
  • diff --git a/doc/utmps-utmpd.html b/doc/utmps-utmpd.html index 57fa6ac..78ca490 100644 --- a/doc/utmps-utmpd.html +++ b/doc/utmps-utmpd.html @@ -40,7 +40,7 @@ on how to run such a service.

    -/run/utmps/utmpd-socket is the default place where utmps's +/run/utmps/.utmpd-socket is the default place where utmps's implementation of the utmpx.h functions expects the utmpd service to be. It can be changed at build time by giving the --with-utmp-socket=PATH option to configure. diff --git a/doc/utmps-wtmpd.html b/doc/utmps-wtmpd.html index a1e090b..fb49963 100644 --- a/doc/utmps-wtmpd.html +++ b/doc/utmps-wtmpd.html @@ -40,7 +40,7 @@ on how to run such a service.

    -/run/utmps/wtmpd-socket is the default place where utmps's +/run/utmps/.wtmpd-socket is the default place where utmps's implementation of the updwtmpx() function expects the wtmpd service to be. It can be changed at build time by giving the --with-wtmp-socket=PATH option to configure. -- cgit v1.2.3