From f0ec4e07143209b9481692bf23f745cc71ca7f4d Mon Sep 17 00:00:00 2001 From: Robert William Vesterman Date: Fri, 21 Nov 2025 17:29:43 -0500 Subject: [PATCH] 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: a96c988a2977 sysutils/loki: Add new port Pull Request: https://github.com/freebsd/freebsd-ports/pull/466 --- sysutils/loki/files/loki.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sysutils/loki/files/loki.in b/sysutils/loki/files/loki.in index 4400444818b1..b09d9e307c65 100644 --- a/sysutils/loki/files/loki.in +++ b/sysutils/loki/files/loki.in @@ -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