---
name: rshell
version: 1.0
origin: net/rshell
comment: A front end for rsh(1) and rcp(1)
arch: freebsd:9:x86:64
www: UNKNOWN
maintainer: wosch@FreeBSD.org
prefix: /usr/local
licenselogic: single
flatsize: 4369
desc: |
  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 .'
categories: [net]
files:
  /usr/local/bin/rshell: eedc086bbe7738c3b40ff5e02f83826d0a63fe619facf9da077727d7bcb17d76
  /usr/local/man/man1/rcopy.1.gz: '-'
  /usr/local/man/man1/rshell.1.gz: edab6286f6cee6aac1cd373d9f9ed602e7bf72a008e26d842e61b0a9e47b63cf
  /usr/local/share/dot.rshellrc: 9668ed79ff515e4db86f67ff281807e111922c1c53d52cbe6cccb28b9e1ff11e
scripts:
  post-install: |
    ln -f /usr/local/bin/rshell /usr/local/bin/rcopy
  pre-deinstall: |
    rm /usr/local/bin/rcopy
