From 961fadf86fd2668ca6deecde6d2d77591b6d7d3c Mon Sep 17 00:00:00 2001 From: Nate Williams Date: Mon, 5 Jul 1993 21:43:35 +0000 Subject: [PATCH] Fixed netstart to have a hard-coded localhost address. This fixes situations where you don't have a correct localhost in your nameserver or no name-server. --- etc/netstart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/netstart b/etc/netstart index 744e5f859042..d0a28b1b2ae3 100755 --- a/etc/netstart +++ b/etc/netstart @@ -23,7 +23,7 @@ ifconfig ne0 inet $hostname netmask my-netmask ifconfig en0 inet $hostname netmask my-netmask # set the address for the loopback interface -ifconfig lo0 inet localhost +ifconfig lo0 inet 127.0.0.1 # use loopback, not the wire route add $hostname localhost