[systemd-devel] [PATCH] service: add support for Arch daemons

2010-09-19 Thread Tom Gundersen
Hi, This patch should allow SystemD to be a drop-in replacement for SysV init on Arch (modulo some minor bugs), as long as one uses a recent kernel and dbus from [testing]. Cheers, Tom From 833ab8e8a7c44c2590a19a811c39d360453fac68 Mon Sep 17 00:00:00 2001 From: Tom Gundersen Date: Sat, 18 Sep 2

Re: [systemd-devel] [PATCH] service: add support for Arch daemons

2010-09-19 Thread Tom Gundersen
On Sun, Sep 19, 2010 at 2:25 PM, Tom Gundersen wrote: > This patch should allow SystemD to be a drop-in replacement for SysV > init on Arch (modulo some minor bugs), as long as one uses a recent > kernel and dbus from [testing]. Turns out I missed a bug. This version should also work in case ther

[systemd-devel] [PATCH] arch: set keymap, consolefont and locale

2010-09-19 Thread Tom Gundersen
Hi, These two patches adds support for keymap, consolefont and locale variables to Arch, similarly to how it is done for Fedora. Cheers, Tom From fae894dd8cca8ccf11504e5401a875d8d8242219 Mon Sep 17 00:00:00 2001 From: Tom Gundersen Date: Sat, 18 Sep 2010 23:45:39 +0100 Subject: [PATCH 1/2] vcon

[systemd-devel] [PATCH] gentoo: vconsole-setup support.

2010-09-19 Thread Gustavo Sverzut Barbieri
This patch is a bit bigger than expected since Gentoo being non-standard in some places. 1. it is installing binaries at /usr/bin instead of /bin. 2. it is using CamelCase names for consolefonts. 3. /etc/rc.conf:unicode=(yes|no) just forbids loadkeys and setfont "-u" options, but do not d

[systemd-devel] [PATCH] gentoo: locale-setup support.

2010-09-19 Thread Gustavo Sverzut Barbieri
Use locale variables from /etc/profile.env as Gentoo's openrc runscript does (tool that is used by /etc/init.d/* services). --- src/locale-setup.c | 26 ++ 1 files changed, 26 insertions(+), 0 deletions(-) diff --git a/src/locale-setup.c b/src/locale-setup.c index 923be0