Re: [systemd-devel] [PATCH] Arch Linux: Don't crash because of double free when services are disabled in rc.conf

2010-09-28 Thread Lennart Poettering
On Tue, 28.09.10 04:21, Matthias Schiffer (mschif...@universe-factory.net) wrote: Applied. Thanks! > --- > src/service.c |1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/src/service.c b/src/service.c > index 021bc86..c58536d 100644 > --- a/src/service.c > +++ b/sr

Re: [systemd-devel] [PATCH 1/2] Adding unmount functions to be used in shutdown

2010-09-28 Thread Lennart Poettering
On Mon, 27.09.10 18:34, Fabiano Fidencio (fiden...@profusion.mobi) wrote: > + > +static void mount_points_list_free(MountPoint **mp_list_head) { > +MountPoint *mp, *mp_next; > +LIST_FOREACH_SAFE(mount_point, mp, mp_next, *mp_list_head) > +mount_point_remove_and_free

Re: [systemd-devel] [PATCH 2/2] Fixing typo in LIST_FIND_HEAD

2010-09-28 Thread Lennart Poettering
On Mon, 27.09.10 18:34, Fabiano Fidencio (fiden...@profusion.mobi) wrote: > Just removing a parenthesis Applied! Thanks! Lennart -- Lennart Poettering - Red Hat, Inc. ___ systemd-devel mailing list systemd-devel@lists.freedesktop.org http://lists.fre

[systemd-devel] Fix typo in comment

2010-09-28 Thread Andreas Jaeger
Just noticed the following while reading the git diff, Andreas >From 5a4689ef2a875f2d50f7691b03d7675180542d9d Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Wed, 29 Sep 2010 04:46:29 +0200 Subject: [PATCH] Fix comment --- src/tmpfiles.c |2 +- 1 files changed, 1 insertions(+), 1 deleti