[Pkg-libvirt-commits] [libguestfs] 204/233: sysprep: remove RH subscription manager log files

Hilko Bengen bengen at moszumanska.debian.org
Wed Feb 19 21:12:24 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 f78877c77e502ac829ccbc11207b807bb1688420
Author: Pino Toscano <ptoscano at redhat.com>
Date:   Thu Feb 13 10:50:15 2014 +0100

    sysprep: remove RH subscription manager log files
    
    Part of RHBZ#1063374.
---
 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 f154b4d..4c3eb8c 100644
--- a/sysprep/sysprep_operation_logfiles.ml
+++ b/sysprep/sysprep_operation_logfiles.ml
@@ -98,6 +98,9 @@ let globs = List.sort compare [
   "/etc/Pegasus/*.csr";
   "/etc/Pegasus/*.pem";
   "/etc/Pegasus/*.srl";
+
+  (* Red Hat subscription manager log files *)
+  "/var/log/rhsm/*";
 ]
 let globs_as_pod = String.concat "\n" (List.map ((^) " ") globs)
 

-- 
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