Signed-off-by: Matt Helsley <[email protected]> Cc: Linux Containers <[email protected]> --- rewrite-cr-header.sh | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/rewrite-cr-header.sh b/rewrite-cr-header.sh index 22f92c7..63a2e88 100755 --- a/rewrite-cr-header.sh +++ b/rewrite-cr-header.sh @@ -1,6 +1,9 @@ #!/bin/bash # -# Rewrite the contents of cr.h +# Copyright 2009 IBM Corp. +# Author: Matt Helsley <[email protected]> +# +# Sanitize checkpoint/restart kernel headers for userspace. # KERNELSRC=../oren -- 1.5.6.3 _______________________________________________ Containers mailing list [email protected] https://lists.linux-foundation.org/mailman/listinfo/containers _______________________________________________ Devel mailing list [email protected] https://openvz.org/mailman/listinfo/devel
