From 245608a735027bbafee8306c3ae23c55ee4eeaa1 Mon Sep 17 00:00:00 2001 From: Olaf Hering Date: Wed, 19 Sep 2012 19:26:39 +0200 Subject: sysprep: remove apache2, audit and ntp in logfile operation Add more entries to the dump ground of logfile patterns. Signed-off-by: Olaf Hering --- sysprep/sysprep_operation_logfiles.ml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sysprep/sysprep_operation_logfiles.ml b/sysprep/sysprep_operation_logfiles.ml index 5e6ce7fe..a2b1585e 100644 --- a/sysprep/sysprep_operation_logfiles.ml +++ b/sysprep/sysprep_operation_logfiles.ml @@ -38,6 +38,10 @@ let globs = List.sort compare [ "/var/log/spooler*"; "/var/log/tallylog*"; "/var/log/wtmp*"; + "/var/log/apache2/*_log"; + "/var/log/apache2/*_log-*"; + "/var/log/audit/audit.log"; + "/var/log/ntp"; (* logfiles configured by /etc/logrotate.d/* *) "/var/log/BackupPC/LOG"; -- cgit