Date: Fri, 15 Nov 2024 15:57:50 GMT From: Matthias Fechner <mfechner@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: 006e4c4279f0 - 2024Q4 - www/gitlab: use %%PREFIX%% in the startup script for shell path Message-ID: <202411151557.4AFFvoOi094544@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2024Q4 has been updated by mfechner: URL: https://cgit.FreeBSD.org/ports/commit/?id=006e4c4279f0c3e175c313d2b90247211cb5806c commit 006e4c4279f0c3e175c313d2b90247211cb5806c Author: Matthias Fechner <mfechner@FreeBSD.org> AuthorDate: 2024-11-02 07:53:13 +0000 Commit: Matthias Fechner <mfechner@FreeBSD.org> CommitDate: 2024-11-15 15:56:43 +0000 www/gitlab: use %%PREFIX%% in the startup script for shell path (cherry picked from commit 5f90abc080394f7538254477c5865914403f75b4) --- www/gitlab/files/gitlab.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/gitlab/files/gitlab.in b/www/gitlab/files/gitlab.in index 0d22bbc45081..3087d86fb25a 100644 --- a/www/gitlab/files/gitlab.in +++ b/www/gitlab/files/gitlab.in @@ -94,7 +94,7 @@ gitlab_pages_dir=$(cd $app_root/../gitlab-pages 2> /dev/null && pwd) gitlab_pages_pid_path="$pid_path/gitlab-pages.pid" gitlab_pages_options="-pages-domain example.com -pages-root $app_root/shared/pages -listen-proxy 127.0.0.1:8090" gitlab_pages_log="$app_root/log/gitlab-pages.log" -shell_path="/usr/local/bin/bash" +shell_path="%%PREFIX%%/bin/bash" gitaly_enabled=true gitaly_dir="%%PREFIX%%/share/gitaly" gitaly_pid_path="$pid_path/gitaly.pid"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202411151557.4AFFvoOi094544>