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 574668 Details for
Bug 809260
missing newline when running openstack-config-set
[?]
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]
add newline when a new section is created
missing-newline.patch (text/plain), 321 bytes, created by
Jan van Eldik
on 2012-04-02 22:42:51 UTC
(
hide
)
Description:
add newline when a new section is created
Filename:
MIME Type:
Creator:
Jan van Eldik
Created:
2012-04-02 22:42:51 UTC
Size:
321 bytes
patch
obsolete
>--- /usr/bin/openstack-config-set 2012-03-21 22:36:01.000000000 +0100 >+++ /tmp/openstack-config-set 2012-04-03 00:32:05.793303041 +0200 >@@ -16,6 +16,7 @@ > conf.read(cfgfile) > if not conf.has_section(section): > conf.add_section(section) >+ value += '\n' > conf.set(section, parameter, value) > > fp=open(cfgfile,"w") >
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 809260
:
574641
| 574668