Author: alexander
Date: 2006-04-27 21:28:30 -0600 (Thu, 27 Apr 2006)
New Revision: 1497

Modified:
   trunk/scripts/net-setup
Log:
Fixed DNS servers for pppoe


Modified: trunk/scripts/net-setup
===================================================================
--- trunk/scripts/net-setup     2006-04-26 18:00:12 UTC (rev 1496)
+++ trunk/scripts/net-setup     2006-04-28 03:28:30 UTC (rev 1497)
@@ -278,7 +278,7 @@
                        set_pppoe_cfg;
                        modprobe ppp_generic ; modprobe pppoe ; sleep 1
                        ip link set $DEV up
-                       pppd plugin rp-pppoe.so $DEV user $PPPOEUSER noauth 
updetach
+                       pppd call pppoe updetach
                        ;;
                *)
                        exit 0

-- 
http://linuxfromscratch.org/mailman/listinfo/livecd
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to