chiark / gitweb /
fsckd: rework plymouth connection management
authorLennart Poettering <lennart@poettering.net>
Mon, 9 Mar 2015 17:45:50 +0000 (18:45 +0100)
committerLennart Poettering <lennart@poettering.net>
Mon, 9 Mar 2015 17:45:50 +0000 (18:45 +0100)
- the even source should not be freed before the fd for it is closed

- read() returns an ssize_t and we need to handle it as such

- properly handle errors from read()

- reuse on_plymouth_disconnect() whenever we disconnect from plymouth,
  and rename it plymouth_disconnect hence()


No differences found