[Pkg-libvirt-commits] [libguestfs] 48/78: sysprep: remove debug, syslog and faillog 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 d413c94fa6c302b948fcf5de560a184895a75142
Author: Pino Toscano <ptoscano at redhat.com>
Date: Wed Apr 9 13:29:39 2014 +0200
sysprep: remove debug, syslog and faillog 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 80c0200..b804f1a 100644
--- a/sysprep/sysprep_operation_logfiles.ml
+++ b/sysprep/sysprep_operation_logfiles.ml
@@ -42,6 +42,9 @@ let globs = List.sort compare [
"/var/log/apache2/*_log-*";
"/var/log/ntp";
"/var/log/tuned/tuned.log";
+ "/var/log/debug*";
+ "/var/log/syslog*";
+ "/var/log/faillog*";
(* logfiles configured by /etc/logrotate.d/* *)
"/var/log/BackupPC/LOG";
--
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