update-done: Do not fail with read-only /etc or /var
authorFelix Riemann <felix.riemann@sma.de>
Mon, 19 Oct 2020 16:54:53 +0000 (18:54 +0200)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 20 Oct 2020 04:46:36 +0000 (13:46 +0900)
commit1eee15c3885fcc9f6a40df7e42347cb8fca71280
treef7502db8de3824d4d8ce91bba5f263ee90027c91
parent4b28e50f9ef7655542a5ce5bc05857508ddf1495
update-done: Do not fail with read-only /etc or /var

With the switch from log_debug() to log_debug_errno() in commit c413bb28df
systemd-update-done would fail without any error message if /etc
or /var were read-only. This restores the previous behaviour to
silently ignore these directories again.
src/update-done/update-done.c