sysprep: remove log file of ntp

Signed-off-by: Wanlong Gao <gaowanlong@cn.fujitsu.com>
This commit is contained in:
Wanlong Gao
2013-09-05 14:57:33 +08:00
committed by Richard W.M. Jones
parent c76dabf9ec
commit efcf474d42

View File

@@ -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)