git: Remove catman(1) since it is no longer needed in modern times.

Sascha Wildner swildner at crater.dragonflybsd.org
Sun Apr 21 02:20:00 PDT 2019


commit aefcce8992a141c870aeae51c2aa324874c753e1
Author: Sascha Wildner <saw at online.de>
Date:   Sun Apr 21 10:24:11 2019 +0200

    Remove catman(1) since it is no longer needed in modern times.
    
    It was used to bulk format manual pages for faster displaying.
    
    su(1)'s EXAMPLES section was taken from FreeBSD.
    
    Our man(1) command still stores and utilizes manual pages in
    /usr/share/man/cat* after this commit.

Summary of changes:
 Makefile_upgrade.inc                         |   4 +
 etc/defaults/periodic.conf                   |   3 -
 etc/periodic/weekly/330.catman               |  59 --
 etc/periodic/weekly/Makefile                 |   1 -
 libexec/makewhatis.local/Makefile            |   2 -
 libexec/makewhatis.local/makewhatis.local.8  |  23 +-
 libexec/makewhatis.local/makewhatis.local.sh |   3 -
 share/man/man5/periodic.conf.5               |  11 +-
 share/man/man5/rc.conf.5                     |   3 +-
 usr.bin/Makefile                             |   1 -
 usr.bin/catman/Makefile                      |   6 -
 usr.bin/catman/catman.1                      | 107 ----
 usr.bin/catman/catman.c                      | 805 ---------------------------
 usr.bin/crunch/examples/really-big.conf      |   2 +-
 usr.bin/su/su.1                              |  26 +-
 usr.sbin/manctl/manctl.8                     |   5 +-
 16 files changed, 29 insertions(+), 1032 deletions(-)
 delete mode 100644 etc/periodic/weekly/330.catman
 delete mode 100644 usr.bin/catman/Makefile
 delete mode 100644 usr.bin/catman/catman.1
 delete mode 100644 usr.bin/catman/catman.c

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/aefcce8992a141c870aeae51c2aa324874c753e1


-- 
DragonFly BSD source repository


More information about the Commits mailing list