From e012b1d4cd4de69aa45f52e0ca527a968874abc8 Mon Sep 17 00:00:00 2001 From: Davin McCall Date: Thu, 18 Oct 2018 22:24:39 +0100 Subject: [PATCH] Minor TODO updates. --- TODO | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/TODO b/TODO index 773ebea..c576f3f 100644 --- a/TODO +++ b/TODO @@ -11,7 +11,7 @@ For version 0.4.0: For version 1.0: ---------------- * Support S6-style startup notification (write to fd) -* Man pages for all programs (done for dinit, not for dinitctl/shutdown/etc). +* Man pages for all programs (done for dinit and dinitctl, not for shutdown/halt etc). * Write wtmp entry on startup (see simpleinit) * "triggered" service type: external process notifies Dinit when the service has started. (maybe?) @@ -20,6 +20,9 @@ For version 1.0: * Documentation must be complete (see section below). * Proper support for socket activation? * Be able to boot and shutdown Linux and FreeBSD. +* The DINIT_ROLLBACK_COMPLETED acknowledgement is never sent, since + control_conn_t::rollback_complete() is not currently called. +* Refuse to start new services during shutdown. For later: ---------- -- 2.25.1