From owner-freebsd-perl@FreeBSD.ORG Mon Mar 27 09:09:55 2006 Return-Path: X-Original-To: perl@freebsd.org Delivered-To: freebsd-perl@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D139716A41F for ; Mon, 27 Mar 2006 09:09:55 +0000 (UTC) (envelope-from sem.bsd@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.235]) by mx1.FreeBSD.org (Postfix) with ESMTP id 00F9E43D45 for ; Mon, 27 Mar 2006 09:09:54 +0000 (GMT) (envelope-from sem.bsd@gmail.com) Received: by wproxy.gmail.com with SMTP id 55so1447219wri for ; Mon, 27 Mar 2006 01:09:54 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:references; b=UWoP1Z2zznzD6xQT3uzhEVRiMEKOk9EaxF+Lm/s8KQN9BU9T7y5u4b4kCTxJu7D0C0ve1zoeHG5ekoDL50Jy3z2wX4kLLhqgLmy7HlJoiMNBHOeC+vk7qErc993L66NvJFCtC5XhFIvMmKN4vcB8QbqKriWLvP6MC2KKP5SrHJk= Received: by 10.54.109.3 with SMTP id h3mr2573381wrc; Mon, 27 Mar 2006 01:09:54 -0800 (PST) Received: by 10.54.78.5 with HTTP; Mon, 27 Mar 2006 01:09:54 -0800 (PST) Message-ID: Date: Mon, 27 Mar 2006 13:09:54 +0400 From: "Sergey Matveychuk" Sender: sem.bsd@gmail.com To: Gianni In-Reply-To: <200603261644.22903.jumpyboy@infinito.it> MIME-Version: 1.0 References: <200603261644.22903.jumpyboy@infinito.it> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: ports@freebsd.org, perl@freebsd.org Subject: Re: FreeBSD Port: p5-Mail-SpamAssassin-3.1.1 X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Mar 2006 09:09:55 -0000 2006/3/26, Gianni : > > I changed /usr/local/etc/rc.d/sa-spamd.sh after installing because lots o= f > error lines in the log when a new mail arrived to the mail server. I > changed > the following line: > > command_args=3D"-d -r ${pidfile}" > > into: > > command_args=3D"-d -r ${pidfile} -u spamd" > > > I hope to be stayed helpfull and this change can be ported into the port > repository. > > You can use WITH_AS_ROOT option for this behavior. -- Sem.