summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcotton1998-11-05 16:50:21 +0000
committercotton1998-11-05 16:50:21 +0000
commite9e1b3f9bf1578a899e663b0f4dc365e185fdf51 (patch)
treed2f94194815df45370bcd524e3048268cf0eb684
parent153ae751d8f8af60acfb7b26a06dcccfa74ae8ef (diff)
downloadmailman-e9e1b3f9bf1578a899e663b0f4dc365e185fdf51.tar.gz
mailman-e9e1b3f9bf1578a899e663b0f4dc365e185fdf51.tar.zst
mailman-e9e1b3f9bf1578a899e663b0f4dc365e185fdf51.zip
moved a misplaced print statement from the previous checkin.
scott
-rwxr-xr-xbin/update2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/update b/bin/update
index 67f855165..73069827b 100755
--- a/bin/update
+++ b/bin/update
@@ -100,12 +100,12 @@ if __name__ == '__main__':
if not lists:
print "no lists = nothing to do, exiting"
sys.exit(0)
- print "setting all old html archiving directories to have setgid status"
#
# for people with web archiving, make sure the directories
# in the archiving are set with proper perms for b6.
#
if os.path.isdir("%s/public_html/archives" % Mailman.mm_cfg):
+ print "setting all old html archiving directories to have setgid status"
os.system("chmod g+rwxs `find %s/public_html/archives -type d -print`" % Mailman.mm_cfg.PREFIX)
for list in lists:
print 'Updating mailing list: ', list