From: Davin McCall Date: Sun, 3 Jan 2016 11:34:15 +0000 (+0000) Subject: Update TODO (log messages to console should be buffered when a service X-Git-Tag: v0.01~61 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=3768a8c18cbe4ab6ee948bd075ef1837456d6e67;p=oweals%2Fdinit.git Update TODO (log messages to console should be buffered when a service is holding the console) --- diff --git a/TODO b/TODO index 70ea8dc..17eb5bb 100644 --- a/TODO +++ b/TODO @@ -7,6 +7,9 @@ For version 1.0: ---------------- +* Log messages are completely prevented from going to the console if the console + is being held by a service, meaning some can get lost. It would be better if + there was a (limited) buffer. * Perhaps need a way to prevent script services from re-starting. (eg there's no need to mount filesystems twice; there might be various other system initialisations that can't or shouldn't really be "undone" and so do