]> Zhao Yanbai Git Server - minix.git/commit
Import NetBSD rcmd, rcp, rsh, rshd 81/3181/2
authorDavid van Moolenbroek <david@minix3.org>
Sat, 19 Sep 2015 17:12:39 +0000 (17:12 +0000)
committerDavid van Moolenbroek <david@minix3.org>
Wed, 23 Sep 2015 12:03:06 +0000 (12:03 +0000)
commit93d36fc9d8fb766b78367bb140abfb114ba8c0b5
treea785130dbe3f56393e7c62800a83db958d7f2d5e
parented223591a80825b9ab0fea00740579140b6d2a8e
Import NetBSD rcmd, rcp, rsh, rshd

Change-Id: I83d908bbe17f04826e9b5c3a220a5bb2c3a51c80
35 files changed:
bin/Makefile
bin/rcmd/Makefile [new file with mode: 0644]
bin/rcmd/rcmd.1 [new file with mode: 0644]
bin/rcp/Makefile [new file with mode: 0644]
bin/rcp/extern.h [new file with mode: 0644]
bin/rcp/pathnames.h [new file with mode: 0644]
bin/rcp/rcp.1 [new file with mode: 0644]
bin/rcp/rcp.c [new file with mode: 0644]
bin/rcp/util.c [new file with mode: 0644]
distrib/sets/lists/minix/mi
etc/rc.daemons.dist
libexec/Makefile
libexec/rshd/Makefile [new file with mode: 0644]
libexec/rshd/rshd.8 [new file with mode: 0644]
libexec/rshd/rshd.c [new file with mode: 0644]
minix/commands/Makefile
minix/commands/rcp/Makefile [deleted file]
minix/commands/rcp/rcp.c [deleted file]
minix/commands/rsh/Makefile [deleted file]
minix/commands/rsh/rsh.c [deleted file]
minix/commands/rshd/Makefile [deleted file]
minix/commands/rshd/rshd.c [deleted file]
minix/commands/tcpd/tcpd.c
minix/man/man1/Makefile
minix/man/man1/rcp.1 [deleted file]
minix/man/man1/rsh.1 [deleted file]
minix/man/man8/Makefile
minix/man/man8/rshd.8 [deleted file]
usr.bin/Makefile
usr.bin/rsh/Makefile [new file with mode: 0644]
usr.bin/rsh/getport.c [new file with mode: 0644]
usr.bin/rsh/getport.h [new file with mode: 0644]
usr.bin/rsh/pathnames.h [new file with mode: 0644]
usr.bin/rsh/rsh.1 [new file with mode: 0644]
usr.bin/rsh/rsh.c [new file with mode: 0644]