FreeBSD Bugzilla – Attachment 192574 Details for
Bug 227261
mail/postgrey: conflict of PG_USER variable with PostgreSQL
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to update variables in the rc script
patch.txt (text/plain), 1.41 KB, created by
ports.maintainer
on 2018-04-16 23:08:27 UTC
(
hide
)
Description:
patch to update variables in the rc script
Filename:
MIME Type:
Creator:
ports.maintainer
Created:
2018-04-16 23:08:27 UTC
Size:
1.41 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 467540) >+++ Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= postgrey > PORTVERSION= 1.37 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= mail > MASTER_SITES= http://postgrey.schweikert.ch/pub/ \ > http://postgrey.schweikert.ch/pub/old/ >Index: files/postgrey.in >=================================================================== >--- files/postgrey.in (revision 467540) >+++ files/postgrey.in (working copy) >@@ -12,7 +12,7 @@ > # postgrey_enable (bool) Set to 'YES' to enable > # Default: NO > # postgrey_dbdir (path) Location of postgrey database files. >-# Default: %%PG_DBDIR%% >+# Default: %%POSTGREY_DBDIR%% > # postgrey_flags (extra args) Additional command-line parameters. > # Default: --inet=10023 > # >@@ -30,13 +30,13 @@ > load_rc_config $name > > : ${postgrey_enable:=NO} >-: ${postgrey_dbdir:=%%PG_DBDIR%%} >+: ${postgrey_dbdir:=%%POSTGREY_DBDIR%%} > : ${postgrey_flags:=--inet=10023} > > command=%%PREFIX%%/sbin/postgrey > extra_commands=reload >-pidfile=%%PG_RUNDIR%%/postgrey.pid >-required_dirs="${postgrey_dbdir} %%PG_RUNDIR%%" >+pidfile=%%POSTGREY_RUNDIR%%/postgrey.pid >+required_dirs="${postgrey_dbdir} %%POSTGREY_RUNDIR%%" > > command_args="-d --pidfile=${pidfile} --dbdir=${postgrey_dbdir}" >
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
Flags:
ports.maintainer:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 227261
:
192182
|
192183
| 192574