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: Thu, 02 Feb 2012 17:52:10
Message-Id: 2e59f8fff4c56c36f3ad7194ca4be0f92f478917.tetromino@gentoo
1 commit: 2e59f8fff4c56c36f3ad7194ca4be0f92f478917
2 Author: Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 2 17:51:13 2012 +0000
4 Commit: Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
5 CommitDate: Thu Feb 2 17:51:13 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/openrc-settingsd.git;a=commit;h=2e59f8ff
7
8 TODO: switch to GFile
9
10 ---
11 TODO | 4 +++-
12 1 files changed, 3 insertions(+), 1 deletions(-)
13
14 diff --git a/TODO b/TODO
15 index aae8395..530ec81 100644
16 --- a/TODO
17 +++ b/TODO
18 @@ -1,3 +1,5 @@
19 +Use GFile for file I/O to take advantage of built-in temporary handling.
20 +
21 Refactor on_handle_set_* callbacks (lots of code duplication currently).
22
23 Source /etc/rc.conf after /etc/conf.d/$service; do something intelligent
24 @@ -19,4 +21,4 @@ org.freedesktop.locale1.policy, and org.freedesktop.timedate1.policy files.
25 Decide how openrc-settingsd should be started (/etc/init.d? dbus activation?
26 might that conflict with systemd's services or files in some way?)
27
28 -Make an ebuild, and add it to portage!
29 \ No newline at end of file
30 +Make an ebuild, and add it to portage!