Re: [lxc-devel] [PATCH] fix sshd template

2013-07-08 Thread Serge Hallyn
Quoting Dwight Engen (dwight.en...@oracle.com): > On Mon, 8 Jul 2013 09:55:57 -0500 > Serge Hallyn wrote: > > > Quoting Dwight Engen (dwight.en...@oracle.com): > > > Commit a0a2066d introduced an lxc subdir into the lxc-init path, but > > > this was never reflected in the sshd template. Add it th

Re: [lxc-devel] [PATCH] fix sshd template

2013-07-08 Thread Dwight Engen
On Mon, 8 Jul 2013 09:55:57 -0500 Serge Hallyn wrote: > Quoting Dwight Engen (dwight.en...@oracle.com): > > Commit a0a2066d introduced an lxc subdir into the lxc-init path, but > > this was never reflected in the sshd template. Add it there. > > Hm, looking at that commit, it seems like choose_i

Re: [lxc-devel] [PATCH] fix sshd template

2013-07-08 Thread Serge Hallyn
Quoting Dwight Engen (dwight.en...@oracle.com): > Commit a0a2066d introduced an lxc subdir into the lxc-init path, but > this was never reflected in the sshd template. Add it there. Hm, looking at that commit, it seems like choose_init() should also search for LXCINITDIR "/lxc-init". Is there any