https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202726
Garrett Cooper,425-314-3911 <n...@freebsd.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|freebsd-bugs@FreeBSD.org |gleb...@freebsd.org CC| |n...@freebsd.org --- Comment #2 from Garrett Cooper,425-314-3911 <n...@freebsd.org> --- Giving bug to glebius@. I can confirm that reverting the commit fixes the circular dependency. Having ldconfig REQUIRE just FILESYSTEMS instead of mountcritremote fixes the circular dependency, but I'm not sure if people are using NFS for ldconfig directories (seems like a really bad idea under some circumstances, but maybe not under diskless boots): $ svn diff etc/rc.d/ldconfig Index: etc/rc.d/ldconfig =================================================================== --- ../../../etc/rc.d/ldconfig (revision 289914) +++ ../../../etc/rc.d/ldconfig (working copy) @@ -4,7 +4,7 @@ # # PROVIDE: ldconfig -# REQUIRE: mountcritremote FILESYSTEMS +# REQUIRE: FILESYSTEMS # BEFORE: DAEMON . /etc/rc.subr -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"