git: Bring in OpenBSD's banner(1).

Rimvydas Jasinskas zrj at crater.dragonflybsd.org
Wed Nov 15 08:05:04 PST 2017


commit f1cb52755c9ca07e389bde26afd50ccb204b74da
Author: zrj <rimvydas.jasinskas at gmail.com>
Date:   Wed Nov 15 15:56:43 2017 +0200

    Bring in OpenBSD's banner(1).
    
    I find it more pleasing to the eyes than banner(6).
    
    While there, constify array in lpd(8) too.
    
    Taken-from: OpenBSD

Summary of changes:
 usr.bin/Makefile           |    1 +
 usr.bin/banner/Makefile    |    7 +
 usr.bin/banner/banner.1    |   46 ++
 usr.bin/banner/banner.c    |  157 ++++++
 usr.bin/banner/banner.h    |   29 ++
 usr.bin/banner/chset.c     | 1153 ++++++++++++++++++++++++++++++++++++++++++++
 usr.sbin/lpr/lpd/extern.h  |    3 +-
 usr.sbin/lpr/lpd/lpdchar.c |  191 ++++----
 8 files changed, 1489 insertions(+), 98 deletions(-)
 create mode 100644 usr.bin/banner/Makefile
 create mode 100644 usr.bin/banner/banner.1
 create mode 100644 usr.bin/banner/banner.c
 create mode 100644 usr.bin/banner/banner.h
 create mode 100644 usr.bin/banner/chset.c

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


-- 
DragonFly BSD source repository



More information about the Commits mailing list