FreeBSD Bugzilla – Attachment 167455 Details for
Bug 207528
mail/mailman remove postfix dependency and fix pkg-install.in script
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch] fix pkg-install.in
file_207528.txt (text/plain), 679 bytes, created by
Olli Hauer
on 2016-02-26 19:05:16 UTC
(
hide
)
Description:
[patch] fix pkg-install.in
Filename:
MIME Type:
Creator:
Olli Hauer
Created:
2016-02-26 19:05:16 UTC
Size:
679 bytes
patch
obsolete
>Index: files/pkg-install.in >=================================================================== >--- files/pkg-install.in (revision 409613) >+++ files/pkg-install.in (working copy) >@@ -63,8 +63,8 @@ > "%%MAILMANDIR%%/archives/public" > # this can be 2770 or 2771 but should not be stomped over > test -d "%%MAILMANDIR%%/archives/private" \ >- || /usr/bin/install -d -m 02771 \ >- "%%MAILMANDIR%%/archives/private" -g "%%GROUP%%" >+ || /usr/bin/install -m 02771 -g %%GROUP%% \ >+ -d "%%MAILMANDIR%%/archives/private" > > /bin/chmod u+rwx,g+srwx "%%MAILMANDIR%%/archives/private" > /bin/chmod u+rwx,g+srwx,o+rx "%%MAILMANDIR%%/logs"
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 Raw
Flags:
mandree
:
maintainer-approval+
Actions:
View
Attachments on
bug 207528
:
167454
| 167455