FreeBSD Bugzilla – Attachment 220342 Details for
Bug 251663
www/minio does not create /var/db/minio
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
The attached patch creates and registers the directory with the appropriate uid/gid.
minio.patch (text/plain), 778 bytes, created by
Emanuel Haupt
on 2020-12-07 09:42:46 UTC
(
hide
)
Description:
The attached patch creates and registers the directory with the appropriate uid/gid.
Filename:
MIME Type:
Creator:
Emanuel Haupt
Created:
2020-12-07 09:42:46 UTC
Size:
778 bytes
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 557218) >+++ Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= minio > PORTVERSION= ${GH_TAGNAME:S/RELEASE.//:S/Z//:S/T/-/:S/-/./g} >+PORTREVISION= 1 > CATEGORIES= www > DIST_SUBDIR= minio > >@@ -176,7 +177,8 @@ > -X github.com/minio/minio/cmd.ShortCommitID=${COMMIT_ID:C|(............).*|\1|} \ > -X github.com/minio/minio/cmd.GOPATH=${WRKSRC} -s -w' > >-PLIST_FILES= bin/${PORTNAME} >+PLIST_FILES= bin/${PORTNAME} \ >+ "@dir(${MINIO_USER},${MINIO_GROUP},770) ${MINIO_DBDIR}" > USE_RC_SUBR= ${PORTNAME} > > MINIO_USER?= ${PORTNAME} >@@ -190,4 +192,7 @@ > GROUP="${GROUPS}" \ > USER="${USERS}" > >+post-install: >+ ${MKDIR} ${STAGEDIR}/${MINIO_DBDIR} >+ > .include <bsd.port.mk>
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 251663
:
220342
|
220344