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: Sun, 29 Jan 2012 04:16:35
Message-Id: f2c3be687709d91a240a9e37f55265bc4d04c8ed.tetromino@gentoo
1 commit: f2c3be687709d91a240a9e37f55265bc4d04c8ed
2 Author: Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 29 04:15:42 2012 +0000
4 Commit: Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
5 CommitDate: Sun Jan 29 04:15:42 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/openrc-settingsd.git;a=commit;h=f2c3be68
7
8 Added TODO
9
10 ---
11 TODO | 11 +++++++++++
12 1 files changed, 11 insertions(+), 0 deletions(-)
13
14 diff --git a/TODO b/TODO
15 new file mode 100644
16 index 0000000..b8bbc7a
17 --- /dev/null
18 +++ b/TODO
19 @@ -0,0 +1,11 @@
20 +Refactor on_handle_set_* callbacks (lots of code duplication currently).
21 +
22 +Implement localed and timedated.
23 +
24 +Do something about runtime dependency on systemd's org.freedesktop.hostname1.policy,
25 +org.freedesktop.locale1.policy, and org.freedesktop.timedate1.policy files.
26 +
27 +Decide how openrc-settingsd should be started (/etc/init.d? dbus activation?
28 +might that conflict with systemd's services or files in some way?)
29 +
30 +Make an ebuild, and add it to portage!
31 \ No newline at end of file