sysprep: remove apache2, audit and ntp in logfile operation

Add more entries to the dump ground of logfile patterns.

Signed-off-by: Olaf Hering <olaf@aepfle.de>
This commit is contained in:
Olaf Hering
2012-09-19 19:26:39 +02:00
committed by Richard W.M. Jones
parent ae0f60744b
commit 245608a735

View File

@@ -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";