Extra precautions before trying to start init(8).

This commit is contained in:
Dag-Erling Smørgrav 2003-02-04 18:16:50 +00:00
parent 6cfbc84115
commit 91dd013b1e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=110342

View File

@ -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++;