diff options
| author | cotton | 1998-11-05 16:50:21 +0000 |
|---|---|---|
| committer | cotton | 1998-11-05 16:50:21 +0000 |
| commit | e9e1b3f9bf1578a899e663b0f4dc365e185fdf51 (patch) | |
| tree | d2f94194815df45370bcd524e3048268cf0eb684 | |
| parent | 153ae751d8f8af60acfb7b26a06dcccfa74ae8ef (diff) | |
| download | mailman-e9e1b3f9bf1578a899e663b0f4dc365e185fdf51.tar.gz mailman-e9e1b3f9bf1578a899e663b0f4dc365e185fdf51.tar.zst mailman-e9e1b3f9bf1578a899e663b0f4dc365e185fdf51.zip | |
moved a misplaced print statement from the previous checkin.
scott
| -rwxr-xr-x | bin/update | 2 |
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 |
