On Fri, 2014-03-28 at 19:00 +0100, Kay Sievers wrote:
> On Fri, Mar 28, 2014 at 6:38 PM, Hristo Venev <hri...@venev.name> 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

This line was added in b7def684 by Lennart Poettering in August 2012.
Don't blame me that diff is being stupid.

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel

Reply via email to