FreeBSD Bugzilla – Attachment 187204 Details for
Bug 223038
Update port: mail/opendkim Fix rc script chmod
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
mail/opendkim-2.10.3_8.diff
opendkim-2.10.3_8.diff (text/plain), 1.32 KB, created by
Douglas Thrift
on 2017-10-15 23:01:21 UTC
(
hide
)
Description:
mail/opendkim-2.10.3_8.diff
Filename:
MIME Type:
Creator:
Douglas Thrift
Created:
2017-10-15 23:01:21 UTC
Size:
1.32 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 452165) >+++ Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= opendkim > PORTVERSION= 2.10.3 >-PORTREVISION= 7 >+PORTREVISION= 8 > CATEGORIES= mail security > MASTER_SITES= SF/${PORTNAME} \ > SF/${PORTNAME}/Previous%20Releases \ >Index: files/milter-opendkim.in >=================================================================== >--- files/milter-opendkim.in (revision 452165) >+++ files/milter-opendkim.in (working copy) >@@ -176,12 +176,14 @@ > > dkim_start_postcmd () > { >- # postcmd is executed too fast and socket is not created before checking... >- sleep 1 >- if [ -S ${milteropendkim_socket##local:} ] ; then >- chmod ${_piddir_perms} ${milteropendkim_socket##local:} >- elif [ -S ${milteropendkim_socket##unix:} ] ; then >- chmod ${_piddir_perms} ${milteropendkim_socket##unix:} >+ if [ "x${milteropendkim_socket}" != "x" ]; then >+ # postcmd is executed too fast and socket is not created before checking... >+ sleep 1 >+ if [ -S ${milteropendkim_socket##local:} ] ; then >+ chmod ${_piddir_perms} ${milteropendkim_socket##local:} >+ elif [ -S ${milteropendkim_socket##unix:} ] ; then >+ chmod ${_piddir_perms} ${milteropendkim_socket##unix:} >+ fi > fi > } >
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 223038
:
187204
|
187746
|
197226