Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Nov 2024 07:54:13 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: 5f90abc08039 - main - www/gitlab: use %%PREFIX%% in the startup script for shell path
Message-ID:  <202411020754.4A27sDcg031255@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=5f90abc080394f7538254477c5865914403f75b4

commit 5f90abc080394f7538254477c5865914403f75b4
Author:     Matthias Fechner <mfechner@FreeBSD.org>
AuthorDate: 2024-11-02 07:53:13 +0000
Commit:     Matthias Fechner <mfechner@FreeBSD.org>
CommitDate: 2024-11-02 07:53:13 +0000

    www/gitlab: use %%PREFIX%% in the startup script for shell path
---
 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?202411020754.4A27sDcg031255>