Re: [PATCH] [RFC] Enable systemd socket activation

2013-07-02 Thread Łukasz Stelmach
It was <2013-06-28 pią 10:52>, when walter harms wrote: > Am 28.06.2013 10:02, schrieb Łukasz Stelmach: >> It was <2013-06-28 pią 07:32>, when Peter Hutterer wrote: >>> On Wed, Jun 26, 2013 at 06:18:04PM +0200, Łukasz Stelmach wrote: Receive file descriptors of open sockets from systemd instea

Re: [PATCH] [RFC] Enable systemd socket activation

2013-06-28 Thread walter harms
Am 28.06.2013 10:02, schrieb Łukasz Stelmach: > It was <2013-06-28 pią 07:32>, when Peter Hutterer wrote: >> On Wed, Jun 26, 2013 at 06:18:04PM +0200, Łukasz Stelmach wrote: >>> Receive file descriptors of open sockets from systemd instead of >>> creating them. >>> >>> Signed-off-by: Łukasz Stelm

Re: [PATCH] [RFC] Enable systemd socket activation

2013-06-28 Thread Łukasz Stelmach
It was <2013-06-28 pią 07:32>, when Peter Hutterer wrote: > On Wed, Jun 26, 2013 at 06:18:04PM +0200, Łukasz Stelmach wrote: >> Receive file descriptors of open sockets from systemd instead of >> creating them. >> >> Signed-off-by: Łukasz Stelmach >> --- >> Xtrans.c | 50 ++

Re: [PATCH] [RFC] Enable systemd socket activation

2013-06-27 Thread Peter Hutterer
On Wed, Jun 26, 2013 at 06:18:04PM +0200, Łukasz Stelmach wrote: > Receive file descriptors of open sockets from systemd instead of > creating them. > > Signed-off-by: Łukasz Stelmach > --- > Xtrans.c | 50 ++ > 1 file changed, 50 insertions(+) >

[PATCH] [RFC] Enable systemd socket activation

2013-06-27 Thread Łukasz Stelmach
Receive file descriptors of open sockets from systemd instead of creating them. Signed-off-by: Łukasz Stelmach --- Xtrans.c | 50 ++ 1 file changed, 50 insertions(+) diff --git a/Xtrans.c b/Xtrans.c index 0799f04..a96e901 100644 --- a/Xtrans.c +