search for: 3055ca4

Displaying 2 results from an estimated 2 matches for "3055ca4".

Did you mean: 3055,54
2013 Dec 09
1
[PATCH] sysprep: remove more anaconda and tuned logs (RHBZ#1039540).
--- 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 8994af9..3055ca4 100644 --- a/sysprep/sysprep_operation_logfiles.ml +++ b/sysprep/sysprep_operation_logfiles.ml @@ -41,6 +41,7 @@ let globs = List.sort compare [ "/var/log/apache2/*_log"; "/var/log/apache2/*_log-*"; "/var/log/ntp"; + "/var/log/tuned/tuned.log";...
2013 Dec 13
1
[PATCH] sysprep: remove some Pegasus files, like certs (RHBZ#1041552).
--- sysprep/sysprep_operation_logfiles.ml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/sysprep/sysprep_operation_logfiles.ml b/sysprep/sysprep_operation_logfiles.ml index 3055ca4..2558af1 100644 --- a/sysprep/sysprep_operation_logfiles.ml +++ b/sysprep/sysprep_operation_logfiles.ml @@ -91,6 +91,13 @@ let globs = List.sort compare [ (* log file of ntp *) "/var/log/ntpstats/*"; + + (* Pegasus certificates and other files *) + "/etc/Pegasus/*.cnf"...