Date: Fri, 2 Apr 2004 07:38:47 +0800 (CST) From: Xin LI <delphij@frontfree.net> To: FreeBSD-gnats-submit@FreeBSD.org Cc: vivek@khera.org Subject: ports/65053: [PATCH] minor comestic change to ports/mail/postfix/pkg-message Message-ID: <20040401233847.D735C114CC@beastie.frontfree.net> Resent-Message-ID: <200404012340.i31NeKuV003364@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040401233847.D735C114CC>