From 917293110249059a17654409bb9218d484f514bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Tue, 5 Dec 2006 12:38:02 +0000 Subject: [PATCH] Updated the Netscript to the syntax of the new commands. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19432 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- data/system/boot/Netscript | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/data/system/boot/Netscript b/data/system/boot/Netscript index 044aadc9ec..6b08919a24 100644 --- a/data/system/boot/Netscript +++ b/data/system/boot/Netscript @@ -1,9 +1,6 @@ -# This loads the net_stack_driver that loads and provides the interface to the networking core. -#ls /dev/net - # That is a static version of the network interface setup. # You have to edit it to match your driver/ip/subnet. -#ifconfig rtl81690 192.168.0.10 up netmask 255.255.255.0 +#ifconfig /dev/net/ipro1000/0 192.168.0.10 up # This adds the default gateway. Edit it for your needs -#route add default 192.168.0.1 +#route add /dev/net/ipro1000/0 default gw 192.168.0.1