diff options
author | wosch <wosch@FreeBSD.org> | 1997-06-23 03:16:26 +0800 |
---|---|---|
committer | wosch <wosch@FreeBSD.org> | 1997-06-23 03:16:26 +0800 |
commit | 1ea696b50dc55e65a442418ec0ad920cb9059f3f (patch) | |
tree | 9d60b35d655f4cff5cb2b2059ba9dbb60bc6a6b2 /net | |
parent | a85f1f99a566887b35094db6599b5ca825394aa9 (diff) | |
download | freebsd-ports-gnome-1ea696b50dc55e65a442418ec0ad920cb9059f3f.tar.gz freebsd-ports-gnome-1ea696b50dc55e65a442418ec0ad920cb9059f3f.tar.zst freebsd-ports-gnome-1ea696b50dc55e65a442418ec0ad920cb9059f3f.zip |
rshell is front end for rsh(1) and rcp(1).
Diffstat (limited to 'net')
-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 |