Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 505982
Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- check_perms_grsecurity.py   2014-03-27 17:55:56.260000000 +0100
0
++ check_perms_grsecurity_fixed.py 2014-03-27 17:57:24.300000000 +0100
Lines 145-151 Link Here
145
    print "\nPatching mailman scripts to change the uid to mailman"
145
    print "\nPatching mailman scripts to change the uid to mailman"
146
    for script in binfilestopatch:
146
    for script in binfilestopatch:
147
        filefd = open(script, "r")
147
        filefd = open(paths.prefix+'/bin/'+script, "r")
148
        file = filefd.readlines()
148
        file = filefd.readlines()
149
        filefd.close()
149
        filefd.close()

Return to bug 505982