-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Barry A. Warsaw wrote: > > >>>>> "DL" == David LeVine <[EMAIL PROTECTED]> writes: [...] > DL> - All of the subdirectories under > DL> ~mailman/{messages,templates} were created with permissions > DL> 02755 instead of 02775. > > Also works for me: [...] > What OS are you using? Do you see any errors in the "make install" > output? Can you check that output for anomolies?
I noticed the same thing when I installed. I installed on a redhat 7.3 box. I could be way off here, as I'm no Makefile guru, but I have a guess at what's happening. Please excuse me if I've missed something glaringly obvious. Having read the INSTALL file a bit too quickly, I missed the admonition to "not be root" for the ./configure; make; make install. So, out of habit, I ran su -c "make install". root's umask was set to 0022. The Makefiles in messages and templates call mkinstalldirs to create the directory trees but I don't see any chmod to make sure that the perms are correct. In messages/Makefile, there is a chmod on the dirs inside each subdir of messages, but that doesn't help with the language dirs themselves. There's a similar thing done in templates/Makefile. I would guess that this normally just works because many users umasks are set to 0002 instead of 0022. Since it's important that these dirs have the proper perms, shouldn't they be chmod'd explicitly instead of relying on a users umask? - -- Todd OpenPGP -> KeyID: 0xD654075A | URL: www.pobox.com/~tmz ============================================================================ We can have justice whenever those who have not been injured by injustice are as outraged by it as those who have been. -- Solon (594 B.C.) -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) Comment: When crypto is outlawed bayl bhgynjf jvyy unir cevinpl. iD8DBQE+HIquuv+09NZUB1oRAlHIAJ9VqiokZGkX9luFiz4OlvQa959AVACdGI95 JeDqdQrt+KeYDblK1lp4VjE= =nH+m -----END PGP SIGNATURE----- ------------------------------------------------------ Mailman-Users mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ This message was sent to: archive@jab.org Unsubscribe or change your options at http://mail.python.org/mailman/options/mailman-users/archive%40jab.org