Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 53533 | Differences between
and this patch

Collapse All | Expand All

(-)mailman-2.1.5-orig/bin/check_perms (+2 lines)
Lines 313-318 Link Here
313
        print _('checking permissions on list data')
313
        print _('checking permissions on list data')
314
    # BAW: This needs to be converted to the Site module abstraction
314
    # BAW: This needs to be converted to the Site module abstraction
315
    for dir in os.listdir(mm_cfg.LIST_DATA_DIR):
315
    for dir in os.listdir(mm_cfg.LIST_DATA_DIR):
316
        if not S_ISDIR(statmode(os.path.join(mm_cfg.LIST_DATA_DIR,dir))):
317
            continue
316
        for file in checkfiles:
318
        for file in checkfiles:
317
            path = os.path.join(mm_cfg.LIST_DATA_DIR, dir, file)
319
            path = os.path.join(mm_cfg.LIST_DATA_DIR, dir, file)
318
            if STATE.VERBOSE:
320
            if STATE.VERBOSE:

Return to bug 53533