Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Jul 2024 13:40:29 GMT
From:      Alexander Leidinger <netchild@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: abb53891c6b3 - main - www/oauth2-proxy: make the start script service jails ready
Message-ID:  <202407101340.46ADeTNE019164@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by netchild:

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

commit abb53891c6b34ab24fcb402a5f412662e3b51baa
Author:     Alexander Leidinger <netchild@FreeBSD.org>
AuthorDate: 2024-07-10 13:08:57 +0000
Commit:     Alexander Leidinger <netchild@FreeBSD.org>
CommitDate: 2024-07-10 13:39:38 +0000

    www/oauth2-proxy: make the start script service jails ready
    
    PR:             279491
    Approved by:    maintainer timeout (1 month)
---
 www/oauth2-proxy/files/oauth2_proxy.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/www/oauth2-proxy/files/oauth2_proxy.in b/www/oauth2-proxy/files/oauth2_proxy.in
index 5c8aeab10dcb..2b7111ca4145 100644
--- a/www/oauth2-proxy/files/oauth2_proxy.in
+++ b/www/oauth2-proxy/files/oauth2_proxy.in
@@ -34,6 +34,7 @@ desc="OAuth 2.0 proxy server"
 load_rc_config "$name"
 
 eval "${rcvar}=\${${rcvar}:-'NO'}"
+eval "${name}_svcj_options=\${${name}_svcj_options:-'net_basic'}"
 eval "_oauth2_proxy_user=\${${name}_user:-'%%USER%%'}"
 eval "_oauth2_proxy_group=\${${name}_group:-'%%GROUP%%'}"
 eval "_oauth2_proxy_flags=\${${name}_flags:-''}"


home | help

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