The line "stop_boot true" in /etc/rc.d/mountcritlocal is incorrect. checkvars will complain that $true not set correctly. It should look more like: STOP=true stop_boot STOP Fix: Change stop_boot true to STOP=true stop_boot STOP How-To-Repeat: Corrupt a local file system such that it will not mount ( some fun here ) and reboot the system. When mountcritlocal tries to stop the start up, a message will be displayed stating that $true is invalid and one should check the man page for rc.conf
Responsible Changed From-To: freebsd-bugs->freebsd-rc Over to maintainer(s).
For bugs matching the following criteria: Status: In Progress Changed: (is less than) 2014-06-01 Reset to default assignee and clear in-progress tags. Mail being skipped