Update of /cvsroot/mailman/mailman/bin
In directory usw-pr-cvs1:/tmp/cvs-serv15469

Modified Files:
        check_perms 
Log Message:
Update some comments.


Index: check_perms
===================================================================
RCS file: /cvsroot/mailman/mailman/bin/check_perms,v
retrieving revision 2.9
retrieving revision 2.10
diff -C2 -d -r2.9 -r2.10
*** check_perms 5 Mar 2002 16:23:29 -0000       2.9
--- check_perms 17 Mar 2002 06:02:48 -0000      2.10
***************
*** 105,109 ****
          # 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.
          private = mm_cfg.PRIVATE_ARCHIVE_FILE_DIR
          if path == private or (os.path.commonprefix((path, private)) == private
--- 105,109 ----
          # 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() and checkarchivedbs() below.
          private = mm_cfg.PRIVATE_ARCHIVE_FILE_DIR
          if path == private or (os.path.commonprefix((path, private)) == private


_______________________________________________
Mailman-checkins mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-checkins

Reply via email to