diff options
| author | Nate Williams <nate@FreeBSD.org> | 1993-07-05 21:43:35 +0000 |
|---|---|---|
| committer | Nate Williams <nate@FreeBSD.org> | 1993-07-05 21:43:35 +0000 |
| commit | 961fadf86fd2668ca6deecde6d2d77591b6d7d3c (patch) | |
| tree | 84da7ac1acf3db527f9c6399b728777b257f265a | |
| parent | c26491ecf44becaebacd111b3191b643fd4c0d19 (diff) | |
Notes
| -rwxr-xr-x | etc/netstart | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/netstart b/etc/netstart index 744e5f8590425..d0a28b1b2ae37 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 |
