File: control

package info (click to toggle)
rungetty 1.2-16.1
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 300 kB
  • sloc: ansic: 3,494; makefile: 30
file content (20 lines) | stat: -rw-r--r-- 821 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Source: rungetty
Section: admin
Priority: optional
Maintainer: Rhonda D'Vine <rhonda@debian.org>
Build-Depends: debhelper (>= 9~)
Standards-Version: 3.9.6

Package: rungetty
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: minimal console getty that can run any process
 rungetty might be the getty you were looking for.  It is able to run any
 program, not just login. If a different program than login is used it usually
 is run as nobody:nogroup, or the user/group specified on the commandline.
 rungetty can even be configured to autologin, under certain circumstances.
 See the manual page for more information.
 .
 You have to change some lines in /etc/inittab for having any effect after
 installing the package.  rungetty is based on mingetty and therefore not
 suitable for serial use.