From 82fdac652cf5240c4af3f7e9168599019e38c6ff Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Fri, 4 Oct 2002 11:24:28 +0000 Subject: init-mailmanarchive: mhonarc script moved to local-COMMON. --- init-mailmanarchive | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'init-mailmanarchive') diff --git a/init-mailmanarchive b/init-mailmanarchive index 42b773f..46fe25d 100755 --- a/init-mailmanarchive +++ b/init-mailmanarchive @@ -3,7 +3,7 @@ # /usr/local/sbin/init-mailmanarchive # Copyright 2002-2002 Jonas Smedegaard # -# $Id: init-mailmanarchive,v 1.2 2002-03-07 16:22:51 jonas Exp $ +# $Id: init-mailmanarchive,v 1.3 2002-10-04 11:24:28 jonas Exp $ # # Rebuild mailman archive(s) # @@ -27,7 +27,7 @@ for list in $@; do # $bindir/arch $list mkdir -p $htmldir && chown list.list $htmldir && chmod 2755 $htmldir - su list "mhonarc -outdir $htmldir -idxfname index.html -rcfile /etc/mailman/mhonarc.mrc -title \"$list Archive (by Date)\" -ttitle \"$list Archive (Threaded)\" $mboxfile" + su list "mhonarc -outdir $htmldir -idxfname index.html -rcfile /etc/local-COMMON/mailman/mhonarc.mrc -title \"$list Archive (by Date)\" -ttitle \"$list Archive (Threaded)\" $mboxfile" echo "Done with list \"$list\"!" else -- cgit v1.2.3