It's a fresh-installed machine, configured to run distccd. I added distccd_enable="YES" to /etc/rc.conf On next boot startup fails due to libpopt.0.so dependency. "ldconfig" has not been started at this point! Fix: Modify the startup-script in /usr/local/etc/rc.d/ Add ldconfig to "# REQUIRE"-line # REQUIRE: NETWORKING ldconfig
Responsible Changed From-To: freebsd-ports-bugs->skreuzer Fix synopsis and assign.
skreuzer 2010-08-09 13:57:26 UTC FreeBSD ports repository Modified files: devel/distcc Makefile devel/distcc/files distccd.sh.in Log: Modify the rc script to run after ldconfig has been run due to a dependency on libpopt.0.so PR: ports/149068 Submitted by: Carsten Bäcker <carbaecker@gmx.de> Revision Changes Path 1.65 +1 -0 ports/devel/distcc/Makefile 1.5 +2 -2 ports/devel/distcc/files/distccd.sh.in _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!