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

2010-09-20 Thread Lennart Poettering
On Sun, 19.09.10 21:32, Gustavo Sverzut Barbieri (barbi...@profusion.mobi) wrote: Heya, Use locale variables from /etc/profile.env as Gentoo's openrc runscript does (tool that is used by /etc/init.d/* services). Hmpf. I am still a bit torn about this. We are not a shell, and interpreting

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

2010-09-20 Thread Gustavo Sverzut Barbieri
On Mon, Sep 20, 2010 at 5:58 PM, Lennart Poettering lenn...@poettering.net wrote: On Sun, 19.09.10 21:32, Gustavo Sverzut Barbieri (barbi...@profusion.mobi) wrote: Heya, Use locale variables from /etc/profile.env as Gentoo's openrc runscript does (tool that is used by /etc/init.d/*

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

2010-09-20 Thread Lennart Poettering
On Mon, 20.09.10 18:09, Gustavo Sverzut Barbieri (barbi...@profusion.mobi) wrote: Hmpf. I am still a bit torn about this. We are not a shell, and interpreting those export lines looks like a call for desaster, because we don't actually really understand shell syntax here. For example, if

[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