Re: [Libcg-devel] [PATCH 4/5] scripts: set executable the init scripts

2011-03-01 Thread Jan Safranek
On 02/28/2011 05:40 PM, Jiri Slaby wrote: > When installing the init scripts, mark them as executable so that they > may be used immediately. > > Signed-off-by: Jiri Slaby Acked-By: Jan Safranek > --- > scripts/Makefile.am |4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > > di

[Libcg-devel] [PATCH 4/5] scripts: set executable the init scripts

2011-02-28 Thread Jiri Slaby
When installing the init scripts, mark them as executable so that they may be used immediately. Signed-off-by: Jiri Slaby --- scripts/Makefile.am |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/Makefile.am b/scripts/Makefile.am index c78272c..23afe11 100644 --