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

Wanlong Gao gaowanlong at cn.fujitsu.com
Thu Sep 5 06:57:33 UTC 2013


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)
 
-- 
1.8.4.27.g0a41de8




More information about the Libguestfs mailing list