From: Oren Laadan <orenl-RdfvBDnrOixBDgjK7y7TUQ@public.gmane.org>
To: Matt Helsley <matthltc-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>
Cc: containers-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org
Subject: Re: [PATCH] user-cr: Update readme.txt to reflect changed program names
Date: Sat, 03 Oct 2009 19:18:05 -0400 [thread overview]
Message-ID: <4AC7DBAD.4070806@librato.com> (raw)
In-Reply-To: <1254554424-2979-1-git-send-email-matthltc-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>
Matt Helsley wrote:
> ckpt got renamed to checkpoint, rstr got renamed to self_restart,
> and mktree got renamed to restart. The readme should reflect this
> change in the code.
>
> Signed-off-by: Matt Helsley <matthltc-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>
Got it. (Modified a bit to mention what's in contrib/ and test/)
Oren.
> ---
> readme.txt | 12 ++++++------
> 1 files changed, 6 insertions(+), 6 deletions(-)
>
> diff --git a/readme.txt b/readme.txt
> index ee5e865..10ccc97 100644
> --- a/readme.txt
> +++ b/readme.txt
> @@ -10,23 +10,23 @@ self.c: a simple program doing self-checkpoint
> running it:
> $ ./self > out.self
>
> -ckpt.c: a program to do external checkpoint of other process(es)
> +checkpoint.c: a program to do external checkpoint of other process(es)
> Run with a single argument which is the pid of the target
> process (container init), in the current pid namespace. The
> checkpoint image is written to standard output.
> - $ ./ckpt PID > out.ckpt
> + $ ./checkpoint PID > out.ckpt
>
> -rstr.c: a program to restart from a checkpoint of a single process
> +self_restart.c: a program to restart from a checkpoint of a single process
> It restarts the process, but does not restore the original pid of
> the process. Redirect standard input from the checkpoint image.
> - $ ./rstr < out.ckpt
> + $ ./self_restart < out.ckpt
>
> -mktree.c: a program to restart from a checkpoint of multiple processes
> +restart.c: a program to restart from a checkpoint of multiple processes
> It first creates the process tree and then restarts the process. By
> default it does not restore the original pids of the processes (will
> be added in the future). Redirect standard input from the checkpoint
> image.
> - $ ./mktree --no-pids < out.ckpt
> + $ ./restart --no-pids < out.ckpt
>
>
> TEST PROGRAMS:
prev parent reply other threads:[~2009-10-03 23:18 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-10-03 7:20 [PATCH] user-cr: Update readme.txt to reflect changed program names Matt Helsley
[not found] ` <1254554424-2979-1-git-send-email-matthltc-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>
2009-10-03 23:18 ` Oren Laadan [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4AC7DBAD.4070806@librato.com \
--to=orenl-rdfvbdnroixbdgjk7y7tuq@public.gmane.org \
--cc=containers-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org \
--cc=matthltc-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.