diff options
author | Alexandre Rostovtsev <tetromino@gentoo.org> | 2012-02-02 12:51:13 -0500 |
---|---|---|
committer | Alexandre Rostovtsev <tetromino@gentoo.org> | 2012-02-02 12:51:13 -0500 |
commit | 2e59f8fff4c56c36f3ad7194ca4be0f92f478917 (patch) | |
tree | d4905d84c0b4f46b9713f61ca77932156ad3634b | |
parent | Add a gitignore file (diff) | |
download | openrc-settingsd-2e59f8fff4c56c36f3ad7194ca4be0f92f478917.tar.gz openrc-settingsd-2e59f8fff4c56c36f3ad7194ca4be0f92f478917.tar.bz2 openrc-settingsd-2e59f8fff4c56c36f3ad7194ca4be0f92f478917.zip |
TODO: switch to GFile
-rw-r--r-- | TODO | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,3 +1,5 @@ +Use GFile for file I/O to take advantage of built-in temporary handling. + Refactor on_handle_set_* callbacks (lots of code duplication currently). Source /etc/rc.conf after /etc/conf.d/$service; do something intelligent @@ -19,4 +21,4 @@ org.freedesktop.locale1.policy, and org.freedesktop.timedate1.policy files. Decide how openrc-settingsd should be started (/etc/init.d? dbus activation? might that conflict with systemd's services or files in some way?) -Make an ebuild, and add it to portage!
\ No newline at end of file +Make an ebuild, and add it to portage! |