[enh] logging: we don't care about 'update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults'

This commit is contained in:
Alexandre Aubin 2021-10-24 16:09:34 +02:00
parent 4ebcaf8d7e
commit 4e917b5e96

View file

@ -359,6 +359,7 @@ def hook_exec(
r"Created symlink /etc/systemd",
r"dpkg: warning: while removing .* not empty so not removed",
r"apt-key output should not be parsed",
r"update-rc.d: ",
]
return all(not re.search(w, msg) for w in irrelevant_warnings)