Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 04 May 2026 07:17:03 +0000
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: e5c9bd66eaab - stable/15 - kern/init_main.c: path is for the binary, not process
Message-ID:  <69f847ef.406d9.2d02279b@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch stable/15 has been updated by kib:

URL: https://cgit.FreeBSD.org/src/commit/?id=e5c9bd66eaaba591163c06234551e4bf1c325c24

commit e5c9bd66eaaba591163c06234551e4bf1c325c24
Author:     Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2026-04-26 10:15:18 +0000
Commit:     Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2026-05-04 07:16:39 +0000

    kern/init_main.c: path is for the binary, not process
    
    (cherry picked from commit a268af3447ebaa9712174ba2d226ffdc66f68e98)
---
 sys/kern/init_main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/kern/init_main.c b/sys/kern/init_main.c
index 4cccb2546a9a..3ce53ffa265b 100644
--- a/sys/kern/init_main.c
+++ b/sys/kern/init_main.c
@@ -709,7 +709,7 @@ static char init_path[MAXPATHLEN] =
     "/sbin/init:/sbin/oinit:/sbin/init.bak:/rescue/init";
 #endif
 SYSCTL_STRING(_kern, OID_AUTO, init_path, CTLFLAG_RD, init_path, 0,
-	"Path used to search the init process");
+    "Path used to search for the init binary");
 
 /*
  * Shutdown timeout of init(8).


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69f847ef.406d9.2d02279b>