From owner-freebsd-questions@FreeBSD.ORG Tue Jul 19 22:39:36 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A6F9216A41F for ; Tue, 19 Jul 2005 22:39:36 +0000 (GMT) (envelope-from matt@atopia.net) Received: from neptune.atopia.net (neptune.atopia.net [209.128.231.90]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A6D543D45 for ; Tue, 19 Jul 2005 22:39:36 +0000 (GMT) (envelope-from matt@atopia.net) Received: by neptune.atopia.net (Postfix, from userid 1001) id BBC19614E; Tue, 19 Jul 2005 18:39:35 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by neptune.atopia.net (Postfix) with ESMTP id B1F776103; Tue, 19 Jul 2005 18:39:35 -0400 (EDT) Date: Tue, 19 Jul 2005 18:39:35 -0400 (EDT) From: Matt Juszczak To: mess-mate In-Reply-To: <20050719204504.GA12474@masterpost> Message-ID: <20050719183822.C12589@neptune.atopia.net> References: <20050719160622.N9925@neptune.atopia.net> <20050719204504.GA12474@masterpost> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-questions@freebsd.org Subject: Re: amavisd-port X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jul 2005 22:39:36 -0000 > | //etc/rc.d/amavisd > > that's right. Why is it doing double slash and why is it installing to /etc/rc.d? Why not /usr/local/etc/rc.d where other apps and ports reside? I know it has to start first, but it could have named it something like 0amavisd.sh. I dont really like ports putting things in the system's rc.d directory.... How does one go about modifying this so that the port will install in /usr/local? Just modify the makefile? > | //etc/rc.d/amavis-milter > > Are you using sendmail ?? the amavis-milter is only used for > sendmail, not needed by postfix. (dual smtp) The file is just installed. I'm not using it in /etc/rc.conf. -Matt