mailman-update-exim-db: Fix typo, mention that it has to run as root
authormwolson_admin <mwolson_admin@deleuze.hcoop.net>
Thu, 15 Nov 2007 00:23:42 +0000 (19:23 -0500)
committermwolson_admin <mwolson_admin@deleuze.hcoop.net>
Thu, 15 Nov 2007 00:23:42 +0000 (19:23 -0500)
mailman-update-exim-db

index ed84d21..86a0601 100755 (executable)
@@ -1,12 +1,12 @@
 #!/bin/bash
 #
-# mailman-update-table: Make an associated list mapping list names and
-# the domain that they are associated with.
+# mailman-update-exim-db: Make an associated list mapping list names
+# and the domain that they are associated with.
 #
 # This table is then used by Exim to verify that the list name and
 # domain are correct.
 #
-# This script is meant to be called from a cron job.
+# This script is meant to be called from a cron job, and run as root.
 
 MMDIR=/var/lib/mailman
 LISTDIR=$MMDIR/lists