diff options
| author | bwarsaw | 2002-03-17 06:02:48 +0000 |
|---|---|---|
| committer | bwarsaw | 2002-03-17 06:02:48 +0000 |
| commit | 09c7be1b1957c3bd866bfc1bf536bb7ea61af219 (patch) | |
| tree | 02d8b51dfe1f3a5cdd186649fe4ee814e6e13db2 | |
| parent | a75487237902cbe6cae4aaae332471fb75d47981 (diff) | |
| download | mailman-09c7be1b1957c3bd866bfc1bf536bb7ea61af219.tar.gz mailman-09c7be1b1957c3bd866bfc1bf536bb7ea61af219.tar.zst mailman-09c7be1b1957c3bd866bfc1bf536bb7ea61af219.zip | |
Update some comments.
| -rwxr-xr-x | bin/check_perms | 2 |
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'): |
