From 1924a0b1b2a3d4f30e9ff89d086f5a717d028e36 Mon Sep 17 00:00:00 2001 From: pcarrier Date: Tue, 22 Feb 2011 11:55:26 +0000 Subject: [plugins] sssd: useless header after copypaste git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@1087 ef72aa8b-4018-0410-8976-d6e080ef94d8 --- sos/plugins/sssd.py | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/sos/plugins/sssd.py b/sos/plugins/sssd.py index 5d30660f..45e962bc 100644 --- a/sos/plugins/sssd.py +++ b/sos/plugins/sssd.py @@ -14,16 +14,6 @@ ## along with this program; if not, write to the Free Software ## Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -############################################################# -# This plugin assumes default location of Certificate System 7.x on RHEL4 -# Certificate System 7.x is not supported on RHEL5. -# Any improvemts for this plugin are appreciated. Please send them to -# klamb@redhat.com -# thanks, -# kent lamb -############################################################# - - import sos.plugintools import os -- cgit