Re: [lxc-devel] [PATCH] Allow unsetting daemonize and close_fds

2013-11-29 Thread Stéphane Graber
On Fri, Nov 29, 2013 at 04:16:46PM -0600, Serge Hallyn wrote: > Quoting Stéphane Graber (stgra...@ubuntu.com): > > On Fri, Nov 29, 2013 at 02:40:35PM -0500, S.Çağlar Onur wrote: > > > On Fri, Nov 29, 2013 at 2:34 PM, Serge Hallyn > > > wrote: > > > > Quoting Stéphane Graber (stgra...@ubuntu.com):

Re: [lxc-devel] [PATCH] Allow unsetting daemonize and close_fds

2013-11-29 Thread Serge Hallyn
Quoting Stéphane Graber (stgra...@ubuntu.com): > On Fri, Nov 29, 2013 at 02:40:35PM -0500, S.Çağlar Onur wrote: > > On Fri, Nov 29, 2013 at 2:34 PM, Serge Hallyn > > wrote: > > > Quoting Stéphane Graber (stgra...@ubuntu.com): > > >> As mentioned in a previous commit, this does two changes: > > >>

Re: [lxc-devel] [PATCH] Allow unsetting daemonize and close_fds

2013-11-29 Thread Stéphane Graber
On Fri, Nov 29, 2013 at 02:40:35PM -0500, S.Çağlar Onur wrote: > On Fri, Nov 29, 2013 at 2:34 PM, Serge Hallyn wrote: > > Quoting Stéphane Graber (stgra...@ubuntu.com): > >> As mentioned in a previous commit, this does two changes: > >> - Make want_daemonize return a bool (false on failure, true

Re: [lxc-devel] [PATCH] Allow unsetting daemonize and close_fds

2013-11-29 Thread S . Çağlar Onur
On Fri, Nov 29, 2013 at 2:34 PM, Serge Hallyn wrote: > Quoting Stéphane Graber (stgra...@ubuntu.com): >> As mentioned in a previous commit, this does two changes: >> - Make want_daemonize return a bool (false on failure, true on success) >> - Make both want_daemonize and want_close_all_fds take

Re: [lxc-devel] [PATCH] Allow unsetting daemonize and close_fds

2013-11-29 Thread Serge Hallyn
Quoting Stéphane Graber (stgra...@ubuntu.com): > As mentioned in a previous commit, this does two changes: > - Make want_daemonize return a bool (false on failure, true on success) > - Make both want_daemonize and want_close_all_fds take a "state" >argument so the user can choose to unset tho

Re: [lxc-devel] [PATCH] Allow unsetting daemonize and close_fds

2013-11-29 Thread James Hunt
On 29/11/13 15:55, Stéphane Graber wrote: > As mentioned in a previous commit, this does two changes: > - Make want_daemonize return a bool (false on failure, true on success) > - Make both want_daemonize and want_close_all_fds take a "state" >argument so the user can choose to unset those fl

[lxc-devel] [PATCH] Allow unsetting daemonize and close_fds

2013-11-29 Thread Stéphane Graber
As mentioned in a previous commit, this does two changes: - Make want_daemonize return a bool (false on failure, true on success) - Make both want_daemonize and want_close_all_fds take a "state" argument so the user can choose to unset those flags. This commit also updates all occurences of t