Module Name: src Committed By: kre Date: Sat Jul 23 01:38:35 UTC 2016
Modified Files: src/etc/rc.d: mountcritlocal Log Message: Cause rc to abort if mounting any of the critical local filesystems fails rather than just ignoring the error. Don't bother attempting to clear the contents of /var/run if /var/run does not exist. In that case the mkdir of /var/run/lvm would have failed - correct that by using mkdir -p (which as a side effect will ensure /var/run exists and is available for later scripts to use if for some reason it did not exist.) To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/etc/rc.d/mountcritlocal Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.