mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-16 10:20:30 +00:00
Extra precautions before trying to start init(8).
This commit is contained in:
parent
6cfbc84115
commit
91dd013b1e
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=110342
@ -583,6 +583,8 @@ start_init(void *dummy)
|
||||
freeenv(var);
|
||||
}
|
||||
|
||||
printf("Be nice to eachother, mmmkay?\n");
|
||||
|
||||
for (path = init_path; *path != '\0'; path = next) {
|
||||
while (*path == ':')
|
||||
path++;
|
||||
|
Loading…
Reference in New Issue
Block a user