From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RrMBv-0000LZ-LS for garchives@archives.gentoo.org; Sun, 29 Jan 2012 04:16:35 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 179CEE085B; Sun, 29 Jan 2012 04:16:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id D548FE085B for ; Sun, 29 Jan 2012 04:16:27 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 336951B4037 for ; Sun, 29 Jan 2012 04:16:27 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 7005080042 for ; Sun, 29 Jan 2012 04:16:26 +0000 (UTC) From: "Alexandre Restovtsev" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexandre Restovtsev" Message-ID: Subject: [gentoo-commits] proj/openrc-settingsd:master commit in: / X-VCS-Repository: proj/openrc-settingsd X-VCS-Files: TODO X-VCS-Directories: / X-VCS-Committer: tetromino X-VCS-Committer-Name: Alexandre Restovtsev X-VCS-Revision: f2c3be687709d91a240a9e37f55265bc4d04c8ed Date: Sun, 29 Jan 2012 04:16:26 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: ba06642f-6653-4459-a634-a8c26ae061e8 X-Archives-Hash: 3b0e6f30438d034f81d54c4e31d6e771 commit: f2c3be687709d91a240a9e37f55265bc4d04c8ed Author: Alexandre Rostovtsev gentoo org> AuthorDate: Sun Jan 29 04:15:42 2012 +0000 Commit: Alexandre Restovtsev gmail com> CommitDate: Sun Jan 29 04:15:42 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/openrc-settin= gsd.git;a=3Dcommit;h=3Df2c3be68 Added TODO --- TODO | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/TODO b/TODO new file mode 100644 index 0000000..b8bbc7a --- /dev/null +++ b/TODO @@ -0,0 +1,11 @@ +Refactor on_handle_set_* callbacks (lots of code duplication currently). + +Implement localed and timedated. + +Do something about runtime dependency on systemd's org.freedesktop.hostn= ame1.policy, +org.freedesktop.locale1.policy, and org.freedesktop.timedate1.policy fil= es. + +Decide how openrc-settingsd should be started (/etc/init.d? dbus activat= ion? +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