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 580352 Details for
Bug 816445
Registration fails on kickstart process due a code error in redhat_register snippet
[?]
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]
Patch proposed
0001-816445-fixed-error-in-redhat_register-snippet.patch (text/plain), 943 bytes, created by
Marcelo Moreira de Mello
on 2012-04-26 05:29:17 UTC
(
hide
)
Description:
Patch proposed
Filename:
MIME Type:
Creator:
Marcelo Moreira de Mello
Created:
2012-04-26 05:29:17 UTC
Size:
943 bytes
patch
obsolete
>From: Marcelo Moreira de Mello <mmello@redhat.com> >Date: Thu, 26 Apr 2012 02:24:05 -0300 >Subject: [PATCH] 816445 - fixed error in redhat_register snippet > >--- > java/conf/cobbler/snippets/redhat_register | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/java/conf/cobbler/snippets/redhat_register b/java/conf/cobbler/snippets/redhat_register >index bcd4e1f..e3e4c17 100644 >--- a/java/conf/cobbler/snippets/redhat_register >+++ b/java/conf/cobbler/snippets/redhat_register >@@ -6,7 +6,7 @@ mkdir -p /usr/share/rhn/ > #set $mycert = "/usr/share/rhn/" + $mycert_file > wget http://$redhat_management_server/pub/RHN-ORG-TRUSTED-SSL-CERT -O $mycert > perl -npe 's/RHNS-CA-CERT/$mycert_file/g' -i /etc/sysconfig/rhn/* >-if [ -f /etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release ] >+if [ -f /etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release ]; then > rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release > fi > #end if >-- >1.7.10 >
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 816445
: 580352