All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] user-cr: Update readme.txt to reflect changed program names
@ 2009-10-03  7:20 Matt Helsley
       [not found] ` <1254554424-2979-1-git-send-email-matthltc-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>
  0 siblings, 1 reply; 2+ messages in thread
From: Matt Helsley @ 2009-10-03  7:20 UTC (permalink / raw)
  To: Oren Laadan; +Cc: containers-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA

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>
---
 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:
-- 
1.5.6.3

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] user-cr: Update readme.txt to reflect changed program names
       [not found] ` <1254554424-2979-1-git-send-email-matthltc-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>
@ 2009-10-03 23:18   ` Oren Laadan
  0 siblings, 0 replies; 2+ messages in thread
From: Oren Laadan @ 2009-10-03 23:18 UTC (permalink / raw)
  To: Matt Helsley; +Cc: containers-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA



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:

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-10-03 23:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 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.