[CRIU] [PATCH 1/4] Make sure logrotate directory exists
Pavel Emelyanov
xemul at parallels.com
Fri Apr 11 04:18:08 PDT 2014
On 04/09/2014 07:13 PM, Christopher Covington wrote:
> Otherwise, `make install` may fail.
>
> Signed-off-by: Christopher Covington <cov at codeaurora.org>
> ---
> Makefile | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/Makefile b/Makefile
> index 7e192ad..7900b91 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -265,6 +265,7 @@ install: $(PROGRAM) install-man
> $(Q) mkdir -p $(DESTDIR)$(SYSTEMDUNITDIR)
> $(Q) install -m 644 scripts/sd/criu.socket $(DESTDIR)$(SYSTEMDUNITDIR)
> $(Q) install -m 644 scripts/sd/criu.service $(DESTDIR)$(SYSTEMDUNITDIR)
> + $(Q) mkdir -p $(DESTDIR)$(LOGROTATEDIR)
> $(Q) install -m 644 scripts/logrotate.d/criu-service $(DESTDIR)$(LOGROTATEDIR)
>
> install-man:
>
1 through 3 applied, thanks.
Christopher, with the patch #2 merged -- can you consider adding a test
into zdtm/ suite to check that stopped multithreaded tasks are C/R-d well?
Thanks,
Pavel
More information about the CRIU
mailing list