]> git.ipfire.org Git - thirdparty/util-linux.git/commit
sulogin: agetty: use the plymouth local protocol instead the plymouth binary
authorWerner Fink <werner@suse.de>
Fri, 22 Apr 2016 10:16:04 +0000 (12:16 +0200)
committerKarel Zak <kzak@redhat.com>
Fri, 20 May 2016 09:21:10 +0000 (11:21 +0200)
commitfe3f7e17aad40d2e0e16fb2102ea4980589ee412
tree247df3e9dca17e620a643dbf606f674fef19383d
parentfded7cd03401e7b4ffe945c6855e325192a8b4d8
sulogin: agetty: use the plymouth local protocol instead the plymouth binary

for stopping plymouthd.  That do not depend on the existence of
the plymouth binary if it e.g. becomes uninstalled or an other
service is providing plymouthd facilities.

[kzak@redhat.com: - fix compiler warnings [-Wpointer-sign]
                  - use sizeof() for write_all()
                  - cast to char* for read_all]

Signed-off-by: Werner Fink <werner@suse.de>
Signed-off-by: Karel Zak <kzak@redhat.com>
include/plymouth-ctrl.h [new file with mode: 0644]
lib/Makemodule.am
lib/plymouth-ctrl.c [new file with mode: 0644]
login-utils/sulogin.c
term-utils/agetty.c