diff options
author | Wolfram Schneider <wosch@FreeBSD.org> | 1997-06-22 19:16:26 +0000 |
---|---|---|
committer | Wolfram Schneider <wosch@FreeBSD.org> | 1997-06-22 19:16:26 +0000 |
commit | 7a879a4c743121498a111e04f6869d44ee167e58 (patch) | |
tree | 628f6a48310eee16b8b80b351341a848c405e3e0 /net/rshell | |
parent | da38f45ef394ca194a8f6a5fac5b95f2a5f95332 (diff) | |
download | ports-7a879a4c743121498a111e04f6869d44ee167e58.tar.gz ports-7a879a4c743121498a111e04f6869d44ee167e58.zip |
Notes
Diffstat (limited to 'net/rshell')
-rw-r--r-- | net/rshell/Makefile | 14 | ||||
-rw-r--r-- | net/rshell/distinfo | 1 | ||||
-rw-r--r-- | net/rshell/pkg-comment | 1 | ||||
-rw-r--r-- | net/rshell/pkg-descr | 21 | ||||
-rw-r--r-- | net/rshell/pkg-plist | 3 |
5 files changed, 40 insertions, 0 deletions
diff --git a/net/rshell/Makefile b/net/rshell/Makefile new file mode 100644 index 000000000000..616bb3020706 --- /dev/null +++ b/net/rshell/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: rshell +# Version required: 1.0 +# Date created: 1997/06/09 +# Whom: wosch +# +# $Id$ + + +DISTNAME= rshell-1.0 +CATEGORIES= misc +MASTER_SITES= ftp://ftp.freebsd.org/pub/FreeBSD/distfiles/LOCAL_PORTS/ +MAINTAINER= wosch@FreeBSD.ORG + +.include <bsd.port.mk> diff --git a/net/rshell/distinfo b/net/rshell/distinfo new file mode 100644 index 000000000000..49ebea18ce58 --- /dev/null +++ b/net/rshell/distinfo @@ -0,0 +1 @@ +MD5 (rshell-1.0.tar.gz) = 24512a7a82452b322ce078c384bf51be diff --git a/net/rshell/pkg-comment b/net/rshell/pkg-comment new file mode 100644 index 000000000000..e05fcf76253e --- /dev/null +++ b/net/rshell/pkg-comment @@ -0,0 +1 @@ +A front end for rsh(1) and rcp(1). diff --git a/net/rshell/pkg-descr b/net/rshell/pkg-descr new file mode 100644 index 000000000000..796bdb960077 --- /dev/null +++ b/net/rshell/pkg-descr @@ -0,0 +1,21 @@ +DESCRIPTION + rshell is front end for rsh(1) and rcp(1). Rshell read the host and + username aliases from the configuration file $HOME/.rshellrc with the + following syntax: + + alias <hostname alias> <full hostname> + + or + + alias <host,host2,...> <email@hostname> + +EXAMPLES + The following are examples of a typical usage of the rshell command: + + $ rshell foo + + which rshell expand to `rsh -l wosch mail.foobar.com' + + $ rcp foo:/etc/motd . + + which rcopy expand to `rcp wosch@mail.foobar.com:/etc/motd .' diff --git a/net/rshell/pkg-plist b/net/rshell/pkg-plist new file mode 100644 index 000000000000..ccf0219887f8 --- /dev/null +++ b/net/rshell/pkg-plist @@ -0,0 +1,3 @@ +bin/rshell +man/man1/rshell.1.gz +share/dot.rshellrc |