From bfaeed6696fd097fe336ced0c27d6dd60f18d835 Mon Sep 17 00:00:00 2001 From: jlam Date: Sat, 22 Sep 2007 05:07:49 +0000 Subject: Also stop the webmlm rc.d script from creating the webmlm directory. Ride previous PKGREVISION bump of courier-mta. --- mail/courier-mta/files/webmlm.sh | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) (limited to 'mail') diff --git a/mail/courier-mta/files/webmlm.sh b/mail/courier-mta/files/webmlm.sh index 4f390406c83..e238113b81c 100644 --- a/mail/courier-mta/files/webmlm.sh +++ b/mail/courier-mta/files/webmlm.sh @@ -1,6 +1,6 @@ #!@RCD_SCRIPTS_SHELL@ # -# $NetBSD: webmlm.sh,v 1.2 2007/09/10 17:00:38 jlam Exp $ +# $NetBSD: webmlm.sh,v 1.3 2007/09/22 05:07:49 jlam Exp $ # # Courier mailing list management daemon # @@ -18,26 +18,9 @@ pidfile="@COURIER_STATEDIR@/webmlm.pid" required_files="@PKG_SYSCONFDIR@/webmlmrc" restart_cmd="${name}_doit restart" -start_precmd="${name}_prestart" start_cmd="${name}_doit start" stop_cmd="${name}_doit stop" -mkdir_perms() -{ - dir="$1"; user="$2"; group="$3"; mode="$4" - @TEST@ -d $dir || @MKDIR@ $dir - @CHOWN@ $user $dir - @CHGRP@ $group $dir - @CHMOD@ $mode $dir -} - -webmlm_prestart() -{ - @MKDIR@ @COURIER_STATEDIR@ - mkdir_perms @COURIER_STATEDIR@/webmlm \ - @COURIER_USER@ @COURIER_GROUP@ 0755 -} - webmlm_doit() { action=$1 -- cgit v1.2.3