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 159222 Details for
Bug 132495
jp character encoding is not UTF8
[?]
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]
updated patch from cvs that adds missing replacements
mailman-2.1.9-ctypo.patch (text/plain), 1.27 KB, created by
Todd Zullinger
on 2007-07-13 17:57:47 UTC
(
hide
)
Description:
updated patch from cvs that adds missing replacements
Filename:
MIME Type:
Creator:
Todd Zullinger
Created:
2007-07-13 17:57:47 UTC
Size:
1.27 KB
patch
obsolete
>--- mailman-2.1.9/bin/check_perms.ctypo 2007-07-13 13:48:50.000000000 -0400 >+++ mailman-2.1.9/bin/check_perms 2007-07-13 13:48:50.000000000 -0400 >@@ -213,7 +213,7 @@ def checkarchives(): > # In addition, on a multiuser system you may want to hide the private > # archives so other users can't read them. > if mode & S_IXOTH: >- print _("""\ >+ print C_("""\ > Warning: Private archive directory is other-executable (o+x). > This could allow other users on your system to read private archives. > If you're on a shared multiuser system, you should consult the >--- mailman-2.1.9/Mailman/MTA/Postfix.py.ctypo 2007-07-13 13:48:50.000000000 -0400 >+++ mailman-2.1.9/Mailman/MTA/Postfix.py 2007-07-13 13:49:56.000000000 -0400 >@@ -351,9 +351,9 @@ def checkperms(state): > if stat and (stat[ST_MODE] & targetmode) <> targetmode: > state.ERRORS += 1 > octmode = oct(stat[ST_MODE]) >- print _('%(dbfile)s permissions must be 066x (got %(octmode)s)'), >+ print C_('%(dbfile)s permissions must be 066x (got %(octmode)s)'), > if state.FIX: >- print _('(fixing)') >+ print C_('(fixing)') > os.chmod(dbfile, stat[ST_MODE] | targetmode) > else: > print
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 132495
:
104450
|
159222
|
172374