From c24bf71240249f9b3625b339e1ff650e9e2454b0 Mon Sep 17 00:00:00 2001 From: astokes Date: Thu, 23 Oct 2008 14:00:56 +0000 Subject: - Resolves: bz459845 collect krb5.conf - Resolves: bz457880 include output of xm list and xm list --long - Resolves: bz457919 add support for openswan and ipsec-tools - Resolves: bz456378 capture elilo configuration - Resolves: bz445007 s390 support - Resolves: bz371251 hangs when running with a xen kernel where xend has not been started - Resolves: bz452705 Add /root/anaconda-ks-cfg to sosreport archive - Resolves: bz445510 Do not rely on env to execute python - Resolves: bz446868 add support for emc devices - Resolves: bz453797 fails to generate fdisk -l - Resolves: bz433183 does not collect ext3 information - Resolves: bz444838 systool is passed deprecated arguments - Resolves: bz455096 add %{INSTALLTIME:date} to rpm --qf collection - Resolves: bz332211 avoid hazardous filenames git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@533 ef72aa8b-4018-0410-8976-d6e080ef94d8 --- src/sosreport | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sosreport') diff --git a/src/sosreport b/src/sosreport index 37a88a47..5b56617b 100755 --- a/src/sosreport +++ b/src/sosreport @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/python """ Gather information about a system and report it using plugins supplied for application-specific information -- cgit