On Fri, Mar 28, 2014 at 6:38 PM, Hristo Venev <[email protected]> wrote:
> Predictable names and more consistent.
> ---
> src/core/manager.c | 48 +++++++++++-------------------------------------
> 1 file changed, 11 insertions(+), 37 deletions(-)
>
> diff --git a/src/core/manager.c b/src/core/manager.c
> - p = strjoin(s, "/systemd/", name, NULL);
> + p = strjoin("/tmp/systemd-", name, ".XXXXXX", NULL);
/tmp is a shared namespace, and no place systemd should use for its
own data. That makes not much sense to me.
Kay
_______________________________________________
systemd-devel mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/systemd-devel