- Booted systems multiple times successfully, with NFS mounted late, and not.
Before change:
% rcorder /etc/rc.d/* | awk '/ldconfig|mount.*/ { print NR, $NF }'
rcorder: Circular dependency on provision `mountcritremote' in file `/etc/rc.d/ldconfig'.
14 /etc/rc.d/mountcritlocal
34 /etc/rc.d/ldconfig
54 /etc/rc.d/mountcritremote
85 /etc/rc.d/mountd
97 /etc/rc.d/mountlate
After change:
% rcorder /etc/rc.d/* | awk '/ldconfig|mount.*/ { print NR, $NF }'
14 /etc/rc.d/mountcritlocal
34 /etc/rc.d/ldconfig
54 /etc/rc.d/mountcritremote
85 /etc/rc.d/mountd
97 /etc/rc.d/mountlate