Quellcode durchsuchen

Update TODO, CONTRIBUTING

Davin McCall vor 4 Jahren
Ursprung
Commit
6dcffe1555
2 geänderte Dateien mit 9 neuen und 3 gelöschten Zeilen
  1. 7 1
      TODO
  2. 2 2
      doc/CONTRIBUTING

+ 7 - 1
TODO

@@ -5,7 +5,8 @@ For version 0.6.0:
   interrupt/ctrl+alt+del when they are prompted to press enter, to allow halt/rebooting instead of
   interrupt/ctrl+alt+del when they are prompted to press enter, to allow halt/rebooting instead of
   re-launching the boot service.  [DONE][ even better, you can now choose from several options! ]
   re-launching the boot service.  [DONE][ even better, you can now choose from several options! ]
 * Basic resource limits setting. [DONE, mostly. OpenBSD compilation issues, others need testing].
 * Basic resource limits setting. [DONE, mostly. OpenBSD compilation issues, others need testing].
-* Per-service environment.
+* Per-service environment. [DONE].
+* shares_console processes should not be set as foreground process group [DONE]
 * Process start failure: track where in the launch process we get failure (i.e. we send errno over a pipe,
 * Process start failure: track where in the launch process we get failure (i.e. we send errno over a pipe,
   we should send a state value as well).
   we should send a state value as well).
 
 
@@ -13,11 +14,16 @@ For version 0.7.0:
 ------------------
 ------------------
 * dinitctl: Warn when stopping a service would cause a dependent to stop. Require a force flag to proceed.
 * dinitctl: Warn when stopping a service would cause a dependent to stop. Require a force flag to proceed.
 * dinitctl: implement "restart" command. 
 * dinitctl: implement "restart" command. 
+* provide a way to check configuration for errors (maybe a dinitctl command)
+  - eg. check a service and all dependencies
 
 
 For version 1.0:
 For version 1.0:
 ----------------
 ----------------
 * "triggered" service type: external process notifies Dinit when the service
 * "triggered" service type: external process notifies Dinit when the service
   has started. (maybe?)
   has started. (maybe?)
+  - key thing is we want some way to eg mount filesystem once the disk comes up,
+    configure network when device comes up, etc, potentially relying an an external
+    tool/daemon.
 * on shutdown, after repeated intervals with no activity, display information
 * on shutdown, after repeated intervals with no activity, display information
   about services we are waiting on (or, do this when prompted via ^C or C-A-D).
   about services we are waiting on (or, do this when prompted via ^C or C-A-D).
 * Documentation must be complete (see section below).
 * Documentation must be complete (see section below).

+ 2 - 2
doc/CONTRIBUTING

@@ -20,8 +20,8 @@ reasonable standard of conduct (see Contributor Conduct below), or because I dee
 contribution includes features outside the intended scope. Feel free to contact me to sound
 contribution includes features outside the intended scope. Feel free to contact me to sound
 out whether I would be likely to accept a submission for a particular feature.
 out whether I would be likely to accept a submission for a particular feature.
 
 
-Contributors should feel free to create (or add themselves to) a CONTRIBUTORS list as part of
-the patch/pull request.
+Contributors should feel free to add themselves to the CONTRIBUTORS list as part of the patch/pull
+request.
 
 
 I will endeavour to respond to all offered contributions with civility and respect, even if I
 I will endeavour to respond to all offered contributions with civility and respect, even if I
 choose not to accept them.
 choose not to accept them.