From owner-cvs-all@FreeBSD.ORG Fri Dec 9 09:04:30 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 960BA16A41F; Fri, 9 Dec 2005 09:04:30 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6034143D6B; Fri, 9 Dec 2005 09:04:30 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jB994Ukw078652; Fri, 9 Dec 2005 09:04:30 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jB994Uqd078651; Fri, 9 Dec 2005 09:04:30 GMT (envelope-from pav) Message-Id: <200512090904.jB994Uqd078651@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 9 Dec 2005 09:04:29 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/assp Makefile ports/mail/assp/files assp.8.in patch-assp.pl periodic-assp.sh.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Dec 2005 09:04:30 -0000 pav 2005-12-09 09:04:29 UTC FreeBSD ports repository Modified files: mail/assp Makefile mail/assp/files assp.8.in patch-assp.pl periodic-assp.sh.in Log: Minor changes: - suppressed two messages logged to stdout when ASSP first starts up - changed nightly 510.assp periodic script to redirect rebuildspamdb.pl messages to a file in ASSP dir (nightly.log), thereby suppressing them from the nightly email - added rc.conf variable: assp_logexpire="45" used by nightly 510.assp periodic script to expire old YY-MM-DD.maillog.txt files from ASSP dir - changed the assp(8) manual page to document the new assp_logexpire configuration variable PR: ports/90118 Submitted by: J.R. Oldroyd (maintainer) Revision Changes Path 1.4 +1 -0 ports/mail/assp/Makefile 1.2 +4 -0 ports/mail/assp/files/assp.8.in 1.2 +17 -0 ports/mail/assp/files/patch-assp.pl 1.2 +16 -3 ports/mail/assp/files/periodic-assp.sh.in