[Libguestfs] [PATCH 4/5] sysprep: remove log file of ntp

Richard W.M. Jones rjones at redhat.com
Thu Sep 5 09:16:08 UTC 2013


On Thu, Sep 05, 2013 at 02:57:33PM +0800, Wanlong Gao wrote:
> Signed-off-by: Wanlong Gao <gaowanlong at cn.fujitsu.com>
> ---
>  sysprep/sysprep_operation_logfiles.ml | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/sysprep/sysprep_operation_logfiles.ml b/sysprep/sysprep_operation_logfiles.ml
> index a8b24f1..8994af9 100644
> --- a/sysprep/sysprep_operation_logfiles.ml
> +++ b/sysprep/sysprep_operation_logfiles.ml
> @@ -85,6 +85,9 @@ let globs = List.sort compare [
>  
>    (* log file of gdm *)
>    "/var/log/gdm/*";
> +
> +  (* log file of ntp *)
> +  "/var/log/ntpstats/*";
>  ]
>  let globs_as_pod = String.concat "\n" (List.map ((^) " ") globs)

Thanks - pushed patches 1-4.

See my comments on patch 5.

Rich.

-- 
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
virt-df lists disk usage of guests without needing to install any
software inside the virtual machine.  Supports Linux and Windows.
http://people.redhat.com/~rjones/virt-df/




More information about the Libguestfs mailing list