Date: Wed, 08 May 2024 09:43:04 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 278325] www/oauth2-proxy enhancement: rc-script instancing of multiple oauth2-proxies on the same system Message-ID: <bug-278325-7788-Wyg9sN1gNK@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-278325-7788@https.bugs.freebsd.org/bugzilla/> References: <bug-278325-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D278325 --- Comment #1 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=3D7f80d7465ec9d85666472f99df16ba7= 1b1e8c9d5 commit 7f80d7465ec9d85666472f99df16ba71b1e8c9d5 Author: Alexander Leidinger <netchild@FreeBSD.org> AuthorDate: 2024-05-08 09:34:27 +0000 Commit: Alexander Leidinger <netchild@FreeBSD.org> CommitDate: 2024-05-08 09:42:19 +0000 www/oauth2-proxy: convert rc script to be instance-aware Like the tomcat ports or openhab, make the rc script instance aware. To use it: - cp /usr/local/etc/oauth2-proxy.cfg.sample /usr/local/etc/oauth2-proxy-myapp.cfg - vi /usr/local/etc/oauth2-proxy-myapp.cfg - ln -s oauth2_proxy /usr/local/etc/rc.d/oauth2_proxy_myapp - sysctl oauth2_proxy_myapp_enable=3DYES - service oauth2_proxy_myapp start Approved by: maintainer timeout (3 weeks) PR: 278325 UPDATING | 15 +++++++ www/oauth2-proxy/Makefile | 4 +- .../files/{oauth2-proxy.in =3D> oauth2_proxy.in} | 50 ++++++++++++++--= ------ 3 files changed, 49 insertions(+), 20 deletions(-) --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-278325-7788-Wyg9sN1gNK>