Minor TODO updates.
authorDavin McCall <davmac@davmac.org>
Thu, 18 Oct 2018 21:24:39 +0000 (22:24 +0100)
committerDavin McCall <davmac@davmac.org>
Thu, 18 Oct 2018 21:24:39 +0000 (22:24 +0100)
TODO

diff --git a/TODO b/TODO
index 773ebea73e17770b105e7718c39d2c84e259af55..c576f3f4a978be752bd862edc319c85255cf1dac 100644 (file)
--- 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:
 ----------