1
0
mirror of https://git.FreeBSD.org/src.git synced 2026-06-02 11:24:32 +00:00

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
This commit is contained in:
Konstantin Belousov
2026-04-26 13:15:18 +03:00
parent d7338bb491
commit a268af3447
+1 -1
View File
@@ -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).