Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Nov 2024 15:29:43 -0300
From:      Jose Luis Duran <jlduran@freebsd.org>
To:        Cy Schubert <cy@freebsd.org>
Cc:        src-committers@freebsd.org, dev-commits-src-all@freebsd.org,  dev-commits-src-main@freebsd.org
Subject:   Re: git: bef05a753727 - main - rc.d/var_run: Fix typo in comment
Message-ID:  <CAPwQLcd5dJRK2HLSL3-4JNyn9=SW25hkfBEsZ2JoZpa7JWxAsQ@mail.gmail.com>
In-Reply-To: <202411251717.4APHHScT080503@gitrepo.freebsd.org>
References:  <202411251717.4APHHScT080503@gitrepo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Nov 25, 2024 at 2:17=E2=80=AFPM Cy Schubert <cy@freebsd.org> wrote:
>
> The branch main has been updated by cy:
>
> URL: https://cgit.FreeBSD.org/src/commit/?id=3Dbef05a753727fa28032e1b5a89=
5c94b2ffaedd46
>
> commit bef05a753727fa28032e1b5a895c94b2ffaedd46
> Author:     Cy Schubert <cy@FreeBSD.org>
> AuthorDate: 2024-11-25 17:10:13 +0000
> Commit:     Cy Schubert <cy@FreeBSD.org>
> CommitDate: 2024-11-25 17:10:13 +0000
>
>     rc.d/var_run: Fix typo in comment
> ---
>  libexec/rc/rc.d/var_run | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/libexec/rc/rc.d/var_run b/libexec/rc/rc.d/var_run
> index 0dc37698ee76..b3d3c3c5b22f 100755
> --- a/libexec/rc/rc.d/var_run
> +++ b/libexec/rc/rc.d/var_run
> @@ -17,7 +17,7 @@ stop_cmd=3D"_var_run_stop"
>
>  load_rc_config $name
>
> -# doesn't make sense to run in a svcj: config setting
> +# doesn't make sense to run in a svc: config setting

Hello Cy,
I believe the original "svcj" was correct. It stands for "service
jail" (https://www.freebsd.org/status/report-2023-04-2023-06/service-jails/=
).
Perhaps it should have been fully spelled out. Anyhow, a similar line
is present in a number of rc scripts (grep -B1 -r '_svcj=3D"NO"').

>  var_run_svcj=3D"NO"
>
>  _var_run_load() {

--=20
Jose Luis Duran



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAPwQLcd5dJRK2HLSL3-4JNyn9=SW25hkfBEsZ2JoZpa7JWxAsQ>