DragonFly-2.1.1.292.gd7f0d master etc/pam.d Makefile rsh usr.bin/rsh Makefile pathnames.h rsh.1 rsh.c
Peter Avalos
pavalos at crater.dragonflybsd.org
Sat Jan 3 19:23:33 PST 2009
commit d7f0d5a644286a5ac10ed367c1d890cda5e1f3f2
Author: Peter Avalos <pavalos at theshell.com>
Date: Sat Jan 3 20:30:08 2009 -0500
Sync rsh(1) with FreeBSD.
-Take out all the kerberos stuff and offload that to PAM.
-Use <paths.h> instead of a local pathnames.h.
Summary of changes:
etc/pam.d/Makefile | 1 +
etc/pam.d/rsh | 18 ++++
usr.bin/rsh/Makefile | 3 +-
usr.bin/rsh/pathnames.h | 36 --------
usr.bin/rsh/rsh.1 | 35 ++------
usr.bin/rsh/rsh.c | 203 +++++++----------------------------------------
6 files changed, 58 insertions(+), 238 deletions(-)
create mode 100644 etc/pam.d/rsh
delete mode 100644 usr.bin/rsh/pathnames.h
http://gitweb.dragonflybsd.org/?p=dragonfly.git;a=commitdiff;h=d7f0d5a644286a5ac10ed367c1d890cda5e1f3f2
--
DragonFly BSD source repository
More information about the Commits
mailing list