git: Remove various 'r' commands and daemons.

Sascha Wildner swildner at crater.dragonflybsd.org
Sun Dec 31 05:54:26 PST 2017


commit 2458c6f4cb6284cf8c259e0e5bf12ff74ff41952
Author: Sascha Wildner <saw at online.de>
Date:   Sun Dec 31 14:53:38 2017 +0100

    Remove various 'r' commands and daemons.
    
    rcp(1), rlogin(1), rlogind(1), rsh(1) and rshd(1). In the unlikely case
    that someone still needs them, they can use the net/bsdrcmds port to
    bring them back.
    
    FreeBSD removed them in October 2017 and I took their work as a guideline.

Summary of changes:
 Makefile_upgrade.inc                    |  10 +
 UPDATING                                |   6 +
 bin/Makefile                            |   1 -
 bin/cp/cp.1                             |   4 +-
 bin/rcp/Makefile                        |  16 -
 bin/rcp/extern.h                        |  47 --
 bin/rcp/rcp.1                           | 166 ------
 bin/rcp/rcp.c                           | 932 --------------------------------
 bin/rcp/util.c                          | 156 ------
 etc/inetd.conf                          |   8 +-
 include/paths.h                         |   6 +-
 lib/libc/net/rcmd.3                     |  17 +-
 lib/libc/net/rcmdsh.3                   |  11 +-
 libexec/Makefile                        |   2 -
 libexec/rlogind/Makefile                |  11 -
 libexec/rlogind/pathnames.h             |  37 --
 libexec/rlogind/rlogind.8               | 203 -------
 libexec/rlogind/rlogind.c               | 612 ---------------------
 libexec/rshd/Makefile                   |  17 -
 libexec/rshd/rshd.8                     | 254 ---------
 libexec/rshd/rshd.c                     | 704 ------------------------
 sbin/dump/Makefile                      |   2 -
 sbin/hammer/hammer.8                    |   4 +-
 sbin/restore/Makefile                   |   1 -
 share/man/man4/pty.4                    |   7 +-
 share/man/man4/termios.4                |   4 +-
 share/man/man4/tty.4                    |   4 +-
 share/man/man5/hosts.equiv.5            |   9 +-
 usr.bin/Makefile                        |   2 -
 usr.bin/crunch/README                   |   4 +-
 usr.bin/crunch/examples/fixit.conf      |   4 +-
 usr.bin/crunch/examples/really-big.conf |   4 +-
 usr.bin/login/login.1                   |   4 +-
 usr.bin/rlogin/Makefile                 |  12 -
 usr.bin/rlogin/rlogin.1                 | 239 --------
 usr.bin/rlogin/rlogin.c                 | 880 ------------------------------
 usr.bin/rsh/Makefile                    |  14 -
 usr.bin/rsh/rsh.1                       | 175 ------
 usr.bin/rsh/rsh.c                       | 361 -------------
 usr.bin/telnet/telnet.1                 |   8 +-
 usr.sbin/inetd/inetd.8                  |   8 +-
 41 files changed, 67 insertions(+), 4899 deletions(-)
 delete mode 100644 bin/rcp/Makefile
 delete mode 100644 bin/rcp/extern.h
 delete mode 100644 bin/rcp/rcp.1
 delete mode 100644 bin/rcp/rcp.c
 delete mode 100644 bin/rcp/util.c
 delete mode 100644 libexec/rlogind/Makefile
 delete mode 100644 libexec/rlogind/pathnames.h
 delete mode 100644 libexec/rlogind/rlogind.8
 delete mode 100644 libexec/rlogind/rlogind.c
 delete mode 100644 libexec/rshd/Makefile
 delete mode 100644 libexec/rshd/rshd.8
 delete mode 100644 libexec/rshd/rshd.c
 delete mode 100644 usr.bin/rlogin/Makefile
 delete mode 100644 usr.bin/rlogin/rlogin.1
 delete mode 100644 usr.bin/rlogin/rlogin.c
 delete mode 100644 usr.bin/rsh/Makefile
 delete mode 100644 usr.bin/rsh/rsh.1
 delete mode 100644 usr.bin/rsh/rsh.c

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/2458c6f4cb6284cf8c259e0e5bf12ff74ff41952


-- 
DragonFly BSD source repository


More information about the Commits mailing list