From 940e23ca5c1beb45fbe5d0638a98b083883d85cb Mon Sep 17 00:00:00 2001 From: mwolson_admin Date: Wed, 14 Nov 2007 19:23:42 -0500 Subject: [PATCH 1/1] mailman-update-exim-db: Fix typo, mention that it has to run as root --- mailman-update-exim-db | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mailman-update-exim-db b/mailman-update-exim-db index ed84d21..86a0601 100755 --- a/mailman-update-exim-db +++ b/mailman-update-exim-db @@ -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 -- 2.20.1