[Pkg-libvirt-commits] [libguestfs] 50/78: sysprep: remove the exim 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 54d1f6e6110c686f774befd4c16feccf718dd431
Author: Pino Toscano <ptoscano at redhat.com>
Date:   Wed Apr 9 13:42:22 2014 +0200

    sysprep: remove the exim 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 097633a..e2685dc 100644
--- a/sysprep/sysprep_operation_logfiles.ml
+++ b/sysprep/sysprep_operation_logfiles.ml
@@ -119,6 +119,9 @@ let globs = List.sort compare [
   (* Debian logs: apt & aptitude *)
   "/var/log/aptitude*";
   "/var/log/apt/*";
+
+  (* log files of exim *)
+  "/var/log/exim4/*";
 ]
 let globs_as_pod = String.concat "\n" (List.map ((^) " ") globs)
 

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