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:
@@ -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).
|
||||
|
||||
Reference in New Issue
Block a user