Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 305148 Details for
Bug 446081
Do not rely on env to execute python
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Proposed patch
sos-run-python-without-env.patch (text/plain), 1.76 KB, created by
Bryan Mason
on 2008-05-12 17:08:18 UTC
(
hide
)
Description:
Proposed patch
Filename:
MIME Type:
Creator:
Bryan Mason
Created:
2008-05-12 17:08:18 UTC
Size:
1.76 KB
patch
obsolete
>diff -Naur sos-1.7/sosreport sos-1.7.new/sosreport >--- sos-1.7/sosreport 2008-05-09 21:14:29.595126000 -0700 >+++ sos-1.7.new/sosreport 2008-05-09 21:18:07.212692000 -0700 >@@ -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 >diff -Naur sos-1.7/tools/msgfmt.py sos-1.7.new/tools/msgfmt.py >--- sos-1.7/tools/msgfmt.py 2007-08-14 10:01:29.000000000 -0700 >+++ sos-1.7.new/tools/msgfmt.py 2008-05-09 21:18:27.425652000 -0700 >@@ -1,4 +1,4 @@ >-#! /usr/bin/env python >+#! /usr/bin/python > # -*- coding: iso-8859-1 -*- > # Written by Martin v. Löwis <loewis@informatik.hu-berlin.de> > >diff -Naur sos-1.7/tools/pygettext.py sos-1.7.new/tools/pygettext.py >--- sos-1.7/tools/pygettext.py 2007-08-14 10:01:29.000000000 -0700 >+++ sos-1.7.new/tools/pygettext.py 2008-05-09 21:18:46.842612000 -0700 >@@ -1,4 +1,4 @@ >-#! /usr/bin/env python >+#! /usr/bin/python > # -*- coding: iso-8859-1 -*- > # Originally written by Barry Warsaw <barry@zope.com> > # >diff -Naur sos-1.7/example_plugins/fsusage.py sos-1.7.new/example_plugins/fsusage.py >--- sos-1.7/example_plugins/fsusage.py 2007-07-29 01:53:46.000000000 -0700 >+++ sos-1.7.new/example_plugins/fsusage.py 2008-05-09 23:09:16.514756000 -0700 >@@ -1,4 +1,4 @@ >-#!/usr/bin/env python >+#!/usr/bin/python > > ### This program is free software; you can redistribute it and/or modify > ## it under the terms of the GNU General Public License as published by >diff -Naur sos-1.7/extras/htmlog sos-1.7.new/extras/htmlog >--- sos-1.7/extras/htmlog 2007-07-29 03:28:17.000000000 -0700 >+++ sos-1.7.new/extras/htmlog 2008-05-09 23:09:01.313786000 -0700 >@@ -1,4 +1,4 @@ >-#!/usr/bin/env python >+#!/usr/bin/python > > from optparse import OptionParser, Option > import time, sys
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 446081
: 305148