ppp startup problem

Nagilum freebsd at nagilum.org
Mon Nov 1 02:03:51 PST 2004


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:

root at cakebox ~ > 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.




More information about the freebsd-questions mailing list