Re: [PATCH 1/5] server: Create socket path prior the socket

2013-02-28 Thread Benjamin Franzke
2013/2/28 Kristian Høgsberg : > On Wed, Feb 27, 2013 at 12:10:16PM +0100, Benjamin Franzke wrote: >> This is just in preparation for systemd socket activation >> since we need to know the path before creating/acquiring the socket. > > Hey Benjamin, > > The patches look good and are fairly non-intru

Re: [PATCH 1/5] server: Create socket path prior the socket

2013-02-28 Thread Kristian Høgsberg
On Wed, Feb 27, 2013 at 12:10:16PM +0100, Benjamin Franzke wrote: > This is just in preparation for systemd socket activation > since we need to know the path before creating/acquiring the socket. Hey Benjamin, The patches look good and are fairly non-intrusive, but I'm not sure when weston would

[PATCH 1/5] server: Create socket path prior the socket

2013-02-27 Thread Benjamin Franzke
This is just in preparation for systemd socket activation since we need to know the path before creating/acquiring the socket. --- src/wayland-server.c | 13 ++--- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/src/wayland-server.c b/src/wayland-server.c index dae7177..fb07a