Date: Wed, 5 Apr 2017 15:12:19 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437792 - in head/www/minio: . files Message-ID: <201704051512.v35FCJKV023375@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Wed Apr 5 15:12:19 2017 New Revision: 437792 URL: https://svnweb.freebsd.org/changeset/ports/437792 Log: www/minio: add doc comments to rc script Modified: head/www/minio/Makefile head/www/minio/files/minio.in Modified: head/www/minio/Makefile ============================================================================== --- head/www/minio/Makefile Wed Apr 5 15:08:24 2017 (r437791) +++ head/www/minio/Makefile Wed Apr 5 15:12:19 2017 (r437792) @@ -2,7 +2,7 @@ PORTNAME= minio PORTVERSION= ${GH_TAGNAME:S/RELEASE.//:S/Z//:S/T/-/:S/-/./g} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MAINTAINER= swills@FreeBSD.org Modified: head/www/minio/files/minio.in ============================================================================== --- head/www/minio/files/minio.in Wed Apr 5 15:08:24 2017 (r437791) +++ head/www/minio/files/minio.in Wed Apr 5 15:12:19 2017 (r437792) @@ -3,6 +3,23 @@ # PROVIDE: minio # KEYWORD: shutdown +# +# Add the following lines to /etc/rc.conf to enable minio: +# +# minio_enable (bool): Set to "NO" by default. +# Set it to "YES" to enable minio +# minio_config (path): Set to "%%PREFIX%%/etc/minio" by default +# Set to directory to store minio config +# minio_disks (path): Set to "/var/db/minio" by default. +# Set it to directory to store minio data +# minio_address (str): Set to ":9000" by default. +# Set it to address for minio to listen on +# minio_user (str): Set to "minio" by default. +# Set it to user to run minio under +# minio_group (str): Set to "minio" by default. +# Set it to group to run minio under +# + . /etc/rc.subr name=minio
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704051512.v35FCJKV023375>