On Mon, Dec 31, 2001 at 06:58:41PM -0500, Barry A. Warsaw wrote:
> 
> Hi all,
> 
> Just wanted to let you know that I've released Mailman 2.1 alpha 4.

Here's a fix to a buglet in check_perms


diff -urN mailman/bin/check_perms mailman.wrapper/bin/check_perms
--- mailman/bin/check_perms     Thu Oct  4 16:45:19 2001
+++ mailman.wrapper/bin/check_perms     Tue Jan  1 20:16:54 2002
@@ -227,7 +227,7 @@
                 print
 
 def checkmail():
-    wrapper = os.path.join(mm_cfg.WRAPPER_DIR, 'wrapper')
+    wrapper = os.path.join(mm_cfg.WRAPPER_DIR, 'mailman')
     if STATE.VERBOSE:
         print _('checking set-gid for %(wrapper)s')
     mode = statmode(wrapper)

Marc
-- 
Microsoft is to operating systems & security ....
                                      .... what McDonalds is to gourmet cooking
  
Home page: http://marc.merlins.org/   |   Finger [EMAIL PROTECTED] for PGP key

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

Reply via email to