git: 500283b4416f - main - net/gmid: Adjust rc.d script

From: Daniel Engberg <diizzy_at_FreeBSD.org>
Date: Thu, 06 Jun 2024 19:08:08 UTC
The branch main has been updated by diizzy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=500283b4416f14fb650115f8bdaac2a81cbaeca3

commit 500283b4416f14fb650115f8bdaac2a81cbaeca3
Author:     cmh <freebsd@juicer.orange-carb.org>
AuthorDate: 2024-06-06 16:06:45 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2024-06-06 19:05:49 +0000

    net/gmid: Adjust rc.d script
    
    Add LOGIN to REQUIRE to avoid race conditions
    
    PR:             278507
---
 net/gmid/files/gmid.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/gmid/files/gmid.in b/net/gmid/files/gmid.in
index 71b11c6eac8f..6a9772288d2e 100644
--- a/net/gmid/files/gmid.in
+++ b/net/gmid/files/gmid.in
@@ -2,7 +2,7 @@
 #
 
 # PROVIDE: gmid
-# REQUIRE: SERVERS
+# REQUIRE: LOGIN SERVERS
 # KEYWORD: shutdown
 
 #