Date: Thu, 6 Jun 2024 19:08:08 GMT From: Daniel Engberg <diizzy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 500283b4416f - main - net/gmid: Adjust rc.d script Message-ID: <202406061908.456J88eA077765@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 #
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202406061908.456J88eA077765>