From owner-cvs-ports@FreeBSD.ORG Sat Jan 9 23:45:02 2010 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DCF6D106566C; Sat, 9 Jan 2010 23:45:02 +0000 (UTC) (envelope-from pgollucci@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id CB9A78FC08; Sat, 9 Jan 2010 23:45:02 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o09Nj25u042770; Sat, 9 Jan 2010 23:45:02 GMT (envelope-from pgollucci@repoman.freebsd.org) Received: (from pgollucci@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o09Nj2Z8042769; Sat, 9 Jan 2010 23:45:02 GMT (envelope-from pgollucci) Message-Id: <201001092345.o09Nj2Z8042769@repoman.freebsd.org> From: "Philip M. Gollucci" Date: Sat, 9 Jan 2010 23:45:02 +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/mailscanner Makefile ports/mail/mailscanner/files mailscanner.in pkg-message.in X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Jan 2010 23:45:03 -0000 pgollucci 2010-01-09 23:45:02 UTC FreeBSD ports repository Modified files: mail/mailscanner Makefile mail/mailscanner/files mailscanner.in pkg-message.in Log: This is a workaround to the continuous taint mode incompatibilities with this code. - This patch introduces a new rc variable called "mailscanner_user". If you changed the "Run As User" variable in MailScanner.conf (which triggers taint mode) you MUST now also set the same value in /etc/rc.conf. - Removed ulimit bump from startup script, since its now dynamically set at boot time based on system resources. - fixes permission problems with pid file. PR: ports/142382 Submitted by: Mike Jakubik Revision Changes Path 1.80 +1 -0 ports/mail/mailscanner/Makefile 1.2 +13 -7 ports/mail/mailscanner/files/mailscanner.in 1.5 +13 -2 ports/mail/mailscanner/files/pkg-message.in