git: Adjust numerous manual pages, scripts and Makefiles for the utmp removal.

Sascha Wildner swildner at crater.dragonflybsd.org
Wed Sep 11 10:13:06 PDT 2019


commit 25606b42ed0593ab50ef284f752abfa6b722de31
Author: Sascha Wildner <saw at online.de>
Date:   Wed Sep 11 19:12:29 2019 +0200

    Adjust numerous manual pages, scripts and Makefiles for the utmp removal.
    
    Also remove /var/run/utmp and /var/log/lastlog via 'make upgrade'. Keep
    any /var/log/wtmp and /var/log/wtmp.* files in case the user wants to
    convert them with wtmpcvt(1).

Summary of changes:
 Makefile_upgrade.inc                         |  2 ++
 bin/date/date.1                              |  6 +++---
 etc/Makefile                                 |  6 ------
 etc/newsyslog.conf                           |  1 -
 etc/periodic/monthly/200.accounting          |  2 +-
 etc/rc.d/cleanvar                            |  5 ++---
 etc/rc.d/diskless                            |  4 ++--
 etc/rc.d/sysdb                               |  2 +-
 include/sysexits.h                           |  2 +-
 include/utmpx.h                              |  1 -
 lib/libpam/modules/pam_lastlog/pam_lastlog.8 |  4 ++--
 lib/libutil/libutil.h                        |  1 -
 libexec/ftpd/Makefile                        |  2 +-
 libexec/ftpd/extern.h                        |  2 +-
 libexec/ftpd/ftpd.8                          |  4 ++--
 libexec/ftpd/ftpd.c                          | 20 ++++++++++----------
 libexec/ftpd/{logwtmp.c => logwtmpx.c}       |  2 +-
 libexec/talkd/process.c                      |  2 +-
 libexec/telnetd/sys_term.c                   |  6 +++---
 libexec/utmp_update/utmp_update.c            |  4 ++--
 sbin/init/NOTES                              |  4 ++--
 sbin/init/init.8                             | 12 ++++++------
 sbin/init/init.c                             |  2 +-
 sbin/reboot/reboot.8                         |  6 +++---
 share/examples/aws/cleanforamsimaging        |  2 +-
 share/man/man3/sysexits.3                    |  4 ++--
 share/man/man5/utmpx.5                       |  5 ++---
 share/man/man7/hier.7                        | 12 ++++++------
 sys/kern/tty_pty.c                           |  2 +-
 usr.bin/at/at.man                            |  4 ++--
 usr.bin/finger/finger.1                      |  7 +++----
 usr.bin/last/last.1                          | 19 +++++++------------
 usr.bin/login/login.c                        |  2 +-
 usr.bin/su/su.c                              |  2 +-
 usr.bin/talk/talk.1                          |  7 +++----
 usr.bin/users/users.1                        |  9 ++++-----
 usr.bin/w/w.1                                |  7 +++----
 usr.bin/w/w.c                                |  2 +-
 usr.bin/who/utmpentry.h                      |  4 ++--
 usr.bin/who/who.1                            | 24 +++++-------------------
 usr.bin/who/who.c                            |  2 +-
 usr.bin/write/write.c                        | 17 ++++++++---------
 usr.sbin/ac/ac.c                             |  8 ++++----
 usr.sbin/lastlogin/lastlogin.8               |  7 ++-----
 usr.sbin/lastlogin/lastlogin.c               |  2 +-
 usr.sbin/ppp/ppp.8.m4                        |  8 ++++----
 usr.sbin/rwhod/rwhod.8                       |  5 ++---
 47 files changed, 113 insertions(+), 150 deletions(-)
 rename libexec/ftpd/{logwtmp.c => logwtmpx.c} (97%)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/25606b42ed0593ab50ef284f752abfa6b722de31


-- 
DragonFly BSD source repository



More information about the Commits mailing list