After setting a ruleset on a new devfs mount, apply it.

Approved by: phk, rwatson (mentor)
PR: bin/61047
This commit is contained in:
cperciva 2004-01-21 16:36:17 +00:00
parent df4f0fe9d4
commit b97680b685

View File

@ -1231,6 +1231,7 @@ devfs_domount()
if [ -n "$rs" ]; then
devfs_init_rulesets
devfs_set_ruleset $rs $devdir
devfs -m $devdir rule applyset
fi
return 0
}