git: e5c9bd66eaab - stable/15 - kern/init_main.c: path is for the binary, not process
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 04 May 2026 07:17:03 UTC
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).