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 261391 Details for
Bug 385161
trailing ";" with sslCACert causes up2date breakage on failover setup
[?]
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.
my hotfix suggestion
up2date-patch.sh (text/plain), 808 bytes, created by
daryl herzmann
on 2007-11-16 16:00:39 UTC
(
hide
)
Description:
my hotfix suggestion
Filename:
MIME Type:
Creator:
daryl herzmann
Created:
2007-11-16 16:00:39 UTC
Size:
808 bytes
patch
obsolete
>#!/bin/bash > ># If we don't have the latest up2date, lets install it first >if [ "$(rpm -q up2date)" != "up2date-4.6.2-7.el4" ]; then > echo "Previous version of up2date found, updating" > up2date -u up2date >fi > ># Now we see if we have the current version >if [ "$(rpm -q up2date)" == "up2date-4.6.2-7.el4" ]; then > echo "Patching RHEL4.6 provided up2date-4.6.2-7.el4" > cd /usr/share/rhn/up2date_client/ > patch -p 0 << END >--- config.py.orig 2007-11-16 09:20:16.000000000 -0600 >+++ config.py 2007-11-16 09:21:41.000000000 -0600 >@@ -162,7 +162,7 @@ > elif values[0] == "": > value = [] > else: >- value = values[:] >+ value = values[:-1] > > # now insert the (comment, value) in the dictionary > newval = (comment, value) >END > >fi
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 Raw
Actions:
View
Attachments on
bug 385161
: 261391