Gentoo Archives: gentoo-commits

From: Alexandre Restovtsev <tetromino@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/openrc-settingsd:master commit in: /
Date: Mon, 30 Jan 2012 09:18:58
Message-Id: 473062ce33b70dee0b721c2b31793ae6262171e6.tetromino@gentoo
1 commit: 473062ce33b70dee0b721c2b31793ae6262171e6
2 Author: Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 30 09:18:35 2012 +0000
4 Commit: Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
5 CommitDate: Mon Jan 30 09:18:35 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/openrc-settingsd.git;a=commit;h=473062ce
7
8 Some more TODO items
9
10 ---
11 TODO | 11 +++++++++++
12 1 files changed, 11 insertions(+), 0 deletions(-)
13
14 diff --git a/TODO b/TODO
15 index b8bbc7a..aae8395 100644
16 --- a/TODO
17 +++ b/TODO
18 @@ -1,5 +1,16 @@
19 Refactor on_handle_set_* callbacks (lots of code duplication currently).
20
21 +Source /etc/rc.conf after /etc/conf.d/$service; do something intelligent
22 +if the relevant variable is set in /etc/rc.conf (go to read-only mode?)
23 +
24 +What happens if e.g. /etc/conf.d/hostname.{runlevel} files exist? Just
25 +document that this case is not supported?
26 +
27 +Write an init.d file to read RC_SYS so that we can piggyback on openrc's
28 +built-in virtualization detection.
29 +
30 +Add command-line arguments (e.g. --no-hostnamed --readonly-localed).
31 +
32 Implement localed and timedated.
33
34 Do something about runtime dependency on systemd's org.freedesktop.hostname1.policy,