FreeBSD Bugzilla – Attachment 221912 Details for
Bug 253003
www/minio: fixed a typo in rc-script
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
minio.diff
minio.diff (text/plain), 899 bytes, created by
Boris Korzun
on 2021-01-25 17:27:32 UTC
(
hide
)
Description:
minio.diff
Filename:
MIME Type:
Creator:
Boris Korzun
Created:
2021-01-25 17:27:32 UTC
Size:
899 bytes
patch
obsolete
>Index: www/minio/Makefile >=================================================================== >--- www/minio/Makefile (revision 562277) >+++ www/minio/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 > >Index: www/minio/files/minio.in >=================================================================== >--- www/minio/files/minio.in (revision 562277) >+++ www/minio/files/minio.in (working copy) >@@ -51,8 +51,8 @@ > start_precmd="minio_start_precmd" > > if checkyesno minio_syslog_enable; then >- if [ -n "${minio_syslog_output_tag}" ]; then >- minio_syslog_output_flags="-T ${minio_syslog_output_tag}" >+ if [ -n "${minio_syslog_tag}" ]; then >+ minio_syslog_output_flags="-T ${minio_syslog_tag}" > else > minio_syslog_output_flags="-T ${name}" > 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 253003
: 221912