---
name: open
version: 1.4
origin: sysutils/open
comment: Open opens a new vt and runs a command on it
arch: freebsd:9:x86:64
www: UNKNOWN
maintainer: fjoe@FreeBSD.org
prefix: /usr/local
licenselogic: single
flatsize: 10927
desc: |
  Open opens a new vt and runs a command on it. It can be used as a simple
  way to start several console logins without having to type your passwd
  on each VT in turn. open can be used as a simpler to use replacement for
  the doshell(8) command.

  open is similar in functionality to the AIX/RS6000 command of the same name.
categories: [sysutils]
options: {SETUID: off}
files:
  /usr/local/bin/open: f1249c1537ae1021246e14b8951b1cfbc5af26afb306b79b13a1ac0c2769e5d7
  /usr/local/man/man1/open.1.gz: 4e9fb4c51a8c91d0a47919c5e802123eb7a8becbd8211f59d318cea262d404a6
scripts: {}
message: |
  To use open it must be installed setuid root
  (type "chmod u+s /usr/local/bin/open")

  or

  all the VT devices that are not allocated
  to getty should be read/write by all, e.g.

  chmod a=rw /dev/ttyv[9abc]
