Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 35923 Details for
Bug 53533
Mailman check_perm fails because of .keep file
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
mailman-2.1.5-directory-check.patch
mailman-2.1.5-directory-check.patch (text/plain), 641 bytes, created by
Brian Harring (RETIRED)
on 2004-07-21 15:29:07 UTC
(
hide
)
Description:
mailman-2.1.5-directory-check.patch
Filename:
MIME Type:
Creator:
Brian Harring (RETIRED)
Created:
2004-07-21 15:29:07 UTC
Size:
641 bytes
patch
obsolete
>diff -urN mailman-2.1.5-orig/bin/check_perms mailman-2.1.5/bin/check_perms >--- mailman-2.1.5-orig/bin/check_perms 2003-03-31 14:07:55.000000000 -0600 >+++ mailman-2.1.5/bin/check_perms 2004-07-21 17:24:34.810274976 -0500 >@@ -313,6 +313,8 @@ > print _('checking permissions on list data') > # BAW: This needs to be converted to the Site module abstraction > for dir in os.listdir(mm_cfg.LIST_DATA_DIR): >+ if not S_ISDIR(statmode(os.path.join(mm_cfg.LIST_DATA_DIR,dir))): >+ continue > for file in checkfiles: > path = os.path.join(mm_cfg.LIST_DATA_DIR, dir, file) > if STATE.VERBOSE:
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 53533
:
34345
|
35893
| 35923