File: control

package info (click to toggle)
open 1.4-9
  • links: PTS
  • area: main
  • in suites: hamm
  • size: 88 kB
  • ctags: 24
  • sloc: ansic: 242; makefile: 67; sh: 41
file content (17 lines) | stat: -rw-r--r-- 594 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Source: open
Section: admin
Priority: optional
Maintainer: Joey Hess <joeyh@master.debian.org>
Standards-Version: 2.4.0.0

Package: open
Architecture: any
Depends: ${shlibs:Depends}
Conflicts: kbd (<<0.92-1)
Description: start a program on a new virtual terminal (VT)
 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.