git: who(1)/finger(1): Move to utmpx. Drop utmp support.

Sascha Wildner swildner at crater.dragonflybsd.org
Tue Sep 10 13:46:21 PDT 2019


commit 5667bed1b928eab3273618cac58cfd46211b2688
Author: Sascha Wildner <saw at online.de>
Date:   Tue Sep 10 21:06:24 2019 +0200

    who(1)/finger(1): Move to utmpx. Drop utmp support.
    
    finger(1) utmpx support taken from FreeBSD.
    
    This also moves the consumers of utmpentry.c to utmpx: talkd(8),
    systat(1), users(1), wall(1) and write(1).

Summary of changes:
 libexec/talkd/Makefile  |   2 +-
 usr.bin/finger/Makefile |   2 +-
 usr.bin/finger/lprint.c |   2 -
 usr.bin/finger/net.c    |   1 -
 usr.bin/finger/sprint.c |   7 ++-
 usr.bin/finger/util.c   |  47 ++++++-----------
 usr.bin/systat/Makefile |   2 +-
 usr.bin/users/Makefile  |   2 +-
 usr.bin/wall/Makefile   |   2 +-
 usr.bin/who/Makefile    |   4 --
 usr.bin/who/utmpentry.c | 131 ------------------------------------------------
 usr.bin/who/utmpentry.h |  17 ++-----
 usr.bin/who/who.c       |   7 ---
 usr.bin/write/Makefile  |   2 +-
 14 files changed, 28 insertions(+), 200 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/5667bed1b928eab3273618cac58cfd46211b2688


-- 
DragonFly BSD source repository


More information about the Commits mailing list