https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202726
Garrett Cooper,425-314-3911 <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|[email protected] |[email protected] CC| |[email protected] --- Comment #2 from Garrett Cooper,425-314-3911 <[email protected]> --- 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. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
