From 6f7c62d3eaf6db9f0c58919ac29658f29e53f12e Mon Sep 17 00:00:00 2001 From: Davin McCall Date: Thu, 8 Jun 2017 23:22:55 +0100 Subject: [PATCH] Update TODO. --- TODO | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/TODO b/TODO index a1b0d8b..f7e7277 100644 --- a/TODO +++ b/TODO @@ -1,3 +1,5 @@ +* Prevent PROCESS services from being starts-on-console without also being runs-on-console. + * shutdown command presently hangs if terminal output blocked (scroll lock via ^S). Should use a buffer as dinit does, and pipe output from subcommands via the buffer too. @@ -7,8 +9,7 @@ For version 1.0: ---------------- -* Documentation including sample service definitions - - Man pages +* Man pages for all programs (done for dinit, not for dinitctl/shutdown/etc). * Better error handling, logging of errors (largely done, still some patches of code where it may be missing - check TODO's in code). * Write wtmp entry on startup (see simpleinit) @@ -57,6 +58,8 @@ For later: the timeout (after a TERM) then hit them with a KILL. * A (perhaps limited) way(s) to modify a service description after it is loaded - eg add/remove dependencies, change properties. +* Think about detecting runs-on-console dependency conflicts (i.e. if A runs-on-console and + B depends on A and runs-on-consle then B can never start). Even later / Maybe never: * Support recognising /etc/init.d services automatically (as script services, with -- 2.25.1