Re: [lxc-devel] [PATCH 1/2] Accept more word delimiters when updating hooks

2013-06-24 Thread zoolook
Hello Serge, On Fri, Jun 21, 2013 at 4:15 PM, Serge Hallyn wrote: > When updating container names in hook files during a container clone, > we substitute the new container name for the old any time the old name > shows up as a separate word. This patch adds the four characters > '.,_-' as additi

[lxc-devel] [PATCH 1/2] Accept more word delimiters when updating hooks

2013-06-21 Thread Serge Hallyn
When updating container names in hook files during a container clone, we substitute the new container name for the old any time the old name shows up as a separate word. This patch adds the four characters '.,_-' as additional delimiters. Signed-off-by: Serge Hallyn --- src/lxc/lxccontainer.c |