Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Mar 2022 10:08:54 GMT
From:      Matthias Fechner <mfechner@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: d8be9a4007ad - main - www/gitlab-ce: depend on redis in startup script
Message-ID:  <202203091008.229A8sik090471@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by mfechner:

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

commit d8be9a4007adac910482efb6282294ad0a536873
Author:     Matthias Fechner <mfechner@FreeBSD.org>
AuthorDate: 2022-03-05 10:35:40 +0000
Commit:     Matthias Fechner <mfechner@FreeBSD.org>
CommitDate: 2022-03-09 10:07:54 +0000

    www/gitlab-ce: depend on redis in startup script
    
    This ensures that gitlab is not started before redis is available.
    PR:             262338
    Reported by:    majo-bugs.freebsd.org@cerny.sk
---
 www/gitlab-ce/files/gitlab.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/gitlab-ce/files/gitlab.in b/www/gitlab-ce/files/gitlab.in
index 1d81fc3a85df..e517add8901b 100644
--- a/www/gitlab-ce/files/gitlab.in
+++ b/www/gitlab-ce/files/gitlab.in
@@ -15,7 +15,7 @@
 # Based on work of: @charlienewey, rovanion.luckey@gmail.com, @randx, @tz
 
 # PROVIDE: gitlab
-# REQUIRE: LOGIN
+# REQUIRE: LOGIN redis
 # KEYWORD: shutdown
 #
 # Add the following line to /etc/rc.conf to enable GitLab:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202203091008.229A8sik090471>