diff options
| author | bwarsaw | 2002-10-20 01:58:40 +0000 |
|---|---|---|
| committer | bwarsaw | 2002-10-20 01:58:40 +0000 |
| commit | 60a40fbaeb4db6d686e930401962ce2ed3a61363 (patch) | |
| tree | 0deae0dd5f8e3e71335d7d7026c4226cfa1277a8 /bin | |
| parent | 55a6371f4dfb4314817bc38d80931d398ef00407 (diff) | |
| download | mailman-60a40fbaeb4db6d686e930401962ce2ed3a61363.tar.gz mailman-60a40fbaeb4db6d686e930401962ce2ed3a61363.tar.zst mailman-60a40fbaeb4db6d686e930401962ce2ed3a61363.zip | |
checkdata(): This should probably check request.db.tmp too.
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/check_perms | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/check_perms b/bin/check_perms index de2ca33b8..4f20cbe3e 100755 --- a/bin/check_perms +++ b/bin/check_perms @@ -268,7 +268,8 @@ def checkdata(): targetmode = S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP checkfiles = ('config.pck', 'config.pck.last', 'config.db', 'config.db.last', - 'next-digest', 'next-digest-topics', 'request.db') + 'next-digest', 'next-digest-topics', + 'request.db', 'request.db.tmp') if STATE.VERBOSE: print _('checking permissions on list data') # BAW: This needs to be converted to the Site module abstraction |
