Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Apr 2026 03:21:35 +0000
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: a268af3447eb - main - kern/init_main.c: path is for the binary, not process
Message-ID:  <69eed63f.3b7a9.2e861f87@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by kib:

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

commit a268af3447ebaa9712174ba2d226ffdc66f68e98
Author:     Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2026-04-26 10:15:18 +0000
Commit:     Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2026-04-27 01:45:25 +0000

    kern/init_main.c: path is for the binary, not process
    
    Reviewed by:    imp, jilles
    Sponsored by:   The FreeBSD Foundation
    MFC after:      1 week
    Differential revision:  https://reviews.freebsd.org/D56536
---
 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 39357b8d4440..cfca5d9d1296 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?69eed63f.3b7a9.2e861f87>