mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-22 07:03:38 +00:00
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:
committed by
Richard W.M. Jones
parent
ae0f60744b
commit
245608a735
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user