[Pkg-libvirt-commits] [libguestfs] 46/78: sysprep: remove the lightdm logs
Hilko Bengen
bengen at moszumanska.debian.org
Fri May 9 12:55:53 UTC 2014
This is an automated email from the git hooks/post-receive script.
bengen pushed a commit to branch experimental
in repository libguestfs.
commit b08955e76af958f96e3c8d807284e1c379c4f532
Author: Pino Toscano <ptoscano at redhat.com>
Date: Wed Apr 9 11:38:47 2014 +0200
sysprep: remove the lightdm logs
---
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 3f05e9c..ee9aa30 100644
--- a/sysprep/sysprep_operation_logfiles.ml
+++ b/sysprep/sysprep_operation_logfiles.ml
@@ -91,6 +91,9 @@ let globs = List.sort compare [
(* log file of gdm *)
"/var/log/gdm/*";
+ (* log file of lightdm *)
+ "/var/log/lightdm/*";
+
(* log file of ntp *)
"/var/log/ntpstats/*";
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libguestfs.git
More information about the Pkg-libvirt-commits
mailing list