Hi,
I just updated to 5.3-STABLE and noticed that /etc/rc.d/ppp-user depends on
ldconfig because the pppd needs some libs to start, so I had to modify
/etc/rc.d/ppp-user:

[EMAIL PROTECTED] ~ > diff -Naur /usr/src/etc/rc.d/ppp-user /etc/rc.d/ppp-user
--- /usr/src/etc/rc.d/ppp-user  Mon Oct 11 08:10:12 2004
+++ /etc/rc.d/ppp-user  Tue Oct 26 18:09:17 2004
@@ -4,7 +4,7 @@
#

# PROVIDE: ppp-user
-# REQUIRE: netif isdnd
+# REQUIRE: netif isdnd ldconfig
# KEYWORD: nojail

. /etc/rc.subr


Maybe other other binaries (apart from pppd) need it too, but me this solved my
problems.
Kind regards,
Alex.



_______________________________________________ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to