svn commit: r437792 - in head/www/minio: . files

Steve Wills swills at FreeBSD.org
Wed Apr 5 15:12:21 UTC 2017


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 at 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


More information about the svn-ports-head mailing list