Package: rungetty / 1.2-16.3

Metadata

Package Version Patches format
rungetty 1.2-16.3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01_make install fix | (download)

Makefile | 8 4 + 4 - 0 !
1 file changed, 4 insertions(+), 4 deletions(-)

 fix install target

02_manpage fix | (download)

rungetty.8 | 22 11 + 11 - 0 !
1 file changed, 11 insertions(+), 11 deletions(-)

 fixes small errors in the manpage

03_nogroup fix | (download)

rungetty.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 switch from nobody to nogroup for group (bts #87402)

04_disable path | (download)

rungetty.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 disabling of setting a path on our own (bts #113389)

05_getc fix | (download)

rungetty.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 change type of c in do_prompt to signed int (bts #160395)

06_initgroups | (download)

rungetty.c | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 call initgroups to get supplementary groups for processes
	(BTS #146145)

07_clear not reset | (download)

rungetty.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 send clear instead of reset (bts #309866)

08_autologin on all ttys | (download)

rungetty.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 allow autologin on all ttys (bts #515970)

glibc 2.32.patch | (download)

rungetty.c | 14 7 + 7 - 0 !
1 file changed, 7 insertions(+), 7 deletions(-)

---