summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbwarsaw2002-03-17 06:02:48 +0000
committerbwarsaw2002-03-17 06:02:48 +0000
commit09c7be1b1957c3bd866bfc1bf536bb7ea61af219 (patch)
tree02d8b51dfe1f3a5cdd186649fe4ee814e6e13db2
parenta75487237902cbe6cae4aaae332471fb75d47981 (diff)
downloadmailman-09c7be1b1957c3bd866bfc1bf536bb7ea61af219.tar.gz
mailman-09c7be1b1957c3bd866bfc1bf536bb7ea61af219.tar.zst
mailman-09c7be1b1957c3bd866bfc1bf536bb7ea61af219.zip
Update some comments.
-rwxr-xr-xbin/check_perms2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/check_perms b/bin/check_perms
index af5b622c3..15913600c 100755
--- a/bin/check_perms
+++ b/bin/check_perms
@@ -104,7 +104,7 @@ def checkwalk(arg, dirname, names):
print
# all directories must be at least rwxrwsr-x. Don't check the private
# archive directory or database directory themselves since these are
- # checked in checkarchives below.
+ # checked in checkarchives() and checkarchivedbs() below.
private = mm_cfg.PRIVATE_ARCHIVE_FILE_DIR
if path == private or (os.path.commonprefix((path, private)) == private
and os.path.split(path)[1] == 'database'):