File: control

package info (click to toggle)
mingetty 1.08-4
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye
  • size: 212 kB
  • sloc: ansic: 2,552; makefile: 16
file content (22 lines) | stat: -rw-r--r-- 715 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Source: mingetty
Maintainer: Debian QA Group <packages@qa.debian.org>
Standards-Version: 4.5.0
Section: admin
Build-Depends: debhelper-compat (=13)
Priority: optional
Rules-Requires-Root: no

Package: mingetty
Architecture: any
Priority: optional
Section: admin
Depends: ${shlibs:Depends},${misc:Depends}
Description: Console-only getty
 Mingetty is a small, efficient, console-only getty for Linux.
 .
 "getty opens a tty port, prompts for a login name and invokes the
 /bin/login command. It is normally invoked by init(8)."
 .
 mingetty is a minimal getty for use on virtual consoles. Unlike
 the getty in the util-linux or mgetty packages, mingetty is not
 suitable for serial lines, which is why it's smaller.