FreeBSD Bugzilla – Attachment 119601 Details for
Bug 162188
[PATCH] mail/postgrey: add rc script options
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
postgrey-1.34_1.patch
postgrey-1.34_1.patch (text/plain), 1.96 KB, created by
Martin Matuska
on 2011-10-31 09:30:15 UTC
(
hide
)
Description:
postgrey-1.34_1.patch
Filename:
MIME Type:
Creator:
Martin Matuska
Created:
2011-10-31 09:30:15 UTC
Size:
1.96 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/pcvs/ports/mail/postgrey/Makefile,v >retrieving revision 1.30 >diff -u -r1.30 Makefile >--- Makefile 20 Oct 2011 21:12:06 -0000 1.30 >+++ Makefile 31 Oct 2011 09:26:15 -0000 >@@ -7,6 +7,7 @@ > > PORTNAME= postgrey > PORTVERSION= 1.34 >+PORTREVISION= 1 > CATEGORIES= mail > MASTER_SITES= http://postgrey.schweikert.ch/pub/ \ > http://postgrey.schweikert.ch/pub/old/ >Index: pkg-plist >=================================================================== >RCS file: /home/pcvs/ports/mail/postgrey/pkg-plist,v >retrieving revision 1.8 >diff -u -r1.8 pkg-plist >--- pkg-plist 27 Oct 2007 18:33:58 -0000 1.8 >+++ pkg-plist 31 Oct 2011 09:26:15 -0000 >@@ -6,4 +6,3 @@ > etc/postfix/dist-postgrey_whitelist_recipients > etc/postfix/dist-postgrey_whitelist_clients > @dirrmtry etc/postfix >-@unexec rmdir /var/db/postgrey 2>/dev/null || true >Index: files/postgrey.in >=================================================================== >RCS file: /home/pcvs/ports/mail/postgrey/files/postgrey.in,v >retrieving revision 1.5 >diff -u -r1.5 postgrey.in >--- files/postgrey.in 17 Aug 2010 23:52:34 -0000 1.5 >+++ files/postgrey.in 31 Oct 2011 09:26:15 -0000 >@@ -38,8 +38,11 @@ > postgrey_enable=${postgrey_enable:-"NO"} > postgrey_greylist_header=${postgrey_greylist_header:-"X-Greylist: delayed %t seconds by postgrey-%v at %h\; %d"} > postgrey_pidfile=${postgrey_pidfile:-"/var/run/postgrey.pid"} >-postgrey_flags=${postgrey_flags:-"--pidfile=${postgrey_pidfile} \ >- --inet=10023 -d --user=%%USER%% --group=%%GROUP%% --dbdir=/var/db/postgrey \ >+postgrey_listen=${postgrey_listen:-"--inet=10023"} >+postgrey_privs=${postgrey_privs:-"--user=%%USER%% --group=%%GROUP%%"} >+postgrey_dbdir=${postgrey_dbdir:"/var/db/postgrey"} >+postgrey_flags=${postgrey_flags:-"-d --pidfile=${postgrey_pidfile} \ >+ ${postgrey_listen} -d ${postgrey_privs} --dbdir=${postgrey_dbdir} \ > --x-greylist-header=${postgrey_greylist_header}"} > > pidfile="${postgrey_pidfile}"
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 162188
: 119601 |
119602
|
119603
|
119604