Minimal Getty for Virtual Consoles
http://www.ibiblio.org/pub/Linux/system/serial/getty/
rungetty might be the getty you were looking for when you want 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.
- Developed at Base:System
- Sources inherited from project openSUSE:Factory
-
1
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory:Rebuild/rungetty && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
01_rungetty-remove_sys_errlist.patch | 0000002037 1.99 KB | |
02_rungetty-manpage.patch | 0000002361 2.31 KB | |
03_rungetty-disable_path.patch | 0000000492 492 Bytes | |
04_rungetty-use_signed_int.patch | 0000000337 337 Bytes | |
05_rungetty-missing-call-to-setgroups-before-setui |
0000000747 747 Bytes | |
06_rungetty-get_supplementary_groups_for_process.p |
0000000353 353 Bytes | |
07_rungetty-allow_autologin-on-all-ttys.patch | 0000000531 531 Bytes | |
rungetty-1.2.tar.bz2 | 0000014667 14.3 KB | |
rungetty.changes | 0000001374 1.34 KB | |
rungetty.spec | 0000002278 2.22 KB |
Latest Revision
Dominique Leuenberger (dimstar_suse)
accepted
request 931831
from
Lars Vogdt (lrupp)
(revision 6)
- finish UsrMerge, install to /usr/sbin (boo#1191106) - rename rungetty.patch to 01_rungetty-remove_sys_errlist.patch - copied patches from Debian: 02_rungetty-manpage.patch to fix some errors in the manpage 03_rungetty-disable_path.patch do not hardcode the search path 04_rungetty-use_signed_int.patch change type of c in do_prompt to signed int 06_rungetty-get_supplementary_groups_for_process.patch call initgroups to get supplementary groups for processes 07_rungetty-allow_autologin-on-all-ttys.patch allow autologin on all TTYs (not only tty1) - added patch to remove any extraneous groups when dropping root privileges: 05_rungetty-missing-call-to-setgroups-before-setuid.patch
Comments 0