From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 9 18:10:19 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4FB7F16A4BF for ; Tue, 9 Sep 2003 18:10:19 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB59243FBD for ; Tue, 9 Sep 2003 18:10:18 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h8A1AIUp013647 for ; Tue, 9 Sep 2003 18:10:18 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h8A1AInl013646; Tue, 9 Sep 2003 18:10:18 -0700 (PDT) Date: Tue, 9 Sep 2003 18:10:18 -0700 (PDT) Message-Id: <200309100110.h8A1AInl013646@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: "Scot W. Hetzel" Subject: Re: ports/56658: Convert security/amavisd startup scripts to use rc.subr X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: "Scot W. Hetzel" List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Sep 2003 01:10:19 -0000 The following reply was made to PR ports/56658; it has been noted by GNATS. From: "Scot W. Hetzel" To: "FreeBSD-GNATS" Cc: Subject: Re: ports/56658: Convert security/amavisd startup scripts to use rc.subr Date: Tue, 9 Sep 2003 20:09:28 -0500 amavisd.sh needs a small change in it's comment before commiting, change: # Define these amavisd_milter_* variables in one of these files: to # Define these amavisd_* variables in one of these files: Scot