sysutils/loki: Fix a copy/paste mishap in comments
Several comments in loki's rc.d file referred to "grafana" where they
should have referred to "loki". Looks like a copy/paste mishap from
grafana's rc.d.
Approved by: portmgr blanket
Fixes: a96c988a29 sysutils/loki: Add new port
Pull Request: https://github.com/freebsd/freebsd-ports/pull/466
This commit is contained in:
committed by
Mateusz Piotrowski
parent
37c8cb7291
commit
f0ec4e0714
@@ -8,13 +8,13 @@
|
||||
# loki_enable="YES"
|
||||
#
|
||||
# loki_enable (bool):
|
||||
# Set it to YES to enable grafana
|
||||
# Set it to YES to enable loki
|
||||
# Set to NO by default
|
||||
# loki_user (string):
|
||||
# Set user that grafana will run under
|
||||
# Set user that loki will run under
|
||||
# Default is "%%LOKI_USER%%"
|
||||
# loki_group (string):
|
||||
# Set group that own grafana files
|
||||
# Set group that own loki files
|
||||
# Default is "%%LOKI_GROUP%%"
|
||||
# loki_config (string)
|
||||
# Set full path to config file
|
||||
|
||||
Reference in New Issue
Block a user