From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Apr 1 15:40:20 2004 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 924FB16A4CE for ; Thu, 1 Apr 2004 15:40:20 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8921F43D2F for ; Thu, 1 Apr 2004 15:40:20 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i31NeKbv003365 for ; Thu, 1 Apr 2004 15:40:20 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i31NeKuV003364; Thu, 1 Apr 2004 15:40:20 -0800 (PST) (envelope-from gnats) Resent-Date: Thu, 1 Apr 2004 15:40:20 -0800 (PST) Resent-Message-Id: <200404012340.i31NeKuV003364@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Xin LI Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 77BF216A4CE for ; Thu, 1 Apr 2004 15:39:04 -0800 (PST) Received: from ftp.bjpu.edu.cn (ftp.bjpu.edu.cn [202.112.78.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3253943D1D for ; Thu, 1 Apr 2004 15:39:04 -0800 (PST) (envelope-from delphij@frontfree.net) Received: from localhost (localhost [127.0.0.1]) by ftp.bjpu.edu.cn (Postfix) with ESMTP id D0DD3529C for ; Fri, 2 Apr 2004 07:39:02 +0800 (CST) Received: from ftp.bjpu.edu.cn ([127.0.0.1]) by localhost (ftp.bjpu.edu.cn [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 54000-05 for ; Fri, 2 Apr 2004 07:38:51 +0800 (CST) Received: from beastie.frontfree.net (beastie.frontfree.net [218.107.145.7]) by ftp.bjpu.edu.cn (Postfix) with ESMTP id 457A8529A for ; Fri, 2 Apr 2004 07:38:51 +0800 (CST) Received: from localhost (localhost [127.0.0.1]) by beastie.frontfree.net (Postfix) with ESMTP id 787C0120E1; Fri, 2 Apr 2004 07:38:50 +0800 (CST) Received: from beastie.frontfree.net ([127.0.0.1]) by localhost (beastie.frontfree.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 03379-03; Fri, 2 Apr 2004 07:38:48 +0800 (CST) Received: by beastie.frontfree.net (Postfix, from userid 1001) id D735C114CC; Fri, 2 Apr 2004 07:38:47 +0800 (CST) Message-Id: <20040401233847.D735C114CC@beastie.frontfree.net> Date: Fri, 2 Apr 2004 07:38:47 +0800 (CST) From: Xin LI To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: vivek@khera.org Subject: ports/65053: [PATCH] minor comestic change to ports/mail/postfix/pkg-message X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Xin LI List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Apr 2004 23:40:20 -0000 >Number: 65053 >Category: ports >Synopsis: [PATCH] minor comestic change to ports/mail/postfix/pkg-message >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Thu Apr 01 15:40:20 PST 2004 >Closed-Date: >Last-Modified: >Originator: Xin LI >Release: FreeBSD 5.2-CURRENT i386 >Organization: The FreeBSD Simplified Chinese Project >Environment: System: FreeBSD beastie.frontfree.net 5.2-CURRENT FreeBSD 5.2-CURRENT #58: Fri Mar 19 12:18:47 CST 2004 delphij@beastie.frontfree.net:/usr/obj/usr/src/sys/BEASTIE i386 >Description: The proposaled patch will remove tailing spaces in postfix/pkg-message. This will be helpful for those who install postfix for the first time and want to copy-and-paste the settings to their configuration. Please review the patch, thanks in advance! (I think this is trivial enough and it would be good if this could be committed soon). >How-To-Repeat: >Fix: --- patch-postfix begins here --- Index: pkg-message =================================================================== RCS file: /home/ncvs/ports/mail/postfix/pkg-message,v retrieving revision 1.7 diff -u -r1.7 pkg-message --- pkg-message 21 Dec 2003 04:42:45 -0000 1.7 +++ pkg-message 1 Apr 2004 23:33:00 -0000 @@ -27,7 +27,7 @@ routines in your /etc/periodic.conf file: daily_clean_hoststat_enable="NO" -daily_status_mail_rejects_enable="NO" +daily_status_mail_rejects_enable="NO" daily_status_include_submit_mailq="NO" daily_submit_queuerun="NO" --- patch-postfix ends here --- >Release-Note: >Audit-Trail: >Unformatted: