aboutsummaryrefslogtreecommitdiff
path: root/net/rshell/pkg-descr
diff options
context:
space:
mode:
authorWolfram Schneider <wosch@FreeBSD.org>1997-06-22 19:16:26 +0000
committerWolfram Schneider <wosch@FreeBSD.org>1997-06-22 19:16:26 +0000
commit7a879a4c743121498a111e04f6869d44ee167e58 (patch)
tree628f6a48310eee16b8b80b351341a848c405e3e0 /net/rshell/pkg-descr
parentda38f45ef394ca194a8f6a5fac5b95f2a5f95332 (diff)
downloadports-7a879a4c743121498a111e04f6869d44ee167e58.tar.gz
ports-7a879a4c743121498a111e04f6869d44ee167e58.zip
Notes
Diffstat (limited to 'net/rshell/pkg-descr')
-rw-r--r--net/rshell/pkg-descr21
1 files changed, 21 insertions, 0 deletions
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 .'