summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbwarsaw1999-03-09 02:55:18 +0000
committerbwarsaw1999-03-09 02:55:18 +0000
commit43ee9335e2e406dc10c059ef5590f0c23c6905d1 (patch)
treed2db6064af5fc62a611f332e8d538c1efd0a1ac0
parent67471beb708167050487394dba83dff6360e5b48 (diff)
downloadmailman-43ee9335e2e406dc10c059ef5590f0c23c6905d1.tar.gz
mailman-43ee9335e2e406dc10c059ef5590f0c23c6905d1.tar.zst
mailman-43ee9335e2e406dc10c059ef5590f0c23c6905d1.zip
Add warning message about the need for a manual step in the update
process.
-rwxr-xr-xbin/update9
1 files changed, 9 insertions, 0 deletions
diff --git a/bin/update b/bin/update
index f411a01c1..79f9b4741 100755
--- a/bin/update
+++ b/bin/update
@@ -210,3 +210,12 @@ if __name__ == '__main__':
for list in lists:
print 'Updating mailing list: ', list
dolist(list)
+ print '\nNOTE NOTE NOTE NOTE NOTE'
+ print """You will need to manually update your mailing lists.
+For each mailing list you need to copy the file templates/options.html
+lists/<listname>/options.html.
+
+However, if you have edited this file via the Web interface, you will have to
+merge your changes into this file, otherwise you will lose your changes.
+"""
+