FreeBSD Bugzilla – Attachment 170371 Details for
Bug 209512
mysql57-server-5.7.12: Server not usable after installation
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch that fixes perms of my.cnf in pkg-plist
patch-databases_mysql57-fix_perm0644.diff (text/plain), 923 bytes, created by
Mahdi Mokhtari
on 2016-05-16 16:57:26 UTC
(
hide
)
Description:
Patch that fixes perms of my.cnf in pkg-plist
Filename:
MIME Type:
Creator:
Mahdi Mokhtari
Created:
2016-05-16 16:57:26 UTC
Size:
923 bytes
patch
obsolete
>Index: databases/mysql57-server/Makefile >=================================================================== >--- databases/mysql57-server/Makefile (revision 415316) >+++ databases/mysql57-server/Makefile (working copy) >@@ -5,6 +5,7 @@ > PORTVERSION= 5.7.12 >+PORTREVISION?= 1 > CATEGORIES= databases ipv6 > MASTER_SITES= MYSQL/MySQL-5.7 > PKGNAMESUFFIX?= 57-server >Index: databases/mysql57-server/pkg-plist >=================================================================== >--- databases/mysql57-server/pkg-plist (revision 415316) >+++ databases/mysql57-server/pkg-plist (working copy) >@@ -153,7 +153,7 @@ > %%DATADIR%%/swedish/errmsg.sys > %%DATADIR%%/ukrainian/errmsg.sys > %%DATADIR%%/uninstall_rewriter.sql >-@sample(root,wheel,0640) %%ETCDIR%%/my.cnf.sample >+@sample(root,wheel,0644) %%ETCDIR%%/my.cnf.sample > @dir(mysql,mysql,0750) %%ETCDIR%%/keyring > @dir(mysql,mysql,0750) %%MY_SECDIR%% > @dir(mysql,mysql,0750) %%MY_TMPDIR%%
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:
mmokhi
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 209512
: 170371 |
170406