Date: Mon, 25 Nov 2024 10:44:29 -0800 From: Cy Schubert <Cy.Schubert@cschubert.com> To: Jose Luis Duran <jlduran@freebsd.org> Cc: Cy Schubert <cy@freebsd.org>, 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: <20241125104429.74f25672@slippy> In-Reply-To: <CAPwQLcd5dJRK2HLSL3-4JNyn9=SW25hkfBEsZ2JoZpa7JWxAsQ@mail.gmail.com> References: <202411251717.4APHHScT080503@gitrepo.freebsd.org> <CAPwQLcd5dJRK2HLSL3-4JNyn9=SW25hkfBEsZ2JoZpa7JWxAsQ@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 25 Nov 2024 15:29:43 -0300 Jose Luis Duran <jlduran@freebsd.org> wrote: > On Mon, Nov 25, 2024 at 2:17=E2=80=AFPM Cy Schubert <cy@freebsd.org> wrot= e: > > > > The branch main has been updated by cy: > > > > URL: https://cgit.FreeBSD.org/src/commit/?id=3Dbef05a753727fa28032e1b5a= 895c94b2ffaedd46 > > > > 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 =20 >=20 > 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-jail= s/). > 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"'). You are correct. Rather than spelling it out, let's leave it as is. >=20 > > var_run_svcj=3D"NO" > > > > _var_run_load() { =20 >=20 --=20 Cheers, Cy Schubert <Cy.Schubert@cschubert.com> FreeBSD UNIX: <cy@FreeBSD.org> Web: https://FreeBSD.org NTP: <cy@nwtime.org> Web: https://nwtime.org e^(i*pi)+1=3D0
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20241125104429.74f25672>