Removed old, and unused Netscript.

This commit is contained in:
Axel Dörfler 2015-04-01 16:11:28 +02:00
parent e587c279ee
commit c733458294
3 changed files with 2 additions and 8 deletions

View File

@ -127,7 +127,7 @@ AddSymlinkToPackage bin : gzip : zcat ;
AddSymlinkToPackage bin : zdiff : zcmp ;
# scripts and data files
local bootScripts = Bootscript Bootscript.cd SetupEnvironment Netscript
local bootScripts = Bootscript Bootscript.cd SetupEnvironment
InstallerInitScript InstallerFinishScript ;
SEARCH on $(bootScripts) = [ FDirName $(HAIKU_TOP) data system boot ] ;
AddFilesToPackage boot : $(bootScripts) ;

View File

@ -124,7 +124,7 @@ AddSymlinkToPackage bin : gzip : zcat ;
AddSymlinkToPackage bin : zdiff : zcmp ;
# scripts and data files
local bootScripts = Bootscript Bootscript.cd SetupEnvironment Netscript
local bootScripts = Bootscript Bootscript.cd SetupEnvironment
InstallerInitScript InstallerFinishScript ;
SEARCH on $(bootScripts) = [ FDirName $(HAIKU_TOP) data system boot ] ;
AddFilesToPackage boot : $(bootScripts) ;

View File

@ -1,6 +0,0 @@
# That is a static version of the network interface setup.
# You have to edit it to match your driver/ip/subnet.
#ifconfig /dev/net/ipro1000/0 192.168.0.10 up
# This adds the default gateway. Edit it for your needs
#route add /dev/net/ipro1000/0 default gw 192.168.0.1