aboutsummaryrefslogtreecommitdiff
path: root/etc/netstart
diff options
context:
space:
mode:
authorRodney W. Grimes <rgrimes@FreeBSD.org>1993-08-09 09:14:47 +0000
committerRodney W. Grimes <rgrimes@FreeBSD.org>1993-08-09 09:14:47 +0000
commit1a2659b6e612af63b3798a84945ca46f566176b1 (patch)
tree3254d06847cba8ab259b0fe6b83c6308df7ec6f5 /etc/netstart
parent78d172cab6371a4b59277afd8bf761491a6531cf (diff)
downloadsrc-1a2659b6e612af63b3798a84945ca46f566176b1.tar.gz
src-1a2659b6e612af63b3798a84945ca46f566176b1.zip
Fixed spelling error in ifconfig line for ed0, from netwask to netmask
Notes
Notes: svn path=/head/; revision=260
Diffstat (limited to 'etc/netstart')
-rwxr-xr-xetc/netstart2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/netstart b/etc/netstart
index 9efdbbbe9236..36c5df3c9db0 100755
--- a/etc/netstart
+++ b/etc/netstart
@@ -20,7 +20,7 @@ hostname $hostname
# ifconfig ne0 inet $hostname netmask my-netmask
# ifconfig ec0 inet $hostname netmask my-netmask
# ifconfig is0 inet $hostname netmask my-netmask
-# ifconfig ed0 inet $hostname netwask my-netmask
+# ifconfig ed0 inet $hostname netmask my-netmask
# set the address for the loopback interface
ifconfig lo0 inet localhost